|
Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
#include "capture_opts.h"#include <capchild/capture_session.h>#include <epan/capture_dissectors.h>Go to the source code of this file.
Classes | |
| struct | capture_info |
| struct | _info_data |
Typedefs | |
| typedef struct _info_data | info_data_t |
Functions | |
| void | capture_info_new_packets (int to_read, info_data_t *cap_info) |
| void | capture_info_ui_create (capture_info *cinfo, capture_session *cap_session) |
| void | capture_info_ui_update (capture_info *cinfo) |
| void | capture_info_ui_destroy (capture_info *cinfo) |
Capture info functions.
| void capture_info_ui_create | ( | capture_info * | cinfo, |
| capture_session * | cap_session | ||
| ) |
Create the capture info dialog
| void capture_info_ui_destroy | ( | capture_info * | cinfo | ) |
Destroy the capture info dialog again
| void capture_info_ui_update | ( | capture_info * | cinfo | ) |
Update the capture info counters in the dialog
1.8.11