Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Functions
summary.h File Reference

Go to the source code of this file.

Classes

struct  iface_summary_info_tag
 
struct  _summary_tally
 

Macros

#define HASH_STR_SIZE   (65) /* Max hash size * 2 + '\0' */
 

Typedefs

typedef struct iface_summary_info_tag iface_summary_info
 
typedef struct _summary_tally summary_tally
 

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.