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
10 #ifndef __PACKET_TFTP_H__
11 #define __PACKET_TFTP_H__
13 /* Private data passed from the TFTP dissector to subdissectors. */
18 #endif /* __PACKET_TFTP_H__ */