]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix up some comments.
authorGuy Harris <[email protected]>
Thu, 15 Sep 2016 04:00:48 +0000 (21:00 -0700)
committerGuy Harris <[email protected]>
Thu, 15 Sep 2016 04:01:03 +0000 (21:01 -0700)
af.h

diff --git a/af.h b/af.h
index bbe1a16f4f94f259d292349b737a7b030def947c..1bde577e42206e0c8d6f239646748ea67ff5f328 100644 (file)
--- a/af.h
+++ b/af.h
@@ -50,6 +50,6 @@ extern const struct tok bsd_af_values[];
 #define BSD_AFNUM_ISO          7
 #define BSD_AFNUM_APPLETALK    16
 #define BSD_AFNUM_IPX          23
-#define BSD_AFNUM_INET6_BSD    24      /* OpenBSD (and probably NetBSD), BSD/OS */
-#define BSD_AFNUM_INET6_FREEBSD        28
-#define BSD_AFNUM_INET6_DARWIN 30
+#define BSD_AFNUM_INET6_BSD    24      /* NetBSD, OpenBSD, BSD/OS, Npcap */
+#define BSD_AFNUM_INET6_FREEBSD        28      /* FreeBSD */
+#define BSD_AFNUM_INET6_DARWIN 30      /* OS X, iOS, other Darwin-based OSes */