aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smtp.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-13Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkguy1-3/+3
2000-11-12Add only one "proto_smtp" item to the protocol tree for SMTP; add textguy1-13/+11
2000-11-12Tvbuffify the SMTP dissector.guy1-81/+159
2000-11-11Simplify the state machine:guy1-42/+63
2000-10-21Support for conversations with "wildcard" destination addresses, fromguy1-3/+4
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cgram1-1/+2
2000-08-26Fix a minor spelling mistake ...sharpe1-2/+2
2000-08-24Fixes to add state keeping and properly decode SMTP.sharpe1-20/+300
2000-08-20SMTP is Simple *Mail* Transfer Protocol not Message.deniel1-2/+8
2000-08-20This is an SMTP dissector, not a BXXP dissector; fix the comment at theguy1-6/+6
2000-08-19Added packet-smtp.c and modified packet.c to include code that was neversharpe1-0/+211