aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smtp.c
AgeCommit message (Collapse)AuthorFilesLines
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez1-1/+2
This keeps tvbuff.c generic; it doesn't have to pull in packet.h and all of it's included files. svn path=/trunk/; revision=2409
2000-08-26Fix a minor spelling mistake ...Richard Sharpe1-2/+2
svn path=/trunk/; revision=2379
2000-08-24Fixes to add state keeping and properly decode SMTP.Richard Sharpe1-20/+300
svn path=/trunk/; revision=2362
2000-08-20SMTP is Simple *Mail* Transfer Protocol not Message.Laurent Deniel1-2/+8
Add [OLD_]CHECK_DISPLAY_AS_DATA call. svn path=/trunk/; revision=2308
2000-08-20This is an SMTP dissector, not a BXXP dissector; fix the comment at theGuy Harris1-6/+6
beginning. Pass "pinfo->fd", not "fd", to "p_get_proto_data()", so that it'll continue to work even when tvbuffified. Use "strchr()", not "index()" - "strchr()" is in the ANSI C standard, and may be in some systems that don't have "index()", whereas those systems that had "index()" but not "strchr()" got with the ANSI C program a while ago. Use "old_dissector_add()" and "old_dissector_delete()" to register and unregister the SMTP dissector, as it's not yet been tvbuffified. svn path=/trunk/; revision=2303
2000-08-19Added packet-smtp.c and modified packet.c to include code that was neverRichard Sharpe1-0/+211
finished ... The SMTP dissection is a good start, but does not handle the message body at all ... On to that next. svn path=/trunk/; revision=2302