Ethereal-dev: Re: [Ethereal-dev] Current Ethereal in CVS

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 20 Jan 2004 21:26:39 -0800
On Tue, Jan 20, 2004 at 02:47:00PM -0500, Jeff Weston wrote:
> While I was testing though, I did run across one problem:  the capture 
> filter "not port 6000" worked fine for IPv4 packets, but did not work for 
> IPv6 packets (UDP, just general traffic created by a testing tool, not any 
> specific protocol).  Could be something you guys are currently working on, 

If "you guys" refers to the Ethereal developers, no, it can't be
anything we're currently working on, as capture filtes are implemented
by libpcap, not Ethereal.

However, some of us also work on libpcap and tcpdump.  What does the
command

	tcpdump -d not port 6000

print?  And are there any extension headers in your IPv6 packets?