summaryrefslogtreecommitdiff
path: root/print-pflog.c
Commit message (Expand)AuthorAgeFilesLines
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-4/+3
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-7/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+2
* 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-8/+8
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-1/+1
* Add EXTRACT_ calls.Guy Harris2017-12-301-4/+4
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-2/+2
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-2/+2
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Squelch a warning and get rid of a duplicate assignment.Guy Harris2016-08-071-2/+1
* 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
* Leave it up to ip6_print() to handle non-IPv6-capable systems.Guy Harris2014-10-011-4/+6
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-4/+4
* make use of ND_DEFAULTPRINT()Denis Ovsienko2014-03-261-1/+1
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* NDOize 8 more small decodersDenis Ovsienko2014-03-131-22/+21
* don't include pcap.h needlesslyDenis Ovsienko2014-02-281-1/+0
* don't include addrtoname.h needlesslyDenis Ovsienko2014-02-251-1/+0
* Fix build on FreeBSD.Wesley Shields2014-01-031-3/+3
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* whitespace changesMichael Richardson2014-01-011-2/+2
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-3/+5
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-3/+3
* ip6_print() now takes a netdissect_options pointer as its first argument.Guy Harris2011-01-231-1/+1
* Fix build on systems with PF.Wesley Shields2010-03-311-0/+1
* Don't directly fetch multi-byte integers from packets.Guy Harris2010-02-211-2/+2
* From Max Laier: check whether the system has <net/pfvar.h> and:guy2007-09-121-2/+10
* From Jun Kuriyama:guy2006-10-251-1/+10
* Add a flag to suppress the "default_print()" call made in variousguy2005-07-071-2/+2
* refactored ip_print() so that chained header parser (ESP/AH) canmcr2005-04-061-2/+9
* Save the host-byte-order values for the rule number and sub rule numberguy2004-04-021-5/+8
* Get rid of some unused variables.guy2004-03-291-5/+1
* Update pf handling for new DLT_PFLOG (117) as other systems arefenner2004-03-281-55/+79
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* Hoist a bunch of stuff that should be done by all if_print routines intoguy2002-12-191-30/+5
* Add a new routine "default_print_packet()", which takes a pointer to theguy2002-12-181-2/+11
* We no longer use "packetp" for anything, so eliminate it. (If anyguy2002-12-181-5/+4
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-2/+2
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+2
* Include "config.h" before including anything else.guy2002-02-061-1/+5
* Include code to handle OpenBSD DLT_PFLOG files, based on the OpenBSDguy2002-02-051-0/+157