Ethereal-dev: Re: [Ethereal-dev] TCP and UDP over IPv6 are in 'Other' category?

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 25 Oct 2002 20:21:04 -0700
On Sun, Aug 25, 2002 at 02:32:52PM -0700, Guy Harris wrote:
> No, it's just that nobody's written a "capture_ipv6()" routine to do the
> equivalent of what "capture_ip()" does, and arranged that it be called
> from the appropriate places.

Joerg Mayer wrote a skeleton "capture_ipv6()", and I filled it in today.
It was tested by the rigorous methodology of shoving a couple of IPv6
capture files through a FIFO from which Ethereal was reading captures,
and checking the counts against what was in the file :-); it got the
right answers there, but I might not have tested all the
extension-header stuff.