aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uma.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-09-17 19:43:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-09-17 19:43:13 +0000
commit71628796c4ae4e6fa0c719abfdb1527987fdd84d (patch)
treee35fa8614bb43e1e4ba3bc660f99e02c5c650e4c /epan/dissectors/packet-uma.c
parentd0199d0d3b1490a06d2915ce1ae120b0617005e3 (diff)
Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1107
"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." svn path=/trunk/; revision=19247
Diffstat (limited to 'epan/dissectors/packet-uma.c')
-rw-r--r--epan/dissectors/packet-uma.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-uma.c b/epan/dissectors/packet-uma.c
index 1af1fab708..f6b5496710 100644
--- a/epan/dissectors/packet-uma.c
+++ b/epan/dissectors/packet-uma.c
@@ -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,