aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smtp.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-16From Yaniv Kaul: add support for 3 MS-Exchange, non-RFC compliantguy1-2/+6
2004-01-17splitted some of the preferences texts into more than one line,ulfl1-2/+2
2003-09-16There's no preference setting for the SMTP TCP port (and SMTP has aguy1-25/+4
2003-06-11Put the SMTP request or response line into the protocol tree, and put theguy1-14/+27
2003-06-10When checking for a CR-LF at the end of a packet, don't assume we haveguy1-2/+5
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-13/+13
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-10/+2
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itguy1-8/+31
2002-07-15SMTP and FTP response codes need more than 1 byte, as they can go up toguy1-3/+3
2002-07-14Only put "smtp.req" into the tree for packets that contain requestguy1-3/+5
2002-07-14In FTP, a normal reply line has a 3-digit number at the beginning - aguy1-11/+48
2002-04-14From Joerg Mayer:guy1-3/+3
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-3/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-5/+5
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-8/+8
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-6/+10
2001-11-13The hash table merely associates data structures with conversations,guy1-65/+9
2001-09-03Instead of having a single datum attached to a conversation, have a listguy1-3/+2
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theguy1-2/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-3/+3
2001-04-23Get rid of END_OF_FRAME references in tvbuffified dissectors.guy1-2/+3
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all thegram1-2/+2
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-6/+6
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-3/+3
2000-11-13Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkguy1-3/+3
2000-11-12Add only one "proto_smtp" item to the protocol tree for SMTP; add textguy1-13/+11
2000-11-12Tvbuffify the SMTP dissector.guy1-81/+159
2000-11-11Simplify the state machine:guy1-42/+63
2000-10-21Support for conversations with "wildcard" destination addresses, fromguy1-3/+4
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cgram1-1/+2
2000-08-26Fix a minor spelling mistake ...sharpe1-2/+2
2000-08-24Fixes to add state keeping and properly decode SMTP.sharpe1-20/+300
2000-08-20SMTP is Simple *Mail* Transfer Protocol not Message.deniel1-2/+8
2000-08-20This is an SMTP dissector, not a BXXP dissector; fix the comment at theguy1-6/+6
2000-08-19Added packet-smtp.c and modified packet.c to include code that was neversharpe1-0/+211