Wireshark  4.3.0
The Wireshark network protocol analyzer
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
Definition: packet-dpaux.h:14