diff options
author | Juliusz Chroboczek <jch@pps.jussieu.fr> | 2011-04-24 02:53:08 +0200 |
---|---|---|
committer | Michael Richardson <mcr@sandelman.ca> | 2011-04-27 15:27:20 -0400 |
commit | 12b169509d018d3cfc0dfd1db44d03bf71a68be6 (patch) | |
tree | 232b6a9151aab0b45ac063cfc3d2e87d274974e4 /udp.h | |
parent | 76bbd5f9eaae7248214ab54c3ffdeee5ffaec4cb (diff) | |
download | tcpdump-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |