Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1107
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 17 Sep 2006 19:43:13 +0000 (19:43 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 17 Sep 2006 19:43:13 +0000 (19:43 +0000)
"The decoder has some bugs:
 * RTP redundancy field is decoded incorrectly.
 * Timer TU3920 is displayed as being in seconds, but it is really in units of
100 ms."

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19247 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-uma.c

index 1af1fab708fba19ec7fd96c3bf8b510750df357b..f6b54967106b09d3da92a78581a5c039eff5c2d2 100644 (file)
@@ -1,6 +1,6 @@
 /* packet-uma.c
  * Routines for Unlicensed Mobile Access(UMA) dissection
- * Copyright 2005, Anders Broman <anders.broman[at]ericsson.com>
+ * Copyright 2005-2006, Anders Broman <anders.broman[at]ericsson.com>
  *
  * $Id$
  *
@@ -1948,7 +1948,7 @@ proto_register_uma(void)
                { &hf_uma_urr_TU3920_timer,
                        { "TU3920 Timer value(seconds)","uma.urr.tu3920",
                        FT_UINT16,BASE_DEC,  NULL, 0x0,          
-                       "TU3920 Timer value(seconds)", HFILL }
+                       "TU3920 Timer value(hundreds of of ms)", HFILL }
                },
                { &hf_uma_urr_peak_tpt_cls,
                        { "PEAK_THROUGHPUT_CLASS","uma.urr.peak_tpt_cls",
@@ -2077,7 +2077,7 @@ proto_register_uma(void)
                },
                { &hf_uma_urr_window_size,
                        { "Window Size","uma.urr.uma_window_size",
-                       FT_UINT8,BASE_DEC,  VALS(window_size_vals), 0x3,          
+                       FT_UINT8,BASE_DEC,  VALS(window_size_vals), 0x03,          
                        "Window Size", HFILL }
                },
                { &hf_uma_urr_uma_codec_mode,