Wireshark-commits: [Wireshark-commits] rev 26155: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-smtp.c
From:
guy@xxxxxxxxxxxxx
Date: Sat, 06 Sep 2008 23:58:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26155
User: guy
Date: 2008/09/06 04:58 PM
Log:
Have a line_is_smtp_command() routine to check whether a line is an SMTP
command, and use that in the parsing loop (that means we don't have to
treat 4-character commands and non-4-character commands separately).
Directory: /trunk/epan/dissectors/
Changes Path Action
+69 -20 packet-smtp.c Modified