Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
proto_data.h File Reference
#include "ws_symbol_export.h"

Go to the source code of this file.

Functions

WS_DLL_PUBLIC void p_add_proto_data (wmem_allocator_t *scope, struct _packet_info *pinfo, int proto, uint32_t key, void *proto_data)
 
WS_DLL_PUBLIC void p_set_proto_data (wmem_allocator_t *scope, struct _packet_info *pinfo, int proto, uint32_t key, void *proto_data)
 
WS_DLL_PUBLIC void * p_get_proto_data (wmem_allocator_t *scope, struct _packet_info *pinfo, int proto, uint32_t key)
 
WS_DLL_PUBLIC void p_remove_proto_data (wmem_allocator_t *scope, struct _packet_info *pinfo, int proto, uint32_t key)
 
char * p_get_proto_name_and_key (wmem_allocator_t *scope, struct _packet_info *pinfo, unsigned pfd_index)
 
WS_DLL_PUBLIC void p_set_proto_depth (struct _packet_info *pinfo, int proto, unsigned depth)
 
WS_DLL_PUBLIC unsigned p_get_proto_depth (struct _packet_info *pinfo, int proto)
 

Detailed Description

Dissected packet data and metadata.