Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41209: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 27 Feb 2012 16:43:19 GMT
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