aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bgp.h
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-25 06:48:40 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-25 06:48:40 +0000
commitf8bb4691fb9a8e98e0309391ace03ac25d9a543b (patch)
treeabd7795ec86b84bd4cebc8f56eb4c512c647baaa /epan/dissectors/packet-bgp.h
parent655ee710ec9a8769f2d72785990bd76cb58065e5 (diff)
From Thomas M. Knoll:
The CoS Capability extended community has been changed to a transitive ext. community and was reassigned an IANA type number. It has changed from 0x40 to 0x05. see: http://www.iana.org/assignments/bgp-extended-communities git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28467 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-bgp.h')
-rw-r--r--epan/dissectors/packet-bgp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bgp.h b/epan/dissectors/packet-bgp.h
index 6e14306d6a..9f826b7647 100644
--- a/epan/dissectors/packet-bgp.h
+++ b/epan/dissectors/packet-bgp.h
@@ -170,7 +170,7 @@ struct bgp_attr {
#define BGP_EXT_COM_QOS_MARK_NT 0x44 /* QoS Marking non-transitive attribute of regular type (8bit) */
/* Format Type(1byte):Flags(1byte):QoS Set(1byte):Tec. Type(1byte): */
/* Marking O(2bytes):Marking A(1byte):Proc.Cnt(1byte) */
-#define BGP_EXT_COM_COS_CAP_NT 0x40 /* CoS Capability - Format Type(1byte):Flags(1byte):remaining '0..0' */
+#define BGP_EXT_COM_COS_CAP_T 0x05 /* CoS Capability - Format Type(1byte):Flags(1byte):remaining '0..0' */
/* draft-ietf-idr-bgp-ext-communities */
#define BGP_EXT_COM_RT_0 0x0002 /* Route Target,Format AS(2bytes):AN(4bytes) */