aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-syslog.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-4/+4
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-2/+3
2011-12-13Fix tvbuff memory leak.wmeier1-8/+8
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-09-01Update my email address (the old one still works but I don't use it for Wires...morriss1-1/+1
2011-03-25remove two unused assignmentssahlberg1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-04-03Some size_t cleanups.guy1-3/+3
2008-06-30Create the MTP3 TVB (if any) with a reported length that mirrors the reported...morriss1-5/+9
2008-06-26Fix a comment: the subdissector won't /assert/ out it will /except/ out if th...morriss1-1/+1
2008-06-26From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2647 :morriss1-4/+15
2008-04-07- Remove GLIB1 codesfisher1-1/+0
2007-03-27Include ws_strsplit.h to override glib 1.2's (buggy) g_strsplit() as per rev ...morriss1-2/+3
2007-03-22From Abhik Sarkar: call add_new_data_source() on generated (MTP3) tvb so that...morriss1-1/+5
2007-02-19Declare nbytes to match what the routine getting a pointer to itguy1-1/+1
2007-02-01From Abhik Sarkar: support for decoding SS7 MSUs embedded in a syslog messagemorriss1-69/+174
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2006-02-21Fix for bug 758: Adding facility codes 12-15 according to RFC 3164jake1-10/+11
2006-01-29Use tvb_format_text() on the message, to handle non-printable charactersguy1-15/+3
2005-10-27get rid of a strcpysahlberg1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+253