Re: [tcpdump-workers] print GRE over IPv6 packets

2005-07-03 Thread Gert Doering
hi, On Sun, Jul 03, 2005 at 10:30:29PM +0200, Hannes Gredler wrote: > | I'm working on adding Cisco-compatible GRE over IPv6 tunneling, and > | the following patch to tcpdump makes tcpdump dissect Cisco-encapsulated > | GRE-over-IPv6 packets. > > have added it along with support for RSVP over IPv

Re: [tcpdump-workers] print GRE over IPv6 packets

2005-07-03 Thread Hannes Gredler
On Sat, Jul 02, 2005 at 11:45:56AM +0200, Gert Doering wrote: | Hi, | | I'm working on adding Cisco-compatible GRE over IPv6 tunneling, and | the following patch to tcpdump makes tcpdump dissect Cisco-encapsulated | GRE-over-IPv6 packets. | | The current GRE RFC (rfc2784) neither documents IPv6-o

Re: [tcpdump-workers] print GRE over IPv6 packets

2005-07-02 Thread Gert Doering
Hi, On Sat, Jul 02, 2005 at 11:45:56AM +0200, Gert Doering wrote: > I'm working on adding Cisco-compatible GRE over IPv6 tunneling, and ... to NetBSD, that is :-) (just in case you were wondering "adding *to what*?"). gert -- USENET is *not* the non-clickable part of WWW!

[tcpdump-workers] print GRE over IPv6 packets

2005-07-02 Thread Gert Doering
Hi, I'm working on adding Cisco-compatible GRE over IPv6 tunneling, and the following patch to tcpdump makes tcpdump dissect Cisco-encapsulated GRE-over-IPv6 packets. The current GRE RFC (rfc2784) neither documents IPv6-over-GRE nor GRE-over-IPv6, and there are no IETF drafts either - so it's har