aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-imap.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-2/+2
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-13/+13
2021-05-29IMAP: Fix resetting of tls stateAlfredo1-1/+1
2021-01-10imap: fix bug in username retrieve.Dario Lombardo1-1/+1
2020-07-14IMAP: Try to fix Wpointer-sign warnings.Anders Broman1-9/+9
2020-02-16More issues spotted by PVS-Studio in bug 16335.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-19imap: add credentials to tap.Dario Lombardo1-0/+13
2019-07-19imap: dissect username and password from LOGIN command.Dario Lombardo1-0/+26
2019-07-12Fix Wpointer-sign warnings.Anders Broman1-1/+1
2019-07-02imap: move the more general field first.Dario Lombardo1-8/+8
2019-06-27imap: remove useless nesting.Dario Lombardo1-213/+211
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-8/+8
2019-01-15IMAP: Fix regression introduced by change 30876Christophe GUERBER1-58/+59
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-12-26imap: remove unused value (CID: 1441962).Dario Lombardo1-1/+0
2018-12-14IMAP: Reassemble message elements and add request/response trackingChristophe GUERBER1-102/+428
2018-10-21Add tvb_ascii_isprint APIMichael Mann1-9/+3
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-2/+2
2018-09-13Start renaming SSL to TLS.Gerald Combs1-5/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-03-09imap: Give correct lineend to get_token_len()Stig Bjørlykke1-6/+8
2017-01-31format_text_wmem -> format_textMichael Mann1-1/+1
2017-01-31Add format_text_wmem.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-05-01IMAP: Add heuristic check for TLSJoão Valverde1-0/+66
2016-02-15IMAP: IndentationJoão Valverde1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-30IMAP: fix Recurring check found by PVS Studio (V571)Alexis La Goutte1-2/+1
2015-11-09Convert some TCP subdissectors to "new" style.Michael Mann1-3/+5
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-1/+1
2015-02-10IMAP: do not iterate over reported length when using tvb_find_line_endPascal Quantin1-1/+1
2015-02-09pgsql,imap: add STARTTLS supportPeter Wu1-9/+38
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+2
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-4/+3
2014-07-24IMAP: fix mixed indent (use 2spaces)Alexis La Goutte1-236/+280
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-03Fix what appears to be an off-by-one error in the IMAP dissector, causingEvan Huus1-1/+1
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-4/+5
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-4/+5
2013-06-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8857 :Pascal Quantin1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-10/+8
2013-06-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8739 :Pascal Quantin1-1/+1
2013-03-19From beroset:Anders Broman1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1