Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-dpaux.h
blob1523b0a5fb83514d73d35c346940963be867cf94
1 /* packet-dpaux.h
2 * Definitions for packet disassembly structures and routines
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
11 #ifndef PACKET_DPAUX_H
12 #define PACKET_DPAUX_H
14 struct dpaux_info {
15 bool from_source;
18 #endif