http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36305
User: morriss
Date: 2011/03/23 07:49 PM
Log:
From Dirk: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2930 :
Make the image (png, gif, jfif) dissectors "new style" so that they don't
dissect data that does not belong to them.
Modify the HTTP dissector to call heuristic dissectors on the body if the
registered subdissector does not accept/dissect the data.
From me: don't use assert() and don't add a preference to the HTTP dissector
for this behavior: it makes sense to behave like that by default.
Directory: /trunk/epan/dissectors/
Changes Path Action
+14 -8 packet-http.c Modified
+20 -45 packet-image-gif.c Modified
+28 -56 packet-image-jfif.c Modified
+12 -14 packet-image-png.c Modified