Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
17wtap_open_return_val
18rtpdump_open(wtap *wth, int *err, char **err_info);
19
20#endif /* RTPDUMP_H__ */
Definition wtap-int.h:37