aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smtp.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-26conversation: rename shadow variableDario Lombardo1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-21/+21
2015-12-21[SMTP] Combine username and password when base64 decoding fails or is disabled.Michael Mann1-4/+19
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-05Undoing base-64 encoding is not decryption.Guy Harris1-12/+12
2015-11-09Convert some TCP subdissectors to "new" style.Michael Mann1-4/+6
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-02-09Fix STARTTLS handling in various dissectorsPeter Wu1-32/+9
2015-01-05SMTP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+0
2015-01-02Always set decrypt_len when setting decrypt.Guy Harris1-3/+8
2015-01-02When deccoding base-64, the result is the length of the *decoded* result.Guy Harris1-28/+43
2015-01-01Fix tpyo.Guy Harris1-10/+10
2015-01-01More indentation cleanups.Guy Harris1-34/+34
2015-01-01Clean up indentation.Guy Harris1-7/+7
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+1
2014-11-24SMTP: escape ASCII strings printed to COL_INFOPascal Quantin1-21/+31
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-3/+2
2014-09-09Fix some spelling & grammar.Bill Meier1-2/+2
2014-09-09Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-1/+6
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