wireshark/epan/dissectors/packet-reload.h

19 lines
443 B
C

/* packet-reload.h
* RELOAD dissection utilities
* Author: Stephane Bryant
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef __PACKET_RELOAD_H__
#define __PACKET_RELOAD_H__
extern gint dissect_reload_messagecontents(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint16 offset, guint16 length);
#endif