aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-10-20 18:00:05 +0000
committerMichael Mann <mmann78@netscape.net>2013-10-20 18:00:05 +0000
commitdf6594bbd2cd202f160c458a259b2943169c6646 (patch)
tree3c43ac5c4f22d0a4d0a672b2648c6c7e13fac069 /epan/dissectors/packet-mpls.h
parenta9d79ebb94b6e983283df90d4a909c8ee5e5b9fd (diff)
Pass MPLS "private data" into subdissectors instead of using pinfo->private_data.
svn path=/trunk/; revision=52718
Diffstat (limited to 'epan/dissectors/packet-mpls.h')
-rw-r--r--epan/dissectors/packet-mpls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mpls.h b/epan/dissectors/packet-mpls.h
index 544dd47ff1..ea4273768e 100644
--- a/epan/dissectors/packet-mpls.h
+++ b/epan/dissectors/packet-mpls.h
@@ -46,7 +46,7 @@ enum {
/*
* FF: private data passed from the MPLS dissector to subdissectors
- * (pinfo->private_data).
+ * (data parameter).
*/
struct mplsinfo {
guint32 label; /* last mpls label in label stack */