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

Go to the source code of this file.

Functions

wtap_open_return_val busmaster_open (wtap *wth, int *err, char **err_info)
 Opens a file using the Busmaster log reader.
 

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 Busmaster 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

Function Documentation

◆ busmaster_open()

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

Opens a file using the Busmaster log reader.

Parameters
wthPointer to the wtap structure.
errPointer to an integer that will hold any error code.
err_infoPointer to a string that will hold any error information.
Returns
int WTAP_OPEN_OK if successful, otherwise an error code.