diff options
author | drochner <drochner@pkgsrc.org> | 2005-07-13 14:31:49 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-07-13 14:31:49 +0000 |
commit | 4323568256e266c37ed66322496b06d48d2ca55b (patch) | |
tree | 599ec9e97ac4d35adb00237d089d44618cdca9a1 /net/libpcap/patches | |
parent | eac6d35d8dc3d0853b1e22327f91a891f82d28fa (diff) | |
download | pkgsrc-4323568256e266c37ed66322496b06d48d2ca55b.tar.gz |
update to 0.9.1
changes:
Fixes for compiling on nearly every platform,
including improved 64bit support
MSDOS Support
Add support for sending packets
OpenBSD pf format support
IrDA capture (Linux only)
appearently filtering in ieee802_11_radio packets works now
pkgsrc: enabled IPv6 for NetBSD too
Diffstat (limited to 'net/libpcap/patches')
-rw-r--r-- | net/libpcap/patches/patch-aa | 13 | ||||
-rw-r--r-- | net/libpcap/patches/patch-ab | 12 |
2 files changed, 12 insertions, 13 deletions
diff --git a/net/libpcap/patches/patch-aa b/net/libpcap/patches/patch-aa deleted file mode 100644 index e1a413ceecb..00000000000 --- a/net/libpcap/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2005/05/30 16:46:21 yyamano Exp $ - ---- nametoaddr.c.orig 2003-11-20 03:13:48.000000000 +0900 -+++ nametoaddr.c -@@ -390,7 +390,7 @@ pcap_ether_hostton(const char *name) - * compile on one of 3.x or 4.x). - */ - #if !defined(sgi) && !defined(__NetBSD__) && !defined(__FreeBSD__) && \ -- !defined(_UNICOSMP) -+ !defined(_UNICOSMP) && !defined(__APPLE__) - extern int ether_hostton(char *, struct ether_addr *); - #endif - diff --git a/net/libpcap/patches/patch-ab b/net/libpcap/patches/patch-ab new file mode 100644 index 00000000000..183ae53b9ab --- /dev/null +++ b/net/libpcap/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2005/07/13 14:31:49 drochner Exp $ + +--- pcap-int.h.orig 2005-07-13 13:32:55.000000000 +0200 ++++ pcap-int.h +@@ -103,6 +103,7 @@ struct pcap_md { + * Ultrix, DEC OSF/1^H^H^H^H^H^H^H^H^HDigital UNIX^H^H^H^H^H^H^H^H^H^H^H^H + * Tru64 UNIX, and NetBSD pad to make everything line up on a nice boundary. + */ ++#include <sys/param.h> + #if defined(ultrix) || defined(__osf__) || (defined(__NetBSD__) && __NetBSD_Version__ > 106000000) + #define PCAP_FDDIPAD 3 + #endif |