Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <capture_opts.h>
Capture options coming from user interface
GArray* capture_options_tag::all_ifaces |
all interfaces, entries are of type interface_t
double capture_options_tag::autostop_duration |
Maximum capture duration
int capture_options_tag::autostop_files |
Maximum number of capture files
uint32_t capture_options_tag::autostop_filesize |
Maximum capture file size in kB
int capture_options_tag::autostop_packets |
Maximum packet count
int capture_options_tag::autostop_written_packets |
Maximum packet count
bool capture_options_tag::capture_child |
hidden option: Wireshark child mode
filter_list_t* capture_options_tag::capture_filters_list |
list of saved capture filters
char* capture_options_tag::closed_msg |
Dumpcap capture closed message
char* capture_options_tag::compress_type |
compress type
unsigned capture_options_tag::extcap_terminate_id |
extcap process termination source ID
double capture_options_tag::file_duration |
Switch file after n seconds
int32_t capture_options_tag::file_interval |
Create time intervals of n seconds
int capture_options_tag::file_packets |
Switch file after n packets
GList *(* capture_options_tag::get_iface_list) (int *, char **) |
routine to call to get the interface list
bool capture_options_tag::group_read_access |
true is group read permission needs to be set
bool capture_options_tag::has_autostop_duration |
true if maximum capture duration is specified
bool capture_options_tag::has_autostop_files |
true if maximum number of capture files are specified
bool capture_options_tag::has_autostop_filesize |
true if maximum capture file size is specified
bool capture_options_tag::has_autostop_packets |
true if maximum packet count is specified
bool capture_options_tag::has_autostop_written_packets |
true if maximum packet count is specified
bool capture_options_tag::has_file_duration |
true if ring duration specified
bool capture_options_tag::has_file_interval |
true if ring interval specified
bool capture_options_tag::has_file_packets |
true if ring packet count is specified
bool capture_options_tag::has_nametimenum |
true if file name has date part before num part
bool capture_options_tag::has_ring_num_files |
true if ring num_files specified
GArray* capture_options_tag::ifaces |
the interfaces to use for the next capture, entries are of type interface_options
int capture_options_tag::ifaces_err |
if all_ifaces is null, the error when it was fetched, if any
char* capture_options_tag::ifaces_err_info |
error string for that error
bool capture_options_tag::multi_files_on |
true if ring buffer in use
char* capture_options_tag::orig_save_file |
the original capture file name (saved for a restart)
bool capture_options_tag::output_to_pipe |
save_file is a pipe (named or stdout)
bool capture_options_tag::print_file_names |
true if printing names of completed files as we close them
char* capture_options_tag::print_name_to |
output file name
bool capture_options_tag::real_time_mode |
Update list of packets in real time
bool capture_options_tag::restart |
restart after closing is done
uint32_t capture_options_tag::ring_num_files |
Number of multiple buffer files
char* capture_options_tag::save_file |
the capture file name
bool capture_options_tag::saving_to_file |
true if capture is writing to a file
bool capture_options_tag::show_info |
show the info dialog.
bool capture_options_tag::stop_after_extcaps |
request dumpcap stop after last extcap
char* capture_options_tag::temp_dir |
temporary directory path
unsigned capture_options_tag::update_interval |
Time in milliseconds. How often to notify parent of new packet counts, check file duration, etc.
bool capture_options_tag::use_pcapng |
true if file format is pcapng
bool capture_options_tag::wait_for_extcap_cbs |
extcaps terminated, waiting for callbacks