Re: [tcpdump-workers] [PATCH] print-olsr: Don't trust the package payload.

2009-05-21 Thread Guy Harris
On May 16, 2009, at 4:01 AM, Florian Forster wrote: From: Florian Forster Especially not to do pointer arithmetic. This is a real problem even without malicious people around if you use OLSR via IPv6, because the message IDs didn't change but addresses are now longer than four bytes. Check

[tcpdump-workers] [PATCH] print-olsr: Don't trust the package payload.

2009-05-16 Thread Florian Forster
From: Florian Forster Especially not to do pointer arithmetic. This is a real problem even without malicious people around if you use OLSR via IPv6, because the message IDs didn't change but addresses are now longer than four bytes. Signed-off-by: Florian Forster --- print-olsr.c | 13 +