Re: [tcpdump-workers] [PATCH 2/2] print-olsr: Add basic IPv6 support.

2009-05-21 Thread Guy Harris
On May 16, 2009, at 3:05 PM, Florian Forster wrote: From: Florian Forster Unfortunately OLSR uses the same IDs for IPv4 and IPv6 packets, even though the size of "messages" differ. The version of the internet protocol is therefore handed to the "olsr_print" function. The code isn't very n

[tcpdump-workers] [PATCH 2/2] print-olsr: Add basic IPv6 support.

2009-05-16 Thread Florian Forster
From: Florian Forster Unfortunately OLSR uses the same IDs for IPv4 and IPv6 packets, even though the size of "messages" differ. The version of the internet protocol is therefore handed to the "olsr_print" function. The code isn't very nice, due to a high density of #ifdef INET6'es. If IPv6-supp