diff options
Diffstat (limited to 'epan/dissectors/packet-chdlc.h')
-rw-r--r-- | epan/dissectors/packet-chdlc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-chdlc.h b/epan/dissectors/packet-chdlc.h index d8ea862e..44b4c7ad 100644 --- a/epan/dissectors/packet-chdlc.h +++ b/epan/dissectors/packet-chdlc.h @@ -22,7 +22,7 @@ extern const value_string chdlc_vals[]; void -chdlctype(dissector_handle_t sub_dissector, guint16 chdlctype, +chdlctype(dissector_handle_t sub_dissector, uint16_t chdlctype, tvbuff_t *tvb, int offset_after_chdlctype, packet_info *pinfo, proto_tree *tree, proto_tree *fh_tree, int chdlctype_id); |