aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t124.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-11-24 08:22:57 -0500
committerMichael Mann <mmann78@netscape.net>2015-11-24 14:52:17 +0000
commit8a999d7bb843790ec069baf02cc4fbb2ea530605 (patch)
tree99552386aa0d555f1abc66bcb38d89992fea3630 /epan/dissectors/packet-t124.h
parentdc93041dfe788af0aed776e1ec69fa3017424df2 (diff)
Convert T.124 API to use "new style" dissectors.
This seems like an unnecessary encapsulation of registering a dissector, but it can be used at runtime and not just a handoff function. Change-Id: Ic13e34b5cecf493115f27a984bb886f2f76bc7de Reviewed-on: https://code.wireshark.org/review/12096 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-t124.h')
-rw-r--r--epan/dissectors/packet-t124.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-t124.h b/epan/dissectors/packet-t124.h
index 48c15accc8..802001445c 100644
--- a/epan/dissectors/packet-t124.h
+++ b/epan/dissectors/packet-t124.h
@@ -39,8 +39,8 @@ extern int dissect_DomainMCSPDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
extern guint32 t124_get_last_channelId(void);
extern void t124_set_top_tree(proto_tree *tree);
-extern void register_t124_ns_dissector(const char *nsKey, dissector_t dissector, int proto);
-extern void register_t124_sd_dissector(packet_info *pinfo, guint32 channelId, dissector_t dissector, int proto);
+extern void register_t124_ns_dissector(const char *nsKey, new_dissector_t dissector, int proto);
+extern void register_t124_sd_dissector(packet_info *pinfo, guint32 channelId, new_dissector_t dissector, int proto);
/*--- Included file: packet-t124-exp.h ---*/