diff options
author | hannes <hannes> | 2007-03-19 15:14:14 +0000 |
---|---|---|
committer | hannes <hannes> | 2007-03-19 15:14:14 +0000 |
commit | 83dc1abf9c778caf8fe583596b0f31c3a93ce40f (patch) | |
tree | d3723900a9db8eb21ea753b2f82cf1caadcf6a1f /llc.h | |
parent | 1ef8aefb54c8fefc3d622ad2cef16d98b2e06864 (diff) | |
download | tcpdump-83dc1abf9c778caf8fe583596b0f31c3a93ce40f.tar.gz |
From Carles Kishimoto <carles.kishimoto@gmail.com>:
add support for unidirectional link detection as per
http://www.ietf.org/internet-drafts/draft-foschiano-udld-02.txt
Diffstat (limited to 'llc.h')
-rw-r--r-- | llc.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#) $Header: /tcpdump/master/tcpdump/llc.h,v 1.21 2007-02-08 07:06:54 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/tcpdump/llc.h,v 1.22 2007-03-19 15:14:14 hannes Exp $ (LBL) */ /* @@ -104,6 +104,7 @@ #define PID_CISCO_CDP 0x2000 /* Cisco Discovery Protocol */ #define PID_CISCO_VTP 0x2003 /* Cisco VLAN Trunk Protocol */ #define PID_CISCO_DTP 0x2004 /* Cisco Dynamic Trunk Protocol */ +#define PID_CISCO_UDLD 0x0111 /* Unidirectional Link Detection */ /* * PIDs for use with OUI_RFC2684. |