Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
json_lines.h
1/* @file
2 *
3 * Wiretap Library
4 * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8
9#pragma once
10
11#include "wtap.h"
12
13wtap_open_return_val json_lines_open(wtap *wth, int *err, char **err_info);
14
15/*
16 * Editor modelines - https://www.wireshark.org/tools/modelines.html
17 *
18 * Local variables:
19 * c-basic-offset: 4
20 * tab-width: 8
21 * indent-tabs-mode: nil
22 * End:
23 *
24 * vi: set shiftwidth=4 tabstop=8 expandtab:
25 * :indentSize=4:tabSize=8:noTabs=true:
26 */
Definition wtap-int.h:37