aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-syslog.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-4/+4
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-2/+2
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-1/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2020-02-13Introduce AudioCodes Debug Recording (ACDR) dissectorOrgad Shaneh1-0/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2019-03-19Syslog: proper message handlingUli Heilmeier1-3/+71
2018-08-31Add a systemd Journal Export Format parser and dissector.Gerald Combs1-80/+10
2018-08-17Syslog: skip timestamp field if not presentPascal Quantin1-2/+5
2018-08-07syslog: dissect more fields.Dario Lombardo1-1/+83
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-09Convert some TCP subdissectors to "new" style.Michael Mann1-4/+4
2015-08-27Remove calls of tvb_ensure_length_remaining.Michael Mann1-1/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-2/+1
2014-10-05Add editor modelines; Adjust whitespace as needed.Bill Meier1-110/+123
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-1/+1
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-4/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-1/+1
2012-11-17From Stephen Wall:Jaap Keuter1-0/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-4/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-09Allow syslog to work with "Decode As" for TCP.Chris Maynard1-0/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+2
2011-12-13Fix tvbuff memory leak.Bill Meier1-8/+8
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-09-01Update my email address (the old one still works but I don't use it for Wires...Jeff Morriss1-1/+1
2011-03-25remove two unused assignmentsRonnie Sahlberg1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-04-03Some size_t cleanups.Guy Harris1-3/+3
2008-06-30Create the MTP3 TVB (if any) with a reported length that mirrors the reported...Jeff Morriss1-5/+9
2008-06-26Fix a comment: the subdissector won't /assert/ out it will /except/ out if th...Jeff Morriss1-1/+1
2008-06-26From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2647 :Jeff Morriss1-4/+15
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+0
2007-03-27Include ws_strsplit.h to override glib 1.2's (buggy) g_strsplit() as per rev ...Jeff Morriss1-2/+3
2007-03-22From Abhik Sarkar: call add_new_data_source() on generated (MTP3) tvb so that...Jeff Morriss1-1/+5