http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35017
User: wmeier
Date: 2010/11/23 06:11 PM
Log:
Tighten up code dissecting message header.
This corrects the specific issue reported in Bug #3317
wherein the dissector decided there was a valid but unknown
header when dissecting a binary (non text) message with a ":"
as the last byte.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3317
Note that a larger issue remains: the IMF dissector
presumably shouldn't really even try to dissect a
binary payload (which is proably encrypted text).
Directory: /trunk/epan/dissectors/
Changes Path Action
+18 -15 packet-imf.c Modified