[tcpdump-workers] [PATCH] For Babel, recognise both UDP/6696 and UDP/6697.

2011-08-27 Thread Juliusz Chroboczek
IANA has reallocated the Babel port; it is now 6696. This patch makes tcpdump recognise both the old and the new Babel ports. --- print-udp.c |2 +- udp.h |3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/print-udp.c b/print-udp.c index da6cfd3..885d42e 100644 -

Re: [tcpdump-workers] [PATCH] Add printer for the Babel routing protocol (RFC 6126).

2011-04-28 Thread Juliusz Chroboczek
>> (Michael, do you want some regression tests, i.e. a sample >> capture or captures and the corresponding tcpdump output?) > yes, I really, really, really, prefer to have those test cases as sanity > checks. You will find a pcap file attached to https://bugs.wireshark.org/bugzilla/show_bug.c

[tcpdump-workers] [PATCH] Add printer for the Babel routing protocol (RFC 6126).

2011-04-25 Thread Juliusz Chroboczek
Julian Cowley +Juliusz Chroboczek Kaarthik Sivakumar Karl Norby Kazushi Sugyo diff --git a/Makefile.in b/Makefile.in index 1b73a27..530894b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -72,9 +72,9

[tcpdump-workers] [PATCH] Add printer for the Babel routing protocol (RFC 6126).

2011-04-08 Thread Juliusz Chroboczek
Gilbert Ramirez Jr. Gisle Vanem Hannes Viertel @@ -93,6 +94,7 @@ Additional people who have contributed patches: Joerg Mayer Jørgen Thomsen Julian Cowley +Juliusz Chroboczek

[tcpdump-workers] Add printer for the Babel routing protocol (RFC 6126).

2011-04-08 Thread Juliusz Chroboczek
A printer for the Babel routing protocol, as defined in RFC 6126. For more information, please see http://www.pps.jussieu.fr/~jch/software/babel/ Hannes, this version is slightly different from the one that I sent you, it fixes one typo and one case of buffer overflow on incorrect packets. You