aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cfm.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-11-28 18:59:37 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-11-28 18:59:37 +0000
commitfe11aff15871f71dc73ff71d0f5ef04106be5f5f (patch)
treef27409a7228e2351da313fe80727d7d83a98d7d1 /epan/dissectors/packet-cfm.c
parent42a968d4079daa395971f5d5c6fd49154e1d5828 (diff)
From Brian W. Antoine:
The Packet decoder for CFM has a couple of small bugs. 1) The frame rate for CCM's is wrong for rate=4, it's shown as 1ms and it should be shown as 1s. 2) The flags display for a LTM packet has the wrong title for bit 7. It should be UseFDBonly, not RDI. svn path=/trunk/; revision=23649
Diffstat (limited to 'epan/dissectors/packet-cfm.c')
-rw-r--r--epan/dissectors/packet-cfm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-cfm.c b/epan/dissectors/packet-cfm.c
index a27ecef898..8e19ba4a97 100644
--- a/epan/dissectors/packet-cfm.c
+++ b/epan/dissectors/packet-cfm.c
@@ -77,7 +77,7 @@ static const value_string CCM_IntervalFieldEncoding[] = {
{ 1, "Trans Int 3.33ms, max Lifetime 11.66ms, min Lifetime 10.83ms" },
{ 2, "Trans Int 10ms, max Lifetime 35ms, min Lifetime 32.5ms" },
{ 3, "Trans Int 100ms, max Lifetime 350ms, min Lifetime 325ms" },
- { 4, "Trans Int 1ms, max Lifetime 3.5s, min Lifetime 3.25s" },
+ { 4, "Trans Int 1s, max Lifetime 3.5s, min Lifetime 3.25s" },
{ 5, "Trans Int 10s, max Lifetime 35s, min Lifetime 32.5s" },
{ 6, "Trans Int 1min, max Lifetime 3.5min, min Lifetime 3.25min" },
{ 7, "Trans Int 10min, max Lifetime 35min, min Lifetime 32.5min" },
@@ -441,7 +441,7 @@ void proto_register_cfm(void)
BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_cfm_flags_UseFDBonly,
- { "RDI", "cfm.flags.usefdbonly", FT_UINT8,
+ { "UseFDBonly", "cfm.flags.usefdbonly", FT_UINT8,
BASE_DEC, NULL, 0x80, NULL, HFILL }
},
{ &hf_cfm_flags_ltm_Reserved,