summaryrefslogtreecommitdiff
path: root/udp.h
diff options
context:
space:
mode:
authorJuliusz Chroboczek <jch@pps.jussieu.fr>2011-04-24 02:53:08 +0200
committerMichael Richardson <mcr@sandelman.ca>2011-04-27 15:27:20 -0400
commit12b169509d018d3cfc0dfd1db44d03bf71a68be6 (patch)
tree232b6a9151aab0b45ac063cfc3d2e87d274974e4 /udp.h
parent76bbd5f9eaae7248214ab54c3ffdeee5ffaec4cb (diff)
downloadtcpdump-12b169509d018d3cfc0dfd1db44d03bf71a68be6.tar.gz
Add printer for the Babel routing protocol (RFC 6126).
This version includes a couple of fixes from Wireshark.
Diffstat (limited to 'udp.h')
-rw-r--r--udp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/udp.h b/udp.h
index fb45d68f..0dc52273 100644
--- a/udp.h
+++ b/udp.h
@@ -90,4 +90,5 @@ struct udphdr {
#define RIPNG_PORT 521 /*XXX*/
#define DHCP6_SERV_PORT 546 /*XXX*/
#define DHCP6_CLI_PORT 547 /*XXX*/
+#define BABEL_PORT 6697
#endif