aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsvp.h
diff options
context:
space:
mode:
authorMiltos Patsiouras <mipatsio@gmail.com>2014-11-15 15:33:25 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-01-15 08:33:48 +0000
commit5b92ab9f97a4d1644218059e3b17097a02421bc4 (patch)
tree9c356d4bb7d96693bfbe45ac7fdd27795881ceb0 /epan/dissectors/packet-rsvp.h
parent06ddb7e31d6c196e2b49a48b5dd10f93de9fe04d (diff)
RSVP: Add support of GMPLS Support for Metro Ethernet Forum and G.8011 (RFC 6004)
This document describes a method for controlling two specific types of Ethernet switching via Generalized Multi-Protocol Label Switching (GMPLS). This document supports the types of switching corresponding to the Ethernet services that have been defined in the context of the Metro Ethernet Forum (MEF) and International Telecommunication Union (ITU) G.8011. Specifically, switching in support of Ethernet private line and Ethernet virtual private line services are covered. Support for MEF- and ITU-defined parameters is also cover Bug: 7841 Change-Id: I12e12d01d497bd0e9703efcf6bd8ad100805bccc Change-Id: I180c095652604bc025ab81171dd8a042e0930f08 Reviewed-on: https://code.wireshark.org/review/5323 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-rsvp.h')
-rw-r--r--epan/dissectors/packet-rsvp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rsvp.h b/epan/dissectors/packet-rsvp.h
index a73ad84dd7..0debd12ef6 100644
--- a/epan/dissectors/packet-rsvp.h
+++ b/epan/dissectors/packet-rsvp.h
@@ -33,6 +33,8 @@ typedef struct rsvp_conversation_info
guint16 udp_dest_port;
guint8 protocol;
guint32 ext_tunnel_id;
+ guint64 ext_tunnel_id_ipv6_pre;
+ guint64 ext_tunnel_id_ipv6_post;
guint8 dscp;
} rsvp_conversation_info;