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 /pcap.c | |
parent | 1e0fe43838e536bc71d19d7ef5e34b728a625c7b (diff) |
Standardize how we refer to "Linux Classical IP over ATM".
Diffstat (limited to 'pcap.c')
-rw-r--r-- | pcap.c | 2 |
1 files changed, 1 insertions, 1 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"), |