Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
capture_info.h File Reference

Go to the source code of this file.

Classes

struct  _capture_info
struct  _info_data
 Aggregates packet count statistics and UI state for a live capture info display. More...

Typedefs

typedef struct _capture_info capture_info
typedef struct _info_data info_data_t
 Aggregates packet count statistics and UI state for a live capture info display.

Functions

void capture_info_ui_create (capture_info *cinfo, capture_session *cap_session)
 Create the capture info dialog.
void capture_info_ui_update (capture_info *cinfo)
 Updates the UI for a capture session.
void capture_info_ui_destroy (capture_info *cinfo)
 Destroy the capture info dialog.

Detailed Description

Declarations of platform-dependent capture info functions.

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs

SPDX-License-Identifier: GPL-2.0-or-later

Capture info functions.

Typedef Documentation

◆ capture_info

typedef struct _capture_info capture_info

Current Capture info.

Function Documentation

◆ capture_info_ui_create()

void capture_info_ui_create ( capture_info * cinfo,
capture_session * cap_session )
extern

Create the capture info dialog.

Parameters
cinfoPointer to the capture_info structure.
cap_sessionPointer to the capture_session structure.

◆ capture_info_ui_destroy()

void capture_info_ui_destroy ( capture_info * cinfo)
extern

Destroy the capture info dialog.

Parameters
cinfoPointer to the capture_info structure containing the UI to be destroyed.

◆ capture_info_ui_update()

void capture_info_ui_update ( capture_info * cinfo)
extern

Updates the UI for a capture session.

Update the capture info counters in the dialog

Parameters
cinfoPointer to the capture_info structure containing UI information.