11#include "ws_symbol_export.h"
WS_DLL_PUBLIC void p_add_proto_data(wmem_allocator_t *scope, struct _packet_info *pinfo, int proto, uint32_t key, void *proto_data)
Definition proto_data.c:50
WS_DLL_PUBLIC void p_remove_proto_data(wmem_allocator_t *scope, struct _packet_info *pinfo, int proto, uint32_t key)
Definition proto_data.c:142
WS_DLL_PUBLIC void * p_get_proto_data(wmem_allocator_t *scope, struct _packet_info *pinfo, int proto, uint32_t key)
Definition proto_data.c:110
WS_DLL_PUBLIC void p_set_proto_depth(struct _packet_info *pinfo, int proto, unsigned depth)
Definition proto_data.c:199
WS_DLL_PUBLIC void p_set_proto_data(wmem_allocator_t *scope, struct _packet_info *pinfo, int proto, uint32_t key, void *proto_data)
Definition proto_data.c:78
WS_DLL_PUBLIC unsigned p_get_proto_depth(struct _packet_info *pinfo, int proto)
Definition proto_data.c:203
GPtrArray * p_get_proto_names_and_keys(wmem_allocator_t *scope, struct _packet_info *pinfo)
Definition proto_data.c:170
struct _wmem_allocator_t wmem_allocator_t
Definition wmem_core.h:44
Represents the metadata and indexing information for a single captured frame.
Definition packet_info.h:43