Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-reload.h
1/* packet-reload.h
2 * RELOAD dissection utilities
3 * Author: Stephane Bryant
4 *
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <[email protected]>
7 * Copyright 1998 Gerald Combs
8 *
9 *
10 * SPDX-License-Identifier: GPL-2.0-or-later
11 */
12
13#ifndef __PACKET_RELOAD_H__
14#define __PACKET_RELOAD_H__
15
16extern int dissect_reload_messagecontents(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, uint16_t offset, uint16_t length);
17
18#endif
Definition packet_info.h:43
Definition proto.h:901
Definition tvbuff-int.h:35