summaryrefslogtreecommitdiff
path: root/udp.h
diff options
context:
space:
mode:
authorHerwin Weststrate <herwin@quarantainenet.nl>2015-07-22 17:03:56 +0200
committerHerwin Weststrate <herwin@quarantainenet.nl>2015-12-15 18:42:04 +0100
commit266720f258d96234610c25de7b6407e5cf5ef3b2 (patch)
treea2fafecdc92aa295e5722c8247ec300e22987d25 /udp.h
parentf25ed1f812ec8eddf9702d54f16e5aa15c371271 (diff)
downloadtcpdump-266720f258d96234610c25de7b6407e5cf5ef3b2.tar.gz
Translate UDP/1700 as RADIUS
Used for Cisco CoA/Disconnect, as shown on https://supportforums.cisco.com/discussion/11719766/ise-112-change-authorization-avaya-switches-5520. The RFC says port 3799, but Cisco does this otherwise, which means this is not an officially reserved port for RADIUS.
Diffstat (limited to 'udp.h')
-rw-r--r--udp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/udp.h b/udp.h
index 0927c6b8..0e7cf970 100644
--- a/udp.h
+++ b/udp.h
@@ -200,6 +200,9 @@ struct udphdr {
#ifndef RADIUS_ACCOUNTING_PORT
#define RADIUS_ACCOUNTING_PORT 1646
#endif
+#ifndef RADIUS_CISCO_COA_PORT
+#define RADIUS_CISCO_COA_PORT 1700
+#endif
#ifndef L2TP_PORT
#define L2TP_PORT 1701 /*XXX*/
#endif