diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2016-08-17 11:04:27 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2016-08-17 11:46:54 +0200 |
commit | 19ea00958b4ca1f3cf088321b2bdd30e2f0b6c42 (patch) | |
tree | b1fe82f69e0b2b0004d7aad4f776f6de419dc4b3 /udp.h | |
parent | fd4738e2459e01cace21ec24216e01772bb4f154 (diff) | |
download | tcpdump-19ea00958b4ca1f3cf088321b2bdd30e2f0b6c42.tar.gz |
BFD: Update to print optional authentication field
Moreover:
Add test files with 'Simple Password', 'Keyed MD5' and
'Meticulous Keyed SHA1' authentications.
Update specification from draft to RFC 5881 for BFD_CONTROL_PORT and
BFD_ECHO_PORT in udp.h.
Add specification RFC 5881 in print-bfd.c.
Diffstat (limited to 'udp.h')
-rw-r--r-- | udp.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -240,10 +240,10 @@ struct udphdr { #define SUBVERSION_PORT 3690 /*XXX*/ #endif #ifndef BFD_CONTROL_PORT -#define BFD_CONTROL_PORT 3784 /* draft-katz-ward-bfd-v4v6-1hop-00.txt */ +#define BFD_CONTROL_PORT 3784 /* RFC 5881 */ #endif #ifndef BFD_ECHO_PORT -#define BFD_ECHO_PORT 3785 /* draft-katz-ward-bfd-v4v6-1hop-00.txt */ +#define BFD_ECHO_PORT 3785 /* RFC 5881 */ #endif #ifndef RADIUS_COA_PORT #define RADIUS_COA_PORT 3799 /* RFC 5176 */ |