Wireshark-commits: [Wireshark-commits] rev 26819: /trunk-1.0/ /trunk-1.0/epan/dissectors/: packet-d
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26819
User: gerald
Date: 2008/11/20 05:13 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r24989 | gal | 2008-04-13 09:33:44 -0700 (Sun, 13 Apr 2008) | 9 lines
Changed paths:
M /trunk/epan/dissectors/packet-smtp.c
Support for RFC 2920 SMTP Command Pipelining.
The client can send multiple requests before waiting for responses.
Multiple requests/responses are delimited in the info column using " | ".
Also changed to using "C:" (client) and "S:" (server) to save space in the info column and align with examples in RFC 2821.
Lack of support for PIPELINING was shown up during Sake's session at SharkFest08!
------------------------------------------------------------------------
r24994 | stig | 2008-04-13 09:58:57 -0700 (Sun, 13 Apr 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-smtp.c
Initialize linelen to avoid a warning.
------------------------------------------------------------------------
r26328 | etxrab | 2008-10-01 11:30:16 -0700 (Wed, 01 Oct 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-mpeg-pes.c
Fix:MPEG PES decode reports "Malformed Packet" when PES packet length is 0
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2229
------------------------------------------------------------------------
r26420 | sake | 2008-10-12 02:38:40 -0700 (Sun, 12 Oct 2008) | 6 lines
Changed paths:
M /trunk/epan/dissectors/packet-iec104.c
M /trunk/epan/dissectors/packet-mpeg-pes.c
From SUZUKI, Shinsuke <suz@xxxxxxxx> (bug 2956):
Remove non-ascii characters to prevent compilation failure on
non-european windows.
------------------------------------------------------------------------
r26088 | etxrab | 2008-08-25 14:15:55 -0700 (Mon, 25 Aug 2008) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-diameter.c
Add Answer or Request to the Command name in the info column depending on
if the R bit is set or not.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2828
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.0/epan/dissectors/
Changes Path Action
+2 -1 packet-diameter.c Modified
+18 -2 packet-mpeg-pes.c Modified
+119 -56 packet-smtp.c Modified
+6 -1 packet-tcp.c Modified
Directory: /trunk-1.0/docbook/
Changes Path Action
+6 -0 release-notes.xml Modified