11#ifndef __PACKET_UDP_H__
12#define __PACKET_UDP_H__
14#include "ws_symbol_export.h"
102add_udp_process_info(uint32_t frame_num,
address *local_addr,
address *remote_addr,
103 uint16_t local_port, uint16_t remote_port,
104 uint32_t uid, uint32_t pid,
105 char *username,
char *command);
111WS_DLL_PUBLIC uint32_t
112get_udp_stream_count(
void);
115decode_udp_ports(tvbuff_t *,
int,
packet_info *, proto_tree *,
int,
int,
int);
139udp_dissect_pdus(tvbuff_t *tvb,
packet_info *pinfo, proto_tree *tree,
141 bool (*heuristic_check)(
packet_info *, tvbuff_t *,
int,
void*),
142 unsigned (*get_pdu_len)(
packet_info *, tvbuff_t *,
int,
void*),
143 dissector_t dissect_pdu,
void* dissector_data);
145extern char *udp_follow_address_filter(
address *src_addr,
address *dst_addr,
int src_port,
int dst_port);
struct _address address
Holds a network or link-layer address of any supported type.
struct conversation conversation_t
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.
Definition packet-udp.h:23
Definition packet-udp.h:35
Definition packet-udp.h:43