ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 33407: /trunk-1.4/epan/dissectors/ /trunk-1.4/epan/disse

Date: Fri, 02 Jul 2010 00:10:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33407

User: gerald
Date: 2010/07/01 05:10 PM

Log:
 Copy over r33212 from the trunk:
 
 ------------------------------------------------------------------------
 r33212 | wmeier | 2010-06-13 06:58:02 -0700 (Sun, 13 Jun 2010) | 10 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-iax2.c
 
 Fix Bug #4868; "Wireshark crash selecting Inter-Asterisk exchange v2 packet data"
 See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4868
 
 A field length was being set incorrectly (too large) thus causing
 packet_hex_apply_reverse_tag() to run off the end of a text_view buffer
 (thus causing a crash) when attempting to highlight the field bytes
 in the hex-view pane.
 
 ToDo: Add some sanity checking in packet_hex_apply_reverse_tag().
 ------------------------------------------------------------------------

Directory: /trunk-1.4/epan/dissectors/
  Changes    Path             Action
  +1 -1      packet-iax2.c    Modified