aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smtp.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-3/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-11From Michael Mann:Anders Broman1-115/+228
2011-10-25From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6470 :Jeff Morriss1-10/+21
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-05-30Renamed reassembled snmp bytes buffer to "Reassembled SMTP".Stig Bjørlykke1-1/+1
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-0/+3
2011-04-21Remove is_continuation_line variable (Unused for 3 years with add SMTP Comman...Alexis La Goutte1-12/+0
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte1-2/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-05-23Fix for bug 4544 - Decrypted data for STARTLS session is not shown in packet ...Sake Blok1-3/+11
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-23/+18
2010-03-22Minor Reformatting; Rename some enum constant identifiers to be a bit more sp...Bill Meier1-579/+584
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+6
2010-01-22Fix some gcc -Wshadow warningsBill Meier1-25/+25
2010-01-10From rmkml via wireshark-dev:Stig Bjørlykke1-0/+3
2009-12-18Introduce a value_string to provide descriptions for some SMTP responseStephen Fisher1-1/+29
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-10/+10
2009-04-03size_t fix (you won't get more than 2^31-1 bytes there).Guy Harris1-1/+1
2008-11-23From Didier Gautheron (bug 3056):Stig Bjørlykke1-30/+36
2008-10-11From Ward van Wanrooij (bug 2955):Stig Bjørlykke1-4/+7
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-09-10strncasecmp ==> g_ascii_strncasecmpBill Meier1-1/+1
2008-09-07Move the advancement of the packet offset outside the "if (tree)".Guy Harris1-11/+10
2008-09-07Style and indentation cleanups.Guy Harris1-106/+39
2008-09-07Add support for TLS-over-SMTP.Guy Harris1-109/+157
2008-09-06Have a line_is_smtp_command() routine to check whether a line is an SMTPGuy Harris1-20/+69
2008-09-06Add some comments.Guy Harris1-0/+8
2008-09-05Move another comment next to the code to which it refers.Guy Harris1-4/+4
2008-09-05Move a comment to the right place.Guy Harris1-10/+9
2008-09-05Clean up indentation.Guy Harris1-455/+455
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-3/+5
2008-04-13Initialize linelen to avoid a warning.Stig Bjørlykke1-1/+1
2008-04-13Support for RFC 2920 SMTP Command Pipelining. Graeme Lunt1-55/+118
2008-04-09Remove:Anders Broman1-4/+0
2007-12-28Add submission port dissection.Jaap Keuter1-0/+5
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-6/+10
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-08-15Added support for RFC3030 (BDAT) in SMTP.Stig Bjørlykke1-38/+113
2007-07-04New preference to allow for the reassembly of SMTP DATA and subsequent dissec...Graeme Lunt1-20/+180
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-4/+4
2007-03-28Fix a bunch of warnings, add svn:keywords Id and svn:eol-style nativeStephen Fisher1-4/+4
2006-10-25Allow DCT2000 support to find a couple of more protocols.Martin Mathieson1-1/+4
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-08-12remove some unused variables from scsiRonnie Sahlberg1-25/+3
2005-02-02From Jon Ringle:Anders Broman1-2/+2