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

Go to the source code of this file.

Classes

struct  iface_summary_info_tag
 Summary metadata for a single capture interface. More...
struct  _summary_tally
 Aggregate statistics and metadata tallied across an entire capture file. More...

Macros

#define HASH_STR_SIZE   (65)
 Maximum string length for a hex-encoded hash (max hash size × 2 + NUL terminator).

Typedefs

typedef struct iface_summary_info_tag iface_summary_info
 Summary metadata for a single capture interface.
typedef struct _summary_tally summary_tally
 Aggregate statistics and metadata tallied across an entire capture file.

Functions

void summary_fill_in (capture_file *cf, summary_tally *st)
 Fills in summary information for a capture file.

Detailed Description

Definitions for capture file summary data

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

Function Documentation

◆ summary_fill_in()

void summary_fill_in ( capture_file * cf,
summary_tally * st )
extern

Fills in summary information for a capture file.

Parameters
cfPointer to the capture file structure.
stPointer to the summary tally structure where the results will be stored.