aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-catapult-dct2000.c
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-29 16:16:57 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-29 16:16:57 +0000
commitcbcdd1861d3839710263dc8e029eaaca9e608a41 (patch)
tree305b59c362de3c6cfe9771f484f59834f0734299 /epan/dissectors/packet-catapult-dct2000.c
parent519c91ac138e0ce0498723e90a8461f600a3cbc8 (diff)
- Map gre -> IP
- Change a value string value to help an easily-frightened colleague git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22224 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-catapult-dct2000.c')
-rw-r--r--epan/dissectors/packet-catapult-dct2000.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-catapult-dct2000.c b/epan/dissectors/packet-catapult-dct2000.c
index ee80d2d437..b405a684dd 100644
--- a/epan/dissectors/packet-catapult-dct2000.c
+++ b/epan/dissectors/packet-catapult-dct2000.c
@@ -92,7 +92,7 @@ static const value_string encap_vals[] = {
{ WTAP_ENCAP_FRELAY, "Frame Relay" },
{ WTAP_ENCAP_MTP2, "MTP2" },
{ DCT2000_ENCAP_NBAP, "NBAP" },
- { DCT2000_ENCAP_UNHANDLED, "Unhandled Protocol" },
+ { DCT2000_ENCAP_UNHANDLED, "No Direct Encapsulation" },
{ 0, NULL },
};
@@ -875,7 +875,6 @@ dissect_catapult_dct2000(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
*/
protocol_handle = 0;
-
/* Try IP Prim heuristic if configured to */
if (!protocol_handle && catapult_dct2000_try_ipprim_heuristic)
{