[tcpdump-workers] New Intrusion Detection Evaluation Dataset

2012-01-05 Thread Hadi Shiravi
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

Re: [tcpdump-workers] Initializing a device

2012-01-05 Thread Akos Vandra
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