3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 #ifndef __PACKETLOGGER_H__
11 #define __PACKETLOGGER_H__
16 wtap_open_return_val
packetlogger_open(wtap
*wth
, int *err
, char **err_info _U_
);
18 #endif /* __PACKETLOGGER_H__ */