Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
file_dialog.h
Go to the documentation of this file.
1
12#ifndef __FILE_DIALOG_H__
13#define __FILE_DIALOG_H__
14
15#ifdef __cplusplus
16extern "C" {
17#endif /* __cplusplus */
18
28
41
45typedef struct {
47 double start_time;
48 double stop_time;
49 uint32_t records;
50 uint32_t data_records;
52
61
72 int *err, char **err_info);
73
74#ifdef __cplusplus
75}
76#endif /* __cplusplus */
77
78#endif /* __FILE_DIALOG_H__ */
check_savability_t
Outcome of a "check if savable" prompt when closing or overwriting a capture file.
Definition file_dialog.h:22
@ CANCELLED
Definition file_dialog.h:26
@ SAVE_IN_ANOTHER_FORMAT
Definition file_dialog.h:25
@ SAVE
Definition file_dialog.h:23
@ SAVE_WITHOUT_COMMENTS
Definition file_dialog.h:24
export_type_e
Output format for packet data export operations.
Definition file_dialog.h:32
@ export_type_json
Definition file_dialog.h:39
@ export_type_pdml
Definition file_dialog.h:37
@ export_type_csv
Definition file_dialog.h:35
@ export_type_ps
Definition file_dialog.h:34
@ export_type_psml
Definition file_dialog.h:36
@ export_type_text
Definition file_dialog.h:33
@ export_type_carrays
Definition file_dialog.h:38
ws_file_preview_stats_status
Return status for a capture file preview statistics scan.
Definition file_dialog.h:56
@ PREVIEW_SUCCEEDED
Definition file_dialog.h:57
@ PREVIEW_READ_ERROR
Definition file_dialog.h:59
@ PREVIEW_TIMED_OUT
Definition file_dialog.h:58
ws_file_preview_stats_status get_stats_for_preview(wtap *wth, ws_file_preview_stats *stats, int *err, char **err_info)
Retrieves statistics for file preview.
Definition file_dialog.c:26
Summary statistics gathered during a capture file preview scan.
Definition file_dialog.h:45
double stop_time
Definition file_dialog.h:48
uint32_t records
Definition file_dialog.h:49
bool have_times
Definition file_dialog.h:46
double start_time
Definition file_dialog.h:47
uint32_t data_records
Definition file_dialog.h:50
Definition wtap_module.h:58