Wireshark  4.3.0
The Wireshark network protocol analyzer
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 <gerald@wireshark.org>
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 
16 extern gint dissect_reload_messagecontents(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint16 offset, guint16 length);
17 
18 #endif
Definition: packet_info.h:44
Definition: proto.h:904
Definition: tvbuff-int.h:35