Re: [tcpdump-workers] Small configure diff to use pflog header from

2007-09-12 Thread Guy Harris
On Sep 3, 2007, at 1:22 PM, Max Laier wrote: Sorry for dropping the ball on this one. Please see attached for the updated diffs. After this "pf.h" can be removed from the sources as it is no longer referenced. Checked in, with pf.h nuked in both libpcap and tcpdump, FILES and INSTALL/I

Re: [tcpdump-workers] Small configure diff to use pflog header from

2007-09-12 Thread Max Laier
On Sunday 08 July 2007, Guy Harris wrote: ... > As such, I'd be willing to check the change in - if it were modified > to completely remove DLT_PFLOG support if there is no > header, as a change to make it handle only headers > for the OS and version on which it's built would imply no support if >

Re: [tcpdump-workers] Small configure diff to use pflog header from

2007-09-03 Thread Max Laier
On Sunday 08 July 2007, Guy Harris wrote: > Max Laier wrote: > > the attached makes libpcap and tcpdump use pfvar.h/if_pflog.h from > > the host system (if available) - which is what most people will > > want[*]. > > What most people want, I think, is to be able to capture on the pflog > interface

Re: [tcpdump-workers] Small configure diff to use pflog header from

2007-07-08 Thread Max Laier
On Sunday 08 July 2007, Guy Harris wrote: > Max Laier wrote: > > the attached makes libpcap and tcpdump use pfvar.h/if_pflog.h from > > the host system (if available) - which is what most people will > > want[*]. > > What most people want, I think, is to be able to capture on the pflog > interface

Re: [tcpdump-workers] Small configure diff to use pflog header from

2007-07-08 Thread Guy Harris
Max Laier wrote: the attached makes libpcap and tcpdump use pfvar.h/if_pflog.h from the host system (if available) - which is what most people will want[*]. What most people want, I think, is to be able to capture on the pflog interface and read pflog files, regardless of how that happens; if

Re: [tcpdump-workers] Small configure diff to use pflog header from host

2007-07-06 Thread Max Laier
On Saturday 30 June 2007, Max Laier wrote: > Hi, > > the attached makes libpcap and tcpdump use pfvar.h/if_pflog.h from the > host system (if available) - which is what most people will want[*]. > Tested with OpenBSD 4.1 and FreeBSD where I'm in the progress of doing > an update to pf which will br

[tcpdump-workers] Small configure diff to use pflog header from host

2007-07-01 Thread Max Laier
Hi, the attached makes libpcap and tcpdump use pfvar.h/if_pflog.h from the host system (if available) - which is what most people will want[*]. Tested with OpenBSD 4.1 and FreeBSD where I'm in the progress of doing an update to pf which will break the header format - hence the interest in thi