The function pointer in a "per_choice_t" or a "per_sequence_t" is to a
[obnox/wireshark/wip.git] / packet-smtp.c
2004-05-16 guyFrom Yaniv Kaul: add support for 3 MS-Exchange, non...
2004-01-17 ulflsplitted some of the preferences texts into more than...
2003-09-16 guyThere's no preference setting for the SMTP TCP port...
2003-06-11 guyPut the SMTP request or response line into the protocol...
2003-06-10 guyWhen checking for a CR-LF at the end of a packet, don...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-17 guyAdd an extra argument to "tvb_find_line_end()", which...
2002-07-15 guySMTP and FTP response codes need more than 1 byte,...
2002-07-14 guyOnly put "smtp.req" into the tree for packets that...
2002-07-14 guyIn FTP, a normal reply line has a 3-digit number at...
2002-04-14 guyFrom Joerg Mayer:
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-13 guyThe hash table merely associates data structures with...
2001-09-03 guyInstead of having a single datum attached to a conversa...
2001-07-03 guyUse the "pinfo" argument, rather than the global "pi...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-23 guyGet rid of END_OF_FRAME references in tvbuffified disse...
2001-03-13 gramMake tvb_get_ptr() return 'const guint8*', and clean...
2001-01-25 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-13 guyUse "tvb_offset_exists()" rather than "tvb_length_remai...
2000-11-12 guyAdd only one "proto_smtp" item to the protocol tree...
2000-11-12 guyTvbuffify the SMTP dissector.
2000-11-11 guySimplify the state machine:
2000-10-21 guySupport for conversations with "wildcard" destination...
2000-09-11 gramMove format_text(), get_token_len(), and fine_line_end...
2000-08-26 sharpeFix a minor spelling mistake ...
2000-08-24 sharpeFixes to add state keeping and properly decode SMTP.
2000-08-20 denielSMTP is Simple *Mail* Transfer Protocol not Message.
2000-08-20 guyThis is an SMTP dissector, not a BXXP dissector; fix...
2000-08-19 sharpeAdded packet-smtp.c and modified packet.c to include...