|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
PFLOG(4) FreeBSD Kernel Interfaces Manual PFLOG(4)
NAME
pflog -- packet filter logging interface
SYNOPSIS
device pflog
DESCRIPTION
The pflog interface is a pseudo-device which makes visible all packets
logged by the packet filter, pf(4). Logged packets can easily be moni-
tored in real time by invoking tcpdump(1) on the pflog interface, or
stored to disk using pflogd(8).
Each packet retrieved on this interface has a header associated with it
of length PFLOG_HDRLEN. This header documents the address family, inter-
face name, rule number, reason, action, and direction of the packet that
was logged. This structure, defined in <net/if_pflog.h> looks like
struct pfloghdr {
u_int8_t length;
sa_family_t af;
u_int8_t action;
u_int8_t reason;
char ifname[IFNAMSIZ];
char ruleset[PF_RULESET_NAME_SIZE];
u_int32_t rulenr;
u_int32_t subrulenr;
u_int8_t dir;
u_int8_t pad[3];
};
EXAMPLES
# ifconfig pflog0 up
# tcpdump -n -e -ttt -i pflog0
SEE ALSO
tcpdump(1) inet(4), inet6(4), netintro(4), pf(4), ifconfig(8), pflogd(8)
HISTORY
The pflog device first appeared in OpenBSD 3.0.
FreeBSD 6.2 December 10, 2001 FreeBSD 6.2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 19 20:32:16 BST 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
svn man page (5400 hits) (FreeBSD 6.2)
sqlite3 man page (5399 hits) (openSUSE 10.2)
adv_cap_autoneg man page (4903 hits) (Solaris 10 11_06)
CPAN man page (4638 hits) (Suse Linux 10.1)
ssh man page (4358 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3024 hits) (Solaris 10 11_06)
netcat man page (2831 hits) (Suse Linux 10.1)
signal man page (2740 hits) (Suse Linux 10.1)
pprosetup man page (2531 hits) (Solaris 10 11_06)
startproc man page (2526 hits) (Suse Linux 10.1)
|