aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-04-10 23:32:16 +0000
committerGuy Harris <guy@alum.mit.edu>2012-04-10 23:32:16 +0000
commit4a8f46a5acaeecf780a08e2782bad03298eb83f6 (patch)
tree2db0dae15a48c96ec2b61cc5af389bbb44bf3bdf /wiretap
parent51e76d89eb179dee98b05cb80d29531cc372e19c (diff)
downloadwireshark-4a8f46a5acaeecf780a08e2782bad03298eb83f6.tar.gz
wireshark-4a8f46a5acaeecf780a08e2782bad03298eb83f6.tar.bz2
wireshark-4a8f46a5acaeecf780a08e2782bad03298eb83f6.zip
Call LAPD-with-Linux-pseudoheader "linux-lapd", and fix its description
to indicate the Linux pseudo-header. Fix the description of LAPD-without-Linux-pseudoheader to be just "LAPD". svn path=/trunk/; revision=42018
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/wtap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 91d150df43..2bf90b26fc 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -408,7 +408,7 @@ static struct encap_type_info encap_table_base[] = {
{ "Juniper GGSN", "juniper-ggsn" },
/* WTAP_ENCAP_LINUX_LAPD */
- { "LAPD", "lapd" },
+ { "LAPD with Linux pseudo-header", "linux-lapd" },
/* WTAP_ENCAP_CATAPULT_DCT2000 */
{ "Catapult DCT2000", "dct2000" },
@@ -537,7 +537,7 @@ static struct encap_type_info encap_table_base[] = {
{ "Raw IPv6", "rawip6" },
/* WTAP_ENCAP_LAPD */
- { "Lapd header", "lapd" },
+ { "LAPD", "lapd" },
/* WTAP_ENCAP_DVBCI */
{ "DVB-CI (Common Interface)", "dvbci"},