Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
epan
dissectors
packet-tftp.h
1
/* packet-tftp.h
2
*
3
* Wireshark - Network traffic analyzer
4
* By Gerald Combs <gerald@wireshark.org>
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
#include <epan/packet.h>
14
15
/* When export file data, store list of separate blocks */
16
typedef
struct
file_block_t
{
17
void
*data;
18
guint length;
19
}
file_block_t
;
20
21
#endif
/* __PACKET_TFTP_H__ */
file_block_t
Definition:
packet-tftp.h:16
Generated by
1.8.11