diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-03-11 14:21:02 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-03-11 14:21:02 -0700 |
commit | 4d04d21d1571493774ce9802af49f8b67ee953f0 (patch) | |
tree | 14777382cf29afeedc07aa16f7a85a974a9416fc | |
parent | 1e0fe43838e536bc71d19d7ef5e34b728a625c7b (diff) |
Standardize how we refer to "Linux Classical IP over ATM".
-rw-r--r-- | pcap.c | 2 | ||||
-rw-r--r-- | pcap/dlt.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2999,7 +2999,7 @@ static struct dlt_choice dlt_choices[] = { DLT_CHOICE(RAW, "Raw IP"), DLT_CHOICE(SLIP_BSDOS, "BSD/OS SLIP"), DLT_CHOICE(PPP_BSDOS, "BSD/OS PPP"), - DLT_CHOICE(ATM_CLIP, "Linux Classical IP-over-ATM"), + DLT_CHOICE(ATM_CLIP, "Linux Classical IP over ATM"), DLT_CHOICE(PPP_SERIAL, "PPP over serial"), DLT_CHOICE(PPP_ETHER, "PPPoE"), DLT_CHOICE(SYMANTEC_FIREWALL, "Symantec Firewall"), @@ -136,7 +136,7 @@ #define DLT_PFSYNC 18 #endif -#define DLT_ATM_CLIP 19 /* Linux Classical-IP over ATM */ +#define DLT_ATM_CLIP 19 /* Linux Classical IP over ATM */ /* * Apparently Redback uses this for its SmartEdge 400/800. I hope |