Revert "Fixup: tvb_* -> tvb_captured"
[metze/wireshark/wip.git] / epan / dissectors / packet-smtp.c
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-06-18 Dario LombardoFixup: tvb_get_string(z) -> tvb_get_string(z)_enc
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-21 Jakub ZawadzkiMove epan/base64.[ch] to wsutil/ with function name...
2013-12-10 Anders Broman- Forward declaration of register functions.
2013-11-23 Michael MannCreate the ability to have packet scoped "proto" data...
2013-10-13 Bill Meierwhitespace fixes; mostly: remove trailing blanks
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-07-17 Jakub ZawadzkiRemove fragment_data, add fragment_head, fragment_item...
2013-07-15 Chris MaynardFix warnings: comma at end of enumerator list.
2013-07-09 Michael MannFix some uninitialized variable warnings reported in...
2013-05-12 Anders BromanAdd the posibillity to use a key for per-packet-data.
2013-05-04 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-05-03 Evan HuusAdd some casts to hush the buildbots, and fix what...
2013-05-03 Michael MannFinish improving NTLM and PLAIN authentication. Bug...
2013-04-22 Michael MannImprove AUTH handling (NTLM and elementary PLAIN mechanism)
2013-04-18 Michael Mannimprove AUTH handling of SMTP dissector. Bug 8591...
2013-03-22 Guy HarrisDon't wire into the reassembly code the notion that...
2013-03-19 Anders BromanFrom beroset:
2013-02-26 Bill MeierFix spelling/typos found using a list of commonly missp...
2013-01-22 Bill MeierCreate/use extended value-string;
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-08 Evan HuusConvert the SMTP dissector and the frame_data manager...
2012-12-08 Evan HuusFix uninitialized value error caught by valgrind.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-07 Jeff MorrissFrom Robert Bullen via https://bugs.wireshark.org/bugzi...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-11 Anders BromanFrom Michael Mann:
2011-10-25 Jeff MorrissFrom Michael Mann via https://bugs.wireshark.org/bugzil...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-05-30 Stig BjørlykkeRenamed reassembled snmp bytes buffer to "Reassembled...
2011-05-20 Bill MeierAdd #include <stdlib.h> to files which reference fcns...
2011-04-21 Alexis La GoutteRemove is_continuation_line variable (Unused for 3...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-01-30 Stig BjørlykkeIntroduce "Fragment count" filter element for all proto...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-05-23 Sake BlokFix for bug 4544 - Decrypted data for STARTLS session...
2010-05-13 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-03-22 Bill MeierMinor Reformatting; Rename some enum constant identifie...
2010-02-02 Stig BjørlykkeIntroduce "Reassembled length" filter element for all...
2010-01-22 Bill MeierFix some gcc -Wshadow warnings
2010-01-10 Stig BjørlykkeFrom rmkml via wireshark-dev:
2009-12-18 Stephen FisherIntroduce a value_string to provide descriptions for...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-04-03 Guy Harrissize_t fix (you won't get more than 2^31-1 bytes there).
2008-11-23 Stig BjørlykkeFrom Didier Gautheron (bug 3056):
2008-10-11 Stig BjørlykkeFrom Ward van Wanrooij (bug 2955):
2008-09-30 Bill MeierMinor proto_reg_handoff cleanup: use find_dissector...
2008-09-10 Bill Meierstrncasecmp ==> g_ascii_strncasecmp
2008-09-07 Guy HarrisMove the advancement of the packet offset outside the...
2008-09-07 Guy HarrisStyle and indentation cleanups.
2008-09-07 Guy HarrisAdd support for TLS-over-SMTP.
2008-09-06 Guy HarrisHave a line_is_smtp_command() routine to check whether...
2008-09-06 Guy HarrisAdd some comments.
2008-09-05 Guy HarrisMove another comment next to the code to which it refers.
2008-09-05 Guy HarrisMove a comment to the right place.
2008-09-05 Guy HarrisClean up indentation.
2008-05-14 Bill MeierFix some of the Errors/warnings detected by checkapi.
2008-04-13 Stig BjørlykkeInitialize linelen to avoid a warning.
2008-04-13 Graeme LuntSupport for RFC 2920 SMTP Command Pipelining.
2008-04-09 Anders BromanRemove:
2007-12-28 Jaap KeuterAdd submission port dissection.
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-08-15 Stig BjørlykkeAdded support for RFC3030 (BDAT) in SMTP.
2007-07-04 Graeme LuntNew preference to allow for the reassembly of SMTP...
2007-03-28 Stephen FisherRemove almost all of the casts I committed recently...
2007-03-28 Stephen FisherFix a bunch of warnings, add svn:keywords Id and svn...
2006-10-25 Martin MathiesonAllow DCT2000 support to find a couple of more protocols.
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-08-12 Ronnie Sahlbergremove some unused variables from scsi
2005-02-02 Anders BromanFrom Jon Ringle:
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-08-21 Ulf LampingPrevent the word "desegmentation" at the GUI, but use...
2004-08-06 Guy HarrisFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.