Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
json_log.h
1/* @file
2 *
3 * Wiretap Library
4 * Copyright (c) 1998 by Gilbert Ramirez <[email protected]>
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_log_open(wtap *wth, int *err, char **err_info);
Definition wtap-int.h:37