http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25612
User: morriss
Date: 2008/06/26 01:40 PM
Log:
From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2647 :
The syslog dissector could crash if the "packlog" MSU is truncated such that
the hex string ends in with a nibble.
From me: Check if that will happen and chop off the nibble before giving it to
convert_string_to_hex() so we'll dissect as much of the MSU as possible.
Directory: /trunk/epan/dissectors/
Changes Path Action
+15 -4 packet-syslog.c Modified