diff options
Diffstat (limited to 'epan/dissectors/packet-reload.h')
-rw-r--r-- | epan/dissectors/packet-reload.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/epan/dissectors/packet-reload.h b/epan/dissectors/packet-reload.h new file mode 100644 index 00000000..78aded67 --- /dev/null +++ b/epan/dissectors/packet-reload.h @@ -0,0 +1,18 @@ +/* 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 |