aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smtp.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-22Minor Reformatting; Rename some enum constant identifiers to be a bit more sp...wmeier1-579/+584
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+6
2010-01-22Fix some gcc -Wshadow warningswmeier1-25/+25
2010-01-10From rmkml via wireshark-dev:stig1-0/+3
2009-12-18Introduce a value_string to provide descriptions for some SMTP responsesfisher1-1/+29
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-10/+10
2009-04-03size_t fix (you won't get more than 2^31-1 bytes there).guy1-1/+1
2008-11-23From Didier Gautheron (bug 3056):stig1-30/+36
2008-10-11From Ward van Wanrooij (bug 2955):stig1-4/+7
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-1/+1
2008-09-10strncasecmp ==> g_ascii_strncasecmpwmeier1-1/+1
2008-09-07Move the advancement of the packet offset outside the "if (tree)".guy1-11/+10
2008-09-07Style and indentation cleanups.guy1-106/+39
2008-09-07Add support for TLS-over-SMTP.guy1-109/+157
2008-09-06Have a line_is_smtp_command() routine to check whether a line is an SMTPguy1-20/+69
2008-09-06Add some comments.guy1-0/+8
2008-09-05Move another comment next to the code to which it refers.guy1-4/+4
2008-09-05Move a comment to the right place.guy1-10/+9
2008-09-05Clean up indentation.guy1-455/+455
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-3/+5
2008-04-13Initialize linelen to avoid a warning.stig1-1/+1
2008-04-13Support for RFC 2920 SMTP Command Pipelining. gal1-55/+118
2008-04-09Remove:etxrab1-4/+0
2007-12-28Add submission port dissection.jake1-0/+5
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-6/+10
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-08-15Added support for RFC3030 (BDAT) in SMTP.stig1-38/+113
2007-07-04New preference to allow for the reassembly of SMTP DATA and subsequent dissec...gal1-20/+180
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-4/+4
2007-03-28Fix a bunch of warnings, add svn:keywords Id and svn:eol-style nativesfisher1-4/+4
2006-10-25Allow DCT2000 support to find a couple of more protocols.martinm1-1/+4
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-08-12remove some unused variables from scsisahlberg1-25/+3
2005-02-02From Jon Ringle:etxrab1-2/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+3
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+597