index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
tcpdump
/
print-pfsync.c
Age
Commit message (
Expand
)
Author
2005-11-04
crank pf_state and pf_src_node byte and packet counters to u_in64_t, since
Ryan Thomas McBride
2005-05-28
Add SA replay counter synchronization to pfsync(4). Required for IPsec
Hakan Olsson
2004-07-07
Include protocol name in printout.
Ryan Thomas McBride
2004-03-22
Add support for PFSYNC_ACT_BUS. (Bulk Update Status)
Ryan Thomas McBride
2004-02-20
Print ifname in PFSYNC_ACT_CLR message if present.
Ryan Thomas McBride
2004-02-10
Make pfsync printing consistent with rest of tcpdump regarding newlines,
Ryan Thomas McBride
2004-02-10
Make pfsync work correctly with IP options on 64-bit alignment
Ryan Thomas McBride
2004-01-21
Increment the right pointers, so we don't print the same entries repeatedly.
Ryan Thomas McBride
2004-01-21
Clean up pfsync output: print source address by default, pass -vv correctly
Ryan Thomas McBride
2004-01-04
zap unused variable; ok mcbride
Peter Valchev
2003-12-31
Many improvements to the handling of interfaces in PF.
Cedric Berger
2003-12-28
Unbreak tree by using correct PFSYNC_ACT_UREQ #define.
Ryan Thomas McBride
2003-12-28
Add a new PFSYNC_ACT_UREQ message type.
Ryan Thomas McBride
2003-12-27
Zero out the pf_state struct before filling it with data from the
Ryan Thomas McBride
2003-12-19
Argh. Calculate the length really, really correctly.
Ryan Thomas McBride
2003-12-19
Calculate the length of the captured pfsync payload correctly when printing
Ryan Thomas McBride
2003-12-15
Add initial support for pf state synchronization over the network.
Ryan Thomas McBride
2003-11-08
Return proper anchor rule number in correct byte order.
Daniel Hartmeier
2003-11-08
Print "|pfsync" if the packet is truncated, not "|pflog".
Ryan Thomas McBride
2003-11-05
Make tcpdump -x work with pfsync.
Ryan Thomas McBride
2003-11-02
- newline before printing first state (so they all line up and the first
Ryan Thomas McBride
2003-06-21
count packets and bidirectionally on state entries, allowing for fine-grained
Damien Miller
2003-01-07
Remove pfr_unwrap_table workaround, it's no longer needed.
Daniel Hartmeier
2003-01-04
workaround until pf fixes this
Theo de Raadt
2002-12-23
no need to ntohs the ports
Michael Shalayeff
2002-12-20
use bcopy instead of struct assignment
Michael Shalayeff
2002-11-30
pfsync support; deraadt@ ok
Michael Shalayeff
2002-11-30
stop breaking the damn tree mickey
Theo de Raadt
2002-11-29
tcpdump support for pfsync; henning@ ok
Michael Shalayeff