Wireshark
4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
dissectors
packet-tftp.h
1
/* packet-tftp.h
2
*
3
* Wireshark - Network traffic analyzer
4
* By Gerald Combs <
[email protected]
>
5
* Copyright 1998 Gerald Combs
6
*
7
* SPDX-License-Identifier: GPL-2.0-or-later
8
*/
9
10
#ifndef __PACKET_TFTP_H__
11
#define __PACKET_TFTP_H__
12
13
/* Private data passed from the TFTP dissector to subdissectors. */
14
struct
tftpinfo
{
15
const
char
*filename;
16
};
17
18
#endif
/* __PACKET_TFTP_H__ */
tftpinfo
Definition
packet-tftp.h:14
Generated by
1.9.8