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