summaryrefslogtreecommitdiff
path: root/udp.h
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2013-11-12 17:10:33 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2013-11-13 15:49:50 +0400
commitd00d1670cec6b90d8b8e94c2b6b37f5a08d0ce17 (patch)
treea5505130b9540b74259cfe228688b9ae6ef6631a /udp.h
parent7be1e976c946be21b8ca3b5a77efa21c32f2516f (diff)
downloadtcpdump-d00d1670cec6b90d8b8e94c2b6b37f5a08d0ce17.tar.gz
AHCP: add version 1 decoder
Add new decoder for UDP port 5359 and a sample packet capture produced on a couple of Linux hosts (a server and a client). Besides that, an existing Babel capture contained AHCP packets and the current AHCP tests cover 0, 1 and 2 "-v" flags.
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 d712dfca..3a35fe07 100644
--- a/udp.h
+++ b/udp.h
@@ -94,6 +94,7 @@ struct udphdr {
#define RIPNG_PORT 521 /*XXX*/
#define DHCP6_SERV_PORT 546 /*XXX*/
#define DHCP6_CLI_PORT 547 /*XXX*/
+#define AHCP_PORT 5359 /* draft-chroboczek-ahcp-00 */
#define BABEL_PORT 6696
#define BABEL_PORT_OLD 6697
#endif