Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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 <[email protected]>
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
14struct dpaux_info {
15 bool from_source;
16};
17
18#endif
Definition packet-dpaux.h:14