aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-04-24 00:14:18 +0000
committerGuy Harris <guy@alum.mit.edu>2008-04-24 00:14:18 +0000
commitb821b38b10e14cfe3808a8ceab3698e0aed02e82 (patch)
treeb7533e7d3fba47e519183c06b05ed28dedaaf187 /wiretap/wtap.c
parent5738a4465444f6e6530732f0e409fa6f322b74f5 (diff)
Expand and clean up the descriptions of the new WTAP_ENCAP values.
svn path=/trunk/; revision=25163
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 1a350f8eab..b4ad5f909a 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -406,25 +406,25 @@ static struct encap_type_info encap_table_base[] = {
{ "IEEE 802.15.4 Wireless PAN", "wpan" },
/* WTAP_ENCAP_X2E_XORAYA */
- { "X2E XORAYA", "x2e-xoraya" },
+ { "X2E Xoraya", "x2e-xoraya" },
/* WTAP_ENCAP_FLEXRAY */
{ "FlexRay", "flexray" },
/* WTAP_ENCAP_LIN */
- { "LIN", "lin" },
+ { "Local Interconnect Network", "lin" },
/* WTAP_ENCAP_MOST */
- { "MOST", "most" },
+ { "Media Oriented Systems Transport", "most" },
/* WTAP_ENCAP_CAN20B */
- { "CAN 2.0B", "can20b" },
+ { "Controller Area Network 2.0B", "can20b" },
/* WTAP_ENCAP_LAYER1_EVENT */
- { "Layer 1 event", "layer1-event" },
+ { "EyeSDN Layer 1 event", "layer1-event" },
/* WTAP_ENCAP_X2E_SERIAL */
- { "X2E SERIAL", "x2e-serial" }
+ { "X2E serial line capture", "x2e-serial" }
};
gint wtap_num_encap_types = sizeof(encap_table_base) / sizeof(struct encap_type_info);