owlps/owlps-listener
Matteo Cypriani c95257f26a [Listener] Use pcap_next_ex instead of pcap_loop
pcap_next_ex() will allow us to detect the end of a capture file. Since
we used pcap_loop() to capture one packet at a time anyway, this won't
change anything for live captures.

The variable names were standardised in functions using pcap data types
('pkt_header' and 'pkt_data' instead of 'header' and 'packet').
2013-04-23 18:32:37 -04:00
..
Makefile Makefiles: add common-rules.mk, drop openwrt files 2012-05-24 14:19:04 +02:00
owlps-listener.h [Listener] Use pcap_next_ex instead of pcap_loop 2013-04-23 18:32:37 -04:00
owlps-listenerd.c [Listener] Use pcap_next_ex instead of pcap_loop 2013-04-23 18:32:37 -04:00