exported / execap

Automatically exported from code.google.com/p/execap
GNU General Public License v3.0
0 stars 0 forks source link

Doesn't build with libpcap < 1.0 #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The use of pcap_loop() prevents building against older versions of PCAP.  This 
can be resolved with some #defines and use of pcap_dispatch() or pcap_next().

Original issue reported on code.google.com by bmenr...@ucsd.edu on 4 Jan 2011 at 11:58

GoogleCodeExporter commented 9 years ago
I fixed this in revision 15.  To compile with an older version of libpcap 
uncomment the OLDPCAP define in the makefile.

Original comment by bmenr...@ucsd.edu on 20 Feb 2011 at 3:37