Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
tshark-tap.h
Go to the documentation of this file.
1
11#ifndef __TSHARK_TAP_H__
12#define __TSHARK_TAP_H__
13
15
16extern void init_iousers(struct register_ct* ct, const char *filter);
17extern void init_endpoints(struct register_ct* ct, const char *filter);
18extern bool register_srt_tables(const void *key, void *value, void *userdata);
19extern bool register_rtd_tables(const void *key, void *value, void *userdata);
20extern bool register_simple_stat_tables(const void *key, void *value, void *userdata);
21
22#endif /* __TSHARK_TAP_H__ */
Definition conversation_table.c:24