11#ifndef __PACKET_DTLS_H__
12#define __PACKET_DTLS_H__
14#include "ws_symbol_export.h"
17WS_DLL_PUBLIC
void dtls_dissector_add(
unsigned port, dissector_handle_t handle);
18WS_DLL_PUBLIC
void dtls_dissector_delete(
unsigned port, dissector_handle_t handle);
21dtls_increment_stream_count(
void);
26dtls_dissect_hnd_hello_ext_use_srtp(
packet_info *pinfo, tvbuff_t *tvb,
27 proto_tree *tree, uint32_t offset,
28 uint32_t ext_len,
bool is_server);
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.