Age | Commit message (Expand) | Author |
2009-11-09 | the new protocol moved insert and update. | David Gwynne |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-03-31 | do not include space in the end of the from for a hmac. after discussion | David Gwynne |
2009-02-23 | better detect short frames. always print the version and length of the | David Gwynne |
2009-02-16 | pfsync v5, mostly written at n2k9, but based on work done at n2k8. | David Gwynne |
2007-10-07 | trash $Header goo which is just annoying; 5595 | Theo de Raadt |
2007-09-21 | typo: print hexdump of packet, instead of pcap header; ok canacar, henning | Markus Friedl |
2007-05-31 | pf_state is no longer the same; modify pf_print_state.c to accept | Ryan Thomas McBride |
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 |