|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include <wiretap/wtap.h>Go to the source code of this file.
Functions | |
| wtap_open_return_val | candump_open (wtap *wth, int *err, char **err_info) |
| Opens a candump file. | |
Wiretap Library Copyright (c) 1998 by Gilbert Ramirez gram@.nosp@m.alum.nosp@m.ni.ri.nosp@m.ce.e.nosp@m.du
Support for candump log file format Copyright (c) 2019 by Maksim Salau maksi.nosp@m.m.sa.nosp@m.lau@g.nosp@m.mail.nosp@m..com
SPDX-License-Identifier: GPL-2.0-or-later
| wtap_open_return_val candump_open | ( | wtap * | wth, |
| int * | err, | ||
| char ** | err_info | ||
| ) |
Opens a candump file.
| wth | Pointer to the wtap structure. |
| err | Error code if an error occurs. |
| err_info | Error information if an error occurs. |