3 * Routines for exported_pdu dissection
4 * Copyright 2013, Anders Broman <anders-broman@ericsson.com>
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
10 * SPDX-License-Identifier: GPL-2.0-or-later
13 #ifndef EXPORT_PDU_UI_UTILS_H
14 #define EXPORT_PDU_UI_UTILS_H
18 #endif /* __cplusplus */
21 * Filters the current opened capture file into a temporary file. On success,
22 * the filtered file is opened into the UI.
24 void do_export_pdu(const char *filter
, const char *temp_dir
, const char *tap_name
);
29 #endif /* __cplusplus */
31 #endif /* EXPORT_PDU_UI_UTILS_H */