10#ifndef __PACKET_RAKNET_H__
11#define __PACKET_RAKNET_H__
14#include "ws_symbol_export.h"
31raknet_add_udp_dissector(uint32_t port,
const dissector_handle_t handle);
38raknet_delete_udp_dissector(uint32_t port,
const dissector_handle_t handle);
50raknet_conversation_set_dissector(
packet_info *pinfo,
const dissector_handle_t handle);
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.