aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-itdm.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-itdm.c')
-rw-r--r--epan/dissectors/packet-itdm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-itdm.c b/epan/dissectors/packet-itdm.c
index 66836aca66..fd775a22c7 100644
--- a/epan/dissectors/packet-itdm.c
+++ b/epan/dissectors/packet-itdm.c
@@ -480,9 +480,9 @@ proto_reg_handoff_itdm(void)
data_handle = find_dissector("data");
Initialized=TRUE;
} else {
- dissector_delete("mpls.label", ItdmMPLSLabel, itdm_handle);
+ dissector_delete_uint("mpls.label", ItdmMPLSLabel, itdm_handle);
}
ItdmMPLSLabel = gbl_ItdmMPLSLabel;
- dissector_add("mpls.label", gbl_ItdmMPLSLabel, itdm_handle);
+ dissector_add_uint("mpls.label", gbl_ItdmMPLSLabel, itdm_handle);
}