diff options
author | Jean-Raphaël GAGLIONE <jr.gaglione@yahoo.fr> | 2016-07-28 21:09:41 +0200 |
---|---|---|
committer | Jean-Raphaël GAGLIONE <jr.gaglione@yahoo.fr> | 2016-07-28 21:09:41 +0200 |
commit | 75b7aeef9cc990ab705759884a725c1cad9924d0 (patch) | |
tree | 7caee91303860592760d252cf078d6d8e33c117d /udp.h | |
parent | 0e34f5d742dbced0374217501ed9db1a79034b35 (diff) | |
download | tcpdump-75b7aeef9cc990ab705759884a725c1cad9924d0.tar.gz |
Printer for HNCP (RFCs 7787 and 7788).
This is joint work with Antonin Décimo.
Diffstat (limited to 'udp.h')
-rw-r--r-- | udp.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -299,6 +299,9 @@ struct udphdr { #ifndef ISAKMP_PORT_USER1 #define ISAKMP_PORT_USER1 7500 /*XXX - nonstandard*/ #endif +#ifndef HNCP_PORT +#define HNCP_PORT 8231 /* RFC 7788 */ +#endif #ifndef OTV_PORT #define OTV_PORT 8472 /* draft-hasmit-otv-04 */ #endif |