Subject: Re: CVS commit: basesrc
To: None <tech-net@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-net
Date: 07/02/1999 21:41:53
>Modified Files:
>	basesrc/lib/libpcap: Makefile gencode.c gencode.h grammar.y
>	    nametoaddr.c optimize.c pcap-bpf.c pcap-namedb.h scanner.l
>Log Message:
>support IPv6 address and IPv6 protocols.
>"tcp" will match both IPv4 TCP and IPv6 TCP.
>"ip6" will match IPv6.
>you can chase header chain by using "protochain" instead of "proto"
>(but bpf code is not optimizable in this case)
>
>commit to tcpdump will follow.
>
>I've sent this fix to LBL guys to get no response.  I wonder why it was.

	Should I increase shlib minor version for this?

itojun