From d00d1670cec6b90d8b8e94c2b6b37f5a08d0ce17 Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Tue, 12 Nov 2013 17:10:33 +0400 Subject: 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. --- udp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'udp.h') 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 -- cgit v1.2.1