From c610654cc845f67b0481653d15da321f32005a68 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Mon, 28 Nov 2011 17:59:54 +0000 Subject: From Krishnamurthy Mayya: Part of patch: 2. BFD extension has been added as per RFC 6428, to decode the BFD packet with ACH encapsulation(without IP/UDP header encapsulation). The channel type in ACH header identifies the BFD payload as BFD CC or CV packet. Also decoding for MPLS-TP source MEP-ID TLV in BFD CV packet has been added. applied with a change to add packet-bfd.h https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6610#add_comment svn path=/trunk/; revision=40029 --- epan/dissectors/packet-mpls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-mpls.h') diff --git a/epan/dissectors/packet-mpls.h b/epan/dissectors/packet-mpls.h index 46e330a313..df038c61d3 100644 --- a/epan/dissectors/packet-mpls.h +++ b/epan/dissectors/packet-mpls.h @@ -50,5 +50,6 @@ extern void decode_mpls_label(tvbuff_t *tvb, int offset, guint8 *bos, guint8 *ttl); extern gboolean dissect_try_cw_first_nibble( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree ); +void dissect_mpls_echo(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree); #endif -- cgit v1.2.3