aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smtp.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris2001-04-231-2/+3
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-131-2/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-251-6/+6
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-3/+3
* Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkGuy Harris2000-11-131-3/+3
* Add only one "proto_smtp" item to the protocol tree for SMTP; add textGuy Harris2000-11-121-13/+11
* Tvbuffify the SMTP dissector.Guy Harris2000-11-121-81/+159
* Simplify the state machine:Guy Harris2000-11-111-42/+63
* Support for conversations with "wildcard" destination addresses, fromGuy Harris2000-10-211-3/+4
* Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez2000-09-111-1/+2
* Fix a minor spelling mistake ...Richard Sharpe2000-08-261-2/+2
* Fixes to add state keeping and properly decode SMTP.Richard Sharpe2000-08-241-20/+300
* SMTP is Simple *Mail* Transfer Protocol not Message.Laurent Deniel2000-08-201-2/+8
* This is an SMTP dissector, not a BXXP dissector; fix the comment at theGuy Harris2000-08-201-6/+6
* Added packet-smtp.c and modified packet.c to include code that was neverRichard Sharpe2000-08-191-0/+211