Wireshark  4.3.0
The Wireshark network protocol analyzer
rtpdump.h
Go to the documentation of this file.
1 
12 #ifndef RTPDUMP_H__
13 #define RTPDUMP_H__
14 
15 #include <wiretap/wtap.h>
16 
17 wtap_open_return_val
18 rtpdump_open(wtap *wth, int *err, char **err_info);
19 
20 #endif /* RTPDUMP_H__ */
Definition: wtap-int.h:37