LATER... ei_kerberos_kdc_session_key ...
[wireshark-sm.git] / ui / export_pdu_ui_utils.h
bloba13eef8bdbc4a2aa950b88633644066367a3ac14
1 /** @file
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
16 #ifdef __cplusplus
17 extern "C" {
18 #endif /* __cplusplus */
20 /**
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);
27 #ifdef __cplusplus
29 #endif /* __cplusplus */
31 #endif /* EXPORT_PDU_UI_UTILS_H */