http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41209
User: alagoutte
Date: 2012/02/27 08:43 AM
Log:
From Alex Rodikov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6871
TPNCP (proprietary Audiocodes) protocol dessector - wrong guint8 value presentation
The presentation of unsigned 8-bit integer is wrong. The (signed) gint8 is used which is displayed as unsigned integer (by proto_tree_add_uint) afterwards.
That causes wrong presentation of valus which bigger than 127.
Solution: New guint8 is introduced to present unsigned 8 bit integer value.
Directory: /trunk/epan/dissectors/
Changes Path Action
+8 -5 packet-tpncp.c Modified