Wireshark-commits: [Wireshark-commits] rev 45363: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 07 Oct 2012 09:48:31 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45363

User: jake
Date: 2012/10/07 02:48 AM

Log:
 From Роман Донченко:
 Currently, when Wireshark encounters the first entropy-coded segment in a JPEG
 file it stops dissection.
 However, the design of the JPEG format allows to find the next marker even if
 the entropy-coded segment is not decoded. Thus, a better strategy for Wireshark
 would be to skip the entropy-coded segment and continue dissection at the next
 marker.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +42 -22    packet-image-jfif.c    Modified