aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smtp.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-25/+25
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Move epan/base64.[ch] to wsutil/ with function name change.Jakub Zawadzki1-9/+9
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-25/+25
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-15Fix warnings: comma at end of enumerator list.Chris Maynard1-1/+1
2013-07-09Fix some uninitialized variable warnings reported in bug 8904 (https://bugs.w...Michael Mann1-11/+1
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-05-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-05-03Add some casts to hush the buildbots, and fix what I assume was a copy-pastoEvan Huus1-5/+5
2013-05-03Finish improving NTLM and PLAIN authentication. Bug 8600 (https://bugs.wires...Michael Mann1-27/+46
2013-04-22Improve AUTH handling (NTLM and elementary PLAIN mechanism)Michael Mann1-3/+162
2013-04-18improve AUTH handling of SMTP dissector. Bug 8591 (https://bugs.wireshark.or...Michael Mann1-7/+41
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-12/+11
2013-03-19From beroset:Anders Broman1-4/+4
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-01-22Create/use extended value-string;Bill Meier1-67/+82
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-08Convert the SMTP dissector and the frame_data manager from emem to wmem.Evan Huus1-3/+3
2012-12-08Fix uninitialized value error caught by valgrind.Evan Huus1-0/+2
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