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