aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smtp.c
Commit message (Expand)AuthorAgeFilesLines
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-597/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Yaniv Kaul: add support for 3 MS-Exchange, non-RFC compliantGuy Harris2004-05-161-2/+6
* splitted some of the preferences texts into more than one line,Ulf Lamping2004-01-171-2/+2
* There's no preference setting for the SMTP TCP port (and SMTP has aGuy Harris2003-09-161-25/+4
* Put the SMTP request or response line into the protocol tree, and put theGuy Harris2003-06-111-14/+27
* When checking for a CR-LF at the end of a packet, don't assume we haveGuy Harris2003-06-101-2/+5
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-13/+13
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-10/+2
* Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris2002-07-171-8/+31
* SMTP and FTP response codes need more than 1 byte, as they can go up toGuy Harris2002-07-151-3/+3
* Only put "smtp.req" into the tree for packets that contain requestGuy Harris2002-07-141-3/+5
* In FTP, a normal reply line has a 3-digit number at the beginning - aGuy Harris2002-07-141-11/+48
* From Joerg Mayer:Guy Harris2002-04-141-3/+3
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-5/+5
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-8/+8
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-6/+10
* The hash table merely associates data structures with conversations,Guy Harris2001-11-131-65/+9
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-3/+2
* Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris2001-07-031-2/+2
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-3/+3
* Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris2001-04-231-2/+3
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-131-2/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-251-6/+6
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-3/+3
* Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkGuy Harris2000-11-131-3/+3
* Add only one "proto_smtp" item to the protocol tree for SMTP; add textGuy Harris2000-11-121-13/+11
* Tvbuffify the SMTP dissector.Guy Harris2000-11-121-81/+159
* Simplify the state machine:Guy Harris2000-11-111-42/+63
* Support for conversations with "wildcard" destination addresses, fromGuy Harris2000-10-211-3/+4
* Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez2000-09-111-1/+2
* Fix a minor spelling mistake ...Richard Sharpe2000-08-261-2/+2
* Fixes to add state keeping and properly decode SMTP.Richard Sharpe2000-08-241-20/+300
* SMTP is Simple *Mail* Transfer Protocol not Message.Laurent Deniel2000-08-201-2/+8
* This is an SMTP dissector, not a BXXP dissector; fix the comment at theGuy Harris2000-08-201-6/+6
* Added packet-smtp.c and modified packet.c to include code that was neverRichard Sharpe2000-08-191-0/+211