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
-
>> (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
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
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
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