2 * RELOAD dissection utilities
3 * Author: Stephane Bryant
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
10 * SPDX-License-Identifier: GPL-2.0-or-later
13 #ifndef __PACKET_RELOAD_H__
14 #define __PACKET_RELOAD_H__
16 extern int dissect_reload_messagecontents(tvbuff_t
*tvb
, packet_info
*pinfo
, proto_tree
*tree
, uint16_t offset
, uint16_t length
);