summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bgp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-10-09 00:09:42 -0700
committerGuy Harris <guy@alum.mit.edu>2016-10-09 07:10:21 +0000
commit40e43f7a136f28215b77e189152401b0ce58edab (patch)
tree8c6fe76d700f9950982a4c78441e5bf37d0c296b /epan/dissectors/packet-bgp.c
parent78a56f796c0120e2a974ba89dc685515824f3f70 (diff)
downloadwireshark-40e43f7a136f28215b77e189152401b0ce58edab.tar.gz
Note the registry for the bgp_l2vpn_encaps values.
Change-Id: Id8ccf81c08d84124e1d7361ce6e87080fa6b440d Reviewed-on: https://code.wireshark.org/review/18128 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-bgp.c')
-rw-r--r--epan/dissectors/packet-bgp.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bgp.c b/epan/dissectors/packet-bgp.c
index c33d6cbbee..4f291f6d24 100644
--- a/epan/dissectors/packet-bgp.c
+++ b/epan/dissectors/packet-bgp.c
@@ -1116,6 +1116,13 @@ static const value_string bgp_ssa_type[] = {
{ 0, NULL }
};
+/*
+ * BGP Layer 2 Encapsulation Types
+ *
+ * RFC 6624
+ *
+ * http://www.iana.org/assignments/bgp-parameters/bgp-parameters.xhtml#bgp-l2-encapsulation-types-registry
+ */
static const value_string bgp_l2vpn_encaps[] = {
{ 0, "Reserved"},
{ 1, "Frame Relay"},