cvs commit: src/lib/libpcap Makefile src/contrib/libpcap
gencode.c scanner.l
Sam Leffler
sam at errno.com
Mon Nov 3 23:09:26 PST 2003
On Monday 03 November 2003 10:12 pm, Brian Feldman wrote:
> green 2003/11/03 22:12:21 PST
>
> FreeBSD src repository
>
> Modified files:
> lib/libpcap Makefile
> contrib/libpcap gencode.c scanner.l
> Log:
> * Modify libpcap to work a bit better with our 802.11 code. This means
> tcpdump -y ieee802_11 will work in the basic senses, including the
> code compilation for filters (where you may specify "link[]" to refer
> to parts of the 802.11 header, as well as treat it like a normal
> Ethernet header). Previously, it was just too far off to do anything
> useful for us.
> * While I'm here, fix some compile problems that will result from lex
> and yacc namespace polution when linking with -lpcap. The namespace
> is now "pcapyy*" instead of "yy*", and it tests fine with world and
> some external applications that may or may not use "yy*".
Er, doesn't this take us off the vendor branch? I thought the right way to
get this stuff in was to pass it through Guy and buy it back with an import?
FWIW it would be nice to get libpcap+tcpdump updated to get the radiotap
support.
Sam
More information about the cvs-src
mailing list