aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smtp.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Some spelling fixesMartin Mathieson1-1/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-10/+10
2021-07-21First pass pinfo->pool conversionEvan Huus1-31/+31
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2019-09-01SMTP: Consider bytes seen as "data" until a command is seenMichael Mann1-2/+3
2019-08-27SMTP: Add support for multiline responsesMichael Mann1-22/+53
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-20smtp: add credentials to the tap.Dario Lombardo1-2/+31
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-2/+2
2018-09-13Start renaming SSL to TLS.Gerald Combs1-4/+4
2018-09-05epan: Guard g_base64_decode_inplace() against zero length stringStig Bjørlykke1-14/+37
2018-09-03epan: Use g_base64_decode_inplace()Stig Bjørlykke1-12/+27
2018-06-15Put the entire server response into the Info column as is.Guy Harris1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-08-07SMTP: show text lines within a PDU fragment.Martin Mathieson1-0/+6
2017-05-17SMTP: allow multiple TCP ports/ranges to be registeredMartin Mathieson1-2/+2
2017-01-31format_text_wmem -> format_textMichael Mann1-12/+12
2017-01-31Add format_text_wmem.Michael Mann1-21/+21
2017-01-29Register reassembly tablesMichael Mann1-15/+2
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-2/+1
2016-12-19[SMTP] Bugfix BDAT command handlingMichael Mann1-0/+4
2016-12-01Check preference titles and descriptions.Gerald Combs1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+2
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