aboutsummaryrefslogtreecommitdiff
path: root/pcap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-03-11 14:21:02 -0700
committerGuy Harris <guy@alum.mit.edu>2020-03-11 14:21:02 -0700
commit4d04d21d1571493774ce9802af49f8b67ee953f0 (patch)
tree14777382cf29afeedc07aa16f7a85a974a9416fc /pcap.c
parent1e0fe43838e536bc71d19d7ef5e34b728a625c7b (diff)
Standardize how we refer to "Linux Classical IP over ATM".
Diffstat (limited to 'pcap.c')
-rw-r--r--pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap.c b/pcap.c
index d195fd78..1b18ed11 100644
--- a/pcap.c
+++ b/pcap.c
@@ -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"),