Patches to prevent problems under Windows when time formats are negative.
[obnox/wireshark/wip.git] / packet-smtp.c
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...