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

Date: Sun, 13 Apr 2008 16:33:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24989

User: gal
Date: 2008/04/13 04:33 PM

Log:
 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!

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +118 -55   packet-smtp.c    Modified