Wireshark  4.3.0
The Wireshark network protocol analyzer
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
17 extern "C" {
18 #endif /* __cplusplus */
19 
24 void do_export_pdu(const char *filter, const char *temp_dir, const char *tap_name);
25 
26 
27 #ifdef __cplusplus
28 }
29 #endif /* __cplusplus */
30 
31 #endif /* EXPORT_PDU_UI_UTILS_H */
void do_export_pdu(const char *filter, const char *temp_dir, const char *tap_name)
Definition: export_pdu_ui_utils.c:33