summaryrefslogtreecommitdiff
path: root/af.h
diff options
context:
space:
mode:
Diffstat (limited to 'af.h')
-rw-r--r--af.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/af.h b/af.h
index b9fec8e6..3c0c7908 100644
--- a/af.h
+++ b/af.h
@@ -45,11 +45,11 @@ extern const struct tok bsd_af_values[];
* so, because we want to be able to read captures from all of the BSDs,
* we check for all of them.
*/
-#define BSD_AFNUM_INET 2
-#define BSD_AFNUM_NS 6 /* XEROX NS protocols */
-#define BSD_AFNUM_ISO 7
-#define BSD_AFNUM_APPLETALK 16
-#define BSD_AFNUM_IPX 23
-#define BSD_AFNUM_INET6_BSD 24 /* NetBSD, OpenBSD, BSD/OS, Npcap */
-#define BSD_AFNUM_INET6_FREEBSD 28 /* FreeBSD */
-#define BSD_AFNUM_INET6_DARWIN 30 /* macOS, iOS, other Darwin-based OSes */
+#define BSD_AF_INET 2
+#define BSD_AF_NS 6 /* XEROX NS protocols */
+#define BSD_AF_ISO 7
+#define BSD_AF_APPLETALK 16
+#define BSD_AF_IPX 23
+#define BSD_AF_INET6_BSD 24 /* NetBSD, OpenBSD, BSD/OS, Npcap */
+#define BSD_AF_INET6_FREEBSD 28 /* FreeBSD */
+#define BSD_AF_INET6_DARWIN 30 /* macOS, iOS, other Darwin-based OSes */