TODO drsuapi compressed
[wireshark-sm.git] / epan / dissectors / packet-reload.h
blob8aaa5e2ed9c4fa8d550e216c3abf63edb6f772e9
1 /* packet-reload.h
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);
18 #endif