Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-tftp.h
bloba36e7c185a48c74fd63508d362d93339ea954f2b
1 /* packet-tftp.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_TFTP_H__
11 #define __PACKET_TFTP_H__
13 /* Private data passed from the TFTP dissector to subdissectors. */
14 struct tftpinfo {
15 const char *filename;
18 #endif /* __PACKET_TFTP_H__ */