Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-19 | Allow recursive anchors (anchors within anchors, up to 64 | Daniel Hartmeier | |
levels deep). More work required, but this is already functional. authpf users will need to adjust their anchor calls, but this will change again soon. ok beck@, cedric@, henning@, mcbride@ | |||
2004-03-19 | remove trailing ';' in PFLOG_REAL_HDRLEN definition. ok dhartmei@ mcbride@ | Mike Frantzen | |
2003-07-15 | Adjust pflog after recent byte order changes, fixes the 'truncated-ip' | Daniel Hartmeier | |
errors on pflog0. Reported and tested by Ben Lovett. ok frantzen@, cedric@ | |||
2003-05-14 | Use official (from pcap people) link type for pflog. | Can Erkin Acar | |
With this change, the log header format also changes. The new log format is extendible and allows logging of the originating anchor and ruleset information. ok henning@ dhartmei@ frantzen@ | |||
2002-10-29 | keep all pflog goodies in pflog sources, avoids code duplications; okski ↵ | Michael Shalayeff | |
frantzen@ and dhartmei@ | |||
2001-11-08 | fix the endif comment | Michael Shalayeff | |
2001-06-26 | clean up copyright | Niels Provos | |
2001-06-26 | use reasons in pull_hdr, default log if pull_hdr fails. okay deraadt@ | Niels Provos | |
2001-06-26 | add a subreason to the link header to allow us to determine why a packet was | Niels Provos | |
dropped or passed. from discussion with theo and me. | |||
2001-06-25 | extend the logging via a new link header type. export interface, direction, | Niels Provos | |
action and rule nr. | |||
2001-06-25 | first stab at packet logging for pf. inspired by late night dreams of art. | Niels Provos | |
we just pass drop and passed packets to different pseudo interface that can be listened to with bpf. |