Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
Public Attributes | |
gboolean | go |
int | err |
gint | packet_count |
gint | packet_max |
guint | inpkts_to_sync_pipe |
GArray * | pcaps |
FILE * | pdh |
int | save_file_fd |
guint64 | bytes_written |
guint32 | autostop_files |
int _loop_data::err |
if non-zero, error seen while capturing
gboolean _loop_data::go |
TRUE as long as we're supposed to keep capturing
guint _loop_data::inpkts_to_sync_pipe |
Packets not already send out to the sync_pipe
gint _loop_data::packet_count |
Number of packets we have already captured
gint _loop_data::packet_max |
Number of packets we're supposed to capture - 0 means infinite
GArray* _loop_data::pcaps |
Array of capture_src's on which we're capturing