diff options
author | Herwin Weststrate <herwin@quarantainenet.nl> | 2015-07-22 17:03:56 +0200 |
---|---|---|
committer | Herwin Weststrate <herwin@quarantainenet.nl> | 2015-12-15 18:42:04 +0100 |
commit | 266720f258d96234610c25de7b6407e5cf5ef3b2 (patch) | |
tree | a2fafecdc92aa295e5722c8247ec300e22987d25 /udp.h | |
parent | f25ed1f812ec8eddf9702d54f16e5aa15c371271 (diff) | |
download | tcpdump-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |