725730bceb
Submitted and maintained by Maurice Nonnekes <maurice@amaze.nl> --- libpcap is a packet capturing library. It is used by all sorts of networking diagnostic programs (like tcpdump and nmap). py-libpcap is an interface to this library for Python. WWW: http://sourceforge.net/projects/pylibpcap/
13 lines
312 B
Plaintext
13 lines
312 B
Plaintext
$OpenBSD: patch-pypcap_h,v 1.1.1.1 2001/09/20 11:38:24 shell Exp $
|
|
--- pypcap.h.orig Tue Sep 18 17:07:25 2001
|
|
+++ pypcap.h Tue Sep 18 17:07:36 2001
|
|
@@ -12,7 +12,7 @@
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
*/
|
|
|
|
-#include <pcap/pcap.h>
|
|
+#include <pcap.h>
|
|
|
|
/* the pcap class */
|
|
typedef struct {
|