aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-07-13 17:19:33 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-07-13 17:19:33 +0000
commite86825b8f822a731a51e4c37c15d674417d39565 (patch)
treed49c6ded07c31cee73b2deee66484ba00c40324b /epan/packet.c
parent2509b0e0c9d59052575a5d3bd2f6b658894a0e2b (diff)
From Francesco Fondelli:
Attached is a patch for: - PW Associated Channel Header dissection as per RFC 4385 - PW MPLS Control Word dissection as per RFC 4385 - mpls subdissector table indexed by label value - enhanced "what's past last mpls label?" heuristic - Ethernet PW (w/o CW) support as per RFC 4448 svn path=/trunk/; revision=25730
Diffstat (limited to 'epan/packet.c')
-rw-r--r--epan/packet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/packet.c b/epan/packet.c
index 1bdcfc39a5..07c93b2cb7 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -279,6 +279,7 @@ dissect_packet(epan_dissect_t *edt, union wtap_pseudo_header *pseudo_header,
edt->pi.dst.len = 0;
edt->pi.dst.data = NULL;
edt->pi.ethertype = 0;
+ edt->pi.mpls_label = 0;
edt->pi.ipproto = 0;
edt->pi.ipxptype = 0;
edt->pi.ctype = CT_NONE;