Wireshark
4.3.0
The Wireshark network protocol analyzer
epan
dissectors
packet-dpaux.h
1
/* packet-dpaux.h
2
* Definitions for packet disassembly structures and routines
3
*
4
* Wireshark - Network traffic analyzer
5
* By Gerald Combs <gerald@wireshark.org>
6
* Copyright 1998 Gerald Combs
7
*
8
* SPDX-License-Identifier: GPL-2.0-or-later
9
*/
10
11
#ifndef PACKET_DPAUX_H
12
#define PACKET_DPAUX_H
13
14
struct
dpaux_info
{
15
gboolean from_source;
16
};
17
18
#endif
dpaux_info
Definition:
packet-dpaux.h:14
Generated by
1.9.1