summaryrefslogtreecommitdiff
path: root/print-syslog.c
Commit message (Expand)AuthorAgeFilesLines
* Put "{" at end of line with "if" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-2/+1
* Replace the (void)nd_printn(..., NULL) calls by nd_printjn() callsFrancois-Xavier Le Bail2021-01-081-1/+1
* SYSLOG: Make a few cleanups.Denis Ovsienko2020-09-301-18/+31
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-10/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-6/+6
* syslog: fix a typo in a commentDenis Ovsienko2018-07-061-1/+1
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-4/+3
* Remove the safeputchar() functionFrancois-Xavier Le Bail2018-05-021-1/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-7/+7
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-1/+1
* Use more the EXTRACT_U_1() macro (51/n)Francois-Xavier Le Bail2017-12-091-3/+3
* Use more the EXTRACT_U_1() macro (35/n)Francois-Xavier Le Bail2017-11-301-1/+1
* Use more the EXTRACT_U_1() macro (32/n)Francois-Xavier Le Bail2017-11-281-2/+2
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-4/+4
* syslog: squelch a cppcheck warning (GH #568)Denis Ovsienko2017-09-051-3/+3
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-0/+2
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-3/+3
* NDOize EAP, IEEE CFM, lwres, SIP & Syslog decodersDenis Ovsienko2014-04-011-19/+18
* NDOize safeputs() and safeputchar()Denis Ovsienko2014-04-011-1/+1
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-1/+1
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-3/+5
* syslog: refine the decoderDenis Ovsienko2013-09-121-29/+15
* fix parsing of syslog priority (GH #264)Bram2013-09-121-1/+1
* unset executable bit on a few .h and .c filesDenis Ovsienko2013-04-201-0/+0
* add support for sysloghannes2004-10-291-0/+163