aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-03-03 20:01:01 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-03-03 20:01:01 +0000
commit981c54cd352f165b7f807b216d79fd7783c408ab (patch)
tree50b5a6bd1c4679bf9eb479c567f789bbef88a246 /epan/dissectors/packet-mpls.h
parentc1e511b92edeb0c496d2206c0d9e48946a85e901 (diff)
Artem Tamazov:
MPLS payload dissection: +menu for default, ~pw-eth, ~pw-generic https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3294 svn path=/trunk/; revision=27590
Diffstat (limited to 'epan/dissectors/packet-mpls.h')
-rw-r--r--epan/dissectors/packet-mpls.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mpls.h b/epan/dissectors/packet-mpls.h
index c328f52927..238599dbc1 100644
--- a/epan/dissectors/packet-mpls.h
+++ b/epan/dissectors/packet-mpls.h
@@ -27,8 +27,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#ifndef __PACKET_MPLS_H_
-#define __PACKET_MPLS_H__
+#ifndef PACKET_MPLS_H
+#define PACKET_MPLS_H
/* Special labels in MPLS */
enum {
@@ -46,4 +46,6 @@ extern void decode_mpls_label(tvbuff_t *tvb, int offset,
guint32 *label, guint8 *exp,
guint8 *bos, guint8 *ttl);
+extern gboolean dissect_try_cw_first_nibble( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree );
+
#endif