Wireshark 4.7.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 "wtap.h"
13
22wtap_open_return_val json_open(wtap *wth, int *err, char **err_info);
23
24#endif
25
26/*
27 * Editor modelines - https://www.wireshark.org/tools/modelines.html
28 *
29 * Local variables:
30 * c-basic-offset: 4
31 * tab-width: 8
32 * indent-tabs-mode: nil
33 * End:
34 *
35 * vi: set shiftwidth=4 tabstop=8 expandtab:
36 * :indentSize=4:tabSize=8:noTabs=true:
37 */
wtap_open_return_val json_open(wtap *wth, int *err, char **err_info)
Open a JSON file for reading.
Definition json.c:30
Definition wtap_module.h:58
wtap_open_return_val
For registering file types that we can open.
Definition wtap.h:1751