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