Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
vwr.h File Reference
#include "ws_symbol_export.h"
#include "wtap.h"

Go to the source code of this file.

Functions

wtap_open_return_val vwr_open (wtap *wth, int *err, char **err_info)
 Opens a VWR file.
 

Detailed Description

Wiretap Library Copyright (c) 1998-2010 by Tom Alexander talex.nosp@m.ande.nosp@m.r@ixi.nosp@m.acom.nosp@m..com

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

Function Documentation

◆ vwr_open()

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

Opens a VWR file.

Parameters
wthPointer to the wtap structure.
errPointer to an integer that will be set to an error code if an error occurs.
err_infoPointer to a string that will be set to an error message if an error occurs.
Returns
wtap_open_return_val The result of opening the file, indicating success or failure.