aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-imap.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-10From Ben Bowen:Guy Harris1-23/+155
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-25From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6446 :Jeff Morriss1-60/+41
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-03-30More Win64 fixes.Gerald Combs1-2/+2
2008-07-12Move the registration for SSL sockets to the protocol dissectors themselves.Jaap Keuter1-0/+3
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-3/+4
2006-10-26from stephen f fix for 1040Ronnie Sahlberg1-65/+66
2006-06-29make these two protocols (that are commonly transported atop SSL) register th...Ronnie Sahlberg1-0/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+192