http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24246
User: jake
Date: 2008/02/02 04:41 PM
Log:
From Peter Kjellerstedt:
I was capturing an RTP stream the other day which contained JPEG images
streamed according to RFC 2435. However, Wireshark reported them as malformed.
After some debugging of the Wireshark code it turned out that the decoding of
JPEG images which contain a quantization table was incorrect. I have attached a
patch to correct the decoding.
Directory: /trunk/epan/dissectors/
Changes Path Action
+9 -7 packet-jpeg.c Modified