summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-pfsync.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Another ip_ipsp.h missing, found by krw@claudio2017-01-201-1/+2
* Don't assume clr->ifname is a NUL-terminated printable string.millert2016-10-271-3/+11
* Remove remaining instances of the register keyword.mmcc2015-11-161-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+1
* No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-2/+1
* replay counter was bumped a while ago, update byte order conversion;mikeb2012-09-191-5/+6
* the new protocol moved insert and update.dlg2009-11-091-4/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* do not include space in the end of the from for a hmac. after discussiondlg2009-03-311-12/+5
* better detect short frames. always print the version and length of thedlg2009-02-231-5/+9
* pfsync v5, mostly written at n2k9, but based on work done at n2k8.dlg2009-02-161-92/+205
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-2/+2
* typo: print hexdump of packet, instead of pcap header; ok canacar, henningmarkus2007-09-211-3/+3
* pf_state is no longer the same; modify pf_print_state.c to acceptmcbride2007-05-311-31/+3
* crank pf_state and pf_src_node byte and packet counters to u_in64_t, sincemcbride2005-11-041-6/+6
* Add SA replay counter synchronization to pfsync(4). Required for IPsecho2005-05-281-2/+11
* Include protocol name in printout.mcbride2004-07-071-3/+3
* Add support for PFSYNC_ACT_BUS. (Bulk Update Status)mcbride2004-03-221-3/+26
* Print ifname in PFSYNC_ACT_CLR message if present.mcbride2004-02-201-2/+4
* Make pfsync printing consistent with rest of tcpdump regarding newlines,mcbride2004-02-101-12/+17
* Make pfsync work correctly with IP options on 64-bit alignmentmcbride2004-02-101-6/+10
* Increment the right pointers, so we don't print the same entries repeatedly.mcbride2004-01-211-4/+4
* Clean up pfsync output: print source address by default, pass -vv correctlymcbride2004-01-211-5/+15
* zap unused variable; ok mcbridepvalchev2004-01-041-3/+2
* Many improvements to the handling of interfaces in PF.cedric2003-12-311-2/+3
* Unbreak tree by using correct PFSYNC_ACT_UREQ #define.mcbride2003-12-281-4/+3
* Add a new PFSYNC_ACT_UREQ message type.mcbride2003-12-281-2/+16
* Zero out the pf_state struct before filling it with data from themcbride2003-12-271-2/+3
* Argh. Calculate the length really, really correctly.mcbride2003-12-191-3/+3
* Calculate the length of the captured pfsync payload correctly when printingmcbride2003-12-191-3/+3
* Add initial support for pf state synchronization over the network.mcbride2003-12-151-39/+84
* Return proper anchor rule number in correct byte order.dhartmei2003-11-081-2/+3
* Print "|pfsync" if the packet is truncated, not "|pflog".mcbride2003-11-081-3/+3
* Make tcpdump -x work with pfsync.mcbride2003-11-051-2/+4
* - newline before printing first state (so they all line up and the firstmcbride2003-11-021-6/+4
* count packets and bidirectionally on state entries, allowing for fine-graineddjm2003-06-211-4/+6
* Remove pfr_unwrap_table workaround, it's no longer needed.dhartmei2003-01-071-9/+2
* workaround until pf fixes thisderaadt2003-01-041-3/+10
* no need to ntohs the portsmickey2002-12-231-5/+5
* use bcopy instead of struct assignmentmickey2002-12-201-6/+7
* pfsync support; deraadt@ okmickey2002-11-301-0/+130
* stop breaking the damn tree mickeyderaadt2002-11-301-130/+0
* tcpdump support for pfsync; henning@ okmickey2002-11-291-0/+130