Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-tr.h
blobe69797d6536f3189a9fd7bb0a17f0ee3ae1231e9
1 /* packet-tr.h
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
10 #ifndef __PACKET_TR_H__
11 #define __PACKET_TR_H__
13 #include "ws_symbol_export.h"
15 typedef struct _tr_hdr {
16 uint8_t ac;
17 uint8_t fc;
18 address dst;
19 address src;
20 } tr_hdr;
22 #endif