Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
netlog.h
Go to the documentation of this file.
1
9#ifndef __NETLOG_H__
10#define __NETLOG_H__
11
12#include "wtap.h"
13
14wtap_open_return_val netlog_open(wtap *wth, int *err, char **err_info);
15
16#endif
17
18/*
19 * Editor modelines - https://www.wireshark.org/tools/modelines.html
20 *
21 * Local variables:
22 * c-basic-offset: 4
23 * tab-width: 8
24 * indent-tabs-mode: nil
25 * End:
26 *
27 * vi: set shiftwidth=4 tabstop=8 expandtab:
28 * :indentSize=4:tabSize=8:noTabs=true:
29 */
wtap_open_return_val netlog_open(wtap *wth, int *err, char **err_info)
Definition netlog.c:837
Definition wtap-int.h:37