Declare routines exported to plugins through the plugin API table as
[metze/wireshark/wip.git] / packet-smtp.c
2001-09-03 Guy HarrisInstead of having a single datum attached to a conversa...
2001-07-03 Guy HarrisUse the "pinfo" argument, rather than the global "pi...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-04-23 Guy HarrisGet rid of END_OF_FRAME references in tvbuffified disse...
2001-03-13 Gilbert RamirezMake tvb_get_ptr() return 'const guint8*', and clean...
2001-01-25 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-13 Guy HarrisUse "tvb_offset_exists()" rather than "tvb_length_remai...
2000-11-12 Guy HarrisAdd only one "proto_smtp" item to the protocol tree...
2000-11-12 Guy HarrisTvbuffify the SMTP dissector.
2000-11-11 Guy HarrisSimplify the state machine:
2000-10-21 Guy HarrisSupport for conversations with "wildcard" destination...
2000-09-11 Gilbert RamirezMove format_text(), get_token_len(), and fine_line_end...
2000-08-26 Richard SharpeFix a minor spelling mistake ...
2000-08-24 Richard SharpeFixes to add state keeping and properly decode SMTP.
2000-08-20 Laurent DenielSMTP is Simple *Mail* Transfer Protocol not Message.
2000-08-20 Guy HarrisThis is an SMTP dissector, not a BXXP dissector; fix...
2000-08-19 Richard SharpeAdded packet-smtp.c and modified packet.c to include...