Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
export_pdu_ui_utils.h
Go to the documentation of this file.
1
13#ifndef EXPORT_PDU_UI_UTILS_H
14#define EXPORT_PDU_UI_UTILS_H
15
16#ifdef __cplusplus
17extern "C" {
18#endif /* __cplusplus */
19
27void do_export_pdu(const char *filter, const char *temp_dir, const char *tap_name);
28
29
30#ifdef __cplusplus
31}
32#endif /* __cplusplus */
33
34#endif /* EXPORT_PDU_UI_UTILS_H */
void do_export_pdu(const char *filter, const char *temp_dir, const char *tap_name)
Filters the current opened capture file into a temporary file. On success, the filtered file is opene...
Definition export_pdu_ui_utils.c:33