15#include "ws_symbol_export.h"
26WS_DLL_PUBLIC
bool is_tpkt(tvbuff_t *tvb,
unsigned min_len,
unsigned *pkt_len);
31WS_DLL_PUBLIC
void dissect_tpkt_encap(tvbuff_t *tvb,
packet_info *pinfo,
32 proto_tree *tree,
bool desegment,
33 dissector_handle_t subdissector_handle);
44extern uint16_t is_asciitpkt(tvbuff_t *tvb);
49extern void dissect_asciitpkt(tvbuff_t *tvb,
packet_info *pinfo,
50 proto_tree *tree, dissector_handle_t subdissector_handle);
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.