Hello,
The Information Security Centre of Excellence (ISCX) 2012 intrusion
detection evaluation dataset consists of labeled network traces, including full
packet payloads, which along with the relevant profiles are publicly
available to researchers by applying at http://iscx.ca/dataset-request-for
Hi!
I browsed through the code of pcap_open_live, and pcap_set_promisc,
and related stuff, and I think that now I understand how this works.
However in my opinion, the way parameter passing is implemented breaks
the principle of modularity.
iface here = pcap_canusb, pcap_usbmon, etc.
What is the