aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bgp.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-01-23 11:58:53 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-01-23 11:58:53 +0000
commit3d84667a34107e1a38255b1983393783f009564c (patch)
tree3ec2c5a2ca8ca0633757fb58cf148ba0808c66fa /epan/dissectors/packet-bgp.h
parentcc1afbef75f48cd8ddaf915ad66cbe89c3cc1d97 (diff)
Fix for bug 4410:
Adding two more SSA types. svn path=/trunk/; revision=31631
Diffstat (limited to 'epan/dissectors/packet-bgp.h')
-rw-r--r--epan/dissectors/packet-bgp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bgp.h b/epan/dissectors/packet-bgp.h
index 9f826b7647..1efb7ed86f 100644
--- a/epan/dissectors/packet-bgp.h
+++ b/epan/dissectors/packet-bgp.h
@@ -98,6 +98,8 @@ struct bgp_attr {
#define BGP_SSA_mGRE 2
#define BGP_SSA_IPSec 3
#define BGP_SSA_MPLS 4
+#define BGP_SSA_L2TPv3_IN_IPSec 5
+#define BGP_SSA_mGRE_IN_IPSec 6
/* AS_PATH segment types */
#define AS_SET 1 /* RFC1771 */