aboutsummaryrefslogtreecommitdiffstats
path: root/aftypes.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-07-30 07:25:29 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-07-30 07:25:29 +0000
commit984fb058159313da12f4a913ff6383aa926f1945 (patch)
tree7b701c29c482c84a0e892e7ee570abc9d52a166e /aftypes.h
parent23e17d5526aefd2a1f9d87f060a85c304008bd37 (diff)
From Michael Tuexen: AF_INET6 support for DLT_NULL captures from
Darwin/MacOS X. (As if FreeBSD and {Net,Open}BSD having different AF_INET6 values wasn't enough, we have The Other BSD having its own value....) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5914 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'aftypes.h')
-rw-r--r--aftypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/aftypes.h b/aftypes.h
index 2ae1d92187..2f0d506d9e 100644
--- a/aftypes.h
+++ b/aftypes.h
@@ -1,7 +1,7 @@
/* aftypes.h
* AF_ values on various flavors of BSD
*
- * $Id: aftypes.h,v 1.1 2000/11/17 06:02:20 guy Exp $
+ * $Id: aftypes.h,v 1.2 2002/07/30 07:25:29 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -31,3 +31,4 @@
#define BSD_AF_IPX 23
#define BSD_AF_INET6_BSD 24 /* OpenBSD (and probably NetBSD), BSD/OS */
#define BSD_AF_INET6_FREEBSD 28
+#define BSD_AF_INET6_DARWIN 30