aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smtp.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-8/+8
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-6/+10
2001-11-13The hash table merely associates data structures with conversations,Guy Harris1-65/+9
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris1-3/+2
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris1-2/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-3/+3
2001-04-23Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris1-2/+3
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-2/+2
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-6/+6
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-3/+3
2000-11-13Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkGuy Harris1-3/+3
2000-11-12Add only one "proto_smtp" item to the protocol tree for SMTP; add textGuy Harris1-13/+11
2000-11-12Tvbuffify the SMTP dissector.Guy Harris1-81/+159
2000-11-11Simplify the state machine:Guy Harris1-42/+63
2000-10-21Support for conversations with "wildcard" destination addresses, fromGuy Harris1-3/+4
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez1-1/+2
2000-08-26Fix a minor spelling mistake ...Richard Sharpe1-2/+2
2000-08-24Fixes to add state keeping and properly decode SMTP.Richard Sharpe1-20/+300
2000-08-20SMTP is Simple *Mail* Transfer Protocol not Message.Laurent Deniel1-2/+8
2000-08-20This is an SMTP dissector, not a BXXP dissector; fix the comment at theGuy Harris1-6/+6
2000-08-19Added packet-smtp.c and modified packet.c to include code that was neverRichard Sharpe1-0/+211