X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/285c177e593d0841767270e31f44e92476733b87..refs/heads/master:/af.h diff --git a/af.h b/af.h index 3c0c7908..1d8d457e 100644 --- a/af.h +++ b/af.h @@ -19,8 +19,8 @@ extern const struct tok af_values[]; extern const struct tok bsd_af_values[]; /* RFC1700 address family numbers */ -#define AFNUM_INET 1 -#define AFNUM_INET6 2 +#define AFNUM_IP 1 +#define AFNUM_IP6 2 #define AFNUM_NSAP 3 #define AFNUM_HDLC 4 #define AFNUM_BBN1822 5