Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
peak-trc.h File Reference
#include <wiretap/wtap.h>

Go to the source code of this file.

Functions

wtap_open_return_val peak_trc_open (wtap *wth, int *err, char **err_info)
 Opens a PCAN-TRC file for reading.
 

Detailed Description

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 PEAK CAN TRC log file format Copyright (c) 2024 by Miklos Marton marto.nosp@m.nmik.nosp@m.losqd.nosp@m.ev@g.nosp@m.mail..nosp@m.com

SPDX-License-Identifier: GPL-2.0-or-later

Function Documentation

◆ peak_trc_open()

wtap_open_return_val peak_trc_open ( wtap wth,
int *  err,
char **  err_info 
)

Opens a PCAN-TRC file for reading.

Parameters
wthPointer to the wtap structure that will hold the file information.
errPointer to an integer where any error code will be stored.
err_infoPointer to a char pointer where any error message will be stored.
Returns
wtap_open_return_val The result of the open operation.