Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
mplog.h
Go to the documentation of this file.
1
13#ifndef _MPLOG_H
14#define _MPLOG_H
15
16#include <wiretap/wtap.h>
17
18wtap_open_return_val mplog_open(wtap *wth, int *err, char **err_info);
19
20#endif /* _MPLOG_H */
Definition wtap-int.h:37