summaryrefslogtreecommitdiff
path: root/aftypes.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-07-30 07:25:29 +0000
committerGuy Harris <guy@alum.mit.edu>2002-07-30 07:25:29 +0000
commit4348b2e845b919a72077b04590be580c105fc1d1 (patch)
tree7b701c29c482c84a0e892e7ee570abc9d52a166e /aftypes.h
parentb0de25272d2caaf21b397fe3e7c5f41fbe0a97c5 (diff)
downloadwireshark-4348b2e845b919a72077b04590be580c105fc1d1.tar.gz
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....) svn path=/trunk/; revision=5914
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