aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bgp.h
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-01-14 22:01:10 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-01-14 22:01:10 +0000
commit33935165d5e1fe7716f6c72e85651af8759e1a84 (patch)
tree6e5f74c201db360b1ae12f87d3e50656cdaf1bd0 /epan/dissectors/packet-bgp.h
parentc81dda816bda1b618e0de08f4e25c9a245426f79 (diff)
From Thomas M. Knoll:
- New dissector for CoS Capability attributes added - tiny changes in my committed dissector for QoS Marking attributes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27232 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-bgp.h')
-rw-r--r--epan/dissectors/packet-bgp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bgp.h b/epan/dissectors/packet-bgp.h
index 8446f616ca..6e14306d6a 100644
--- a/epan/dissectors/packet-bgp.h
+++ b/epan/dissectors/packet-bgp.h
@@ -170,6 +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' */
/* draft-ietf-idr-bgp-ext-communities */
#define BGP_EXT_COM_RT_0 0x0002 /* Route Target,Format AS(2bytes):AN(4bytes) */