summaryrefslogtreecommitdiff
path: root/print-pflog.c
Commit message (Expand)AuthorAgeFilesLines
* Rename the BSD_AFNUM_ values to BSD_AF_.Guy Harris2023-02-201-4/+4
* pflog: use BSD socket AF numbers, not RFC 1700 AF numbers.Guy Harris2022-01-301-1/+1
* Fix names for action values.Guy Harris2022-01-301-3/+3
* Handle DLT_PFLOG on all OSes.Guy Harris2022-01-291-43/+62
* PFLOG: Use nd_printjnp instead of %s conversion specifierFrancois-Xavier Le Bail2020-12-141-3/+4
* PFLOG: Try to fix previous commitFrancois-Xavier Le Bail2020-12-141-1/+1
* PFLOG: Use nd_printjnp() instead of %s conversion specifierFrancois-Xavier Le Bail2020-12-141-2/+5
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-1/+0
* PFLOG: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail2020-08-061-8/+13
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-6/+6
* 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