openbsd-ports/net/py-libpcap/patches/patch-pypcap_h
shell 725730bceb Initial import of py-libpcap-0.2
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/
2001-09-20 11:38:24 +00:00

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 {