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