aboutsummaryrefslogtreecommitdiff
path: root/print-syslog.c
AgeCommit message (Expand)Author
2020-09-30SYSLOG: Make a few cleanups.Denis Ovsienko
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-07-06syslog: fix a typo in a commentDenis Ovsienko
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-05-02Remove the safeputchar() functionFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-09Use more the EXTRACT_U_1() macro (51/n)Francois-Xavier Le Bail
2017-11-30Use more the EXTRACT_U_1() macro (35/n)Francois-Xavier Le Bail
2017-11-28Use more the EXTRACT_U_1() macro (32/n)Francois-Xavier Le Bail
2017-11-24Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail
2017-09-05syslog: squelch a cppcheck warning (GH #568)Denis Ovsienko
2017-07-28zero change: update Hannes Gredler's emailHannes Gredler
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-04-01NDOize EAP, IEEE CFM, lwres, SIP & Syslog decodersDenis Ovsienko
2014-04-01NDOize safeputs() and safeputchar()Denis Ovsienko
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2014-01-01ndo-ize print-ascii: hex_print_with_offset()Michael Richardson
2013-12-26make consistent use of the "tstr" idiomDenis Ovsienko
2013-09-12syslog: refine the decoderDenis Ovsienko
2013-09-12fix parsing of syslog priority (GH #264)Bram
2013-04-20unset executable bit on a few .h and .c filesDenis Ovsienko
2004-10-29add support for sysloghannes