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 35017: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 24 Nov 2010 02:11:49 GMT
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