TODO drsuapi compressed
[wireshark-sm.git] / epan / dissectors / file-file.h
blob59e734abb597e91e1ecf5106e0a7e8d8747b11da
1 /* file-file.h
3 * Top-most file dissector. Decides dissector based on Filetap Encapsulation Type.
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 2000 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
14 * Routine used to register file record end routine. The routine should only
15 * be registred when the dissector is used in the file record, not in the
16 * proto_register_XXX function.
18 void
19 register_file_record_end_routine(packet_info *pinfo, void (*func)(void));