Expand and clean up the descriptions of the new WTAP_ENCAP values.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 24 Apr 2008 00:14:18 +0000 (00:14 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 24 Apr 2008 00:14:18 +0000 (00:14 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25163 f5534014-38df-0310-8fa8-9805f1628bb7

wiretap/wtap.c

index 1a350f8eab8a54a482844d6ca93c97a41f90c5e2..b4ad5f909a22d0b4186cd1969410e44c287c9bba 100644 (file)
@@ -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);