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

Go to the source code of this file.

Functions

wtap_open_return_val commview_ncf_open (wtap *wth, int *err, char **err_info)
 Open a CommView NCF file.
 
wtap_open_return_val commview_ncfx_open (wtap *wth, int *err, char **err_info)
 Open a CommView NCX file.
 

Detailed Description

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs

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

Function Documentation

◆ commview_ncf_open()

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

Open a CommView NCF file.

Parameters
wthPointer to the wtap structure.
errError code if an error occurs.
err_infoError message if an error occurs.
Returns
wtap_open_return_val The result of the open operation.

◆ commview_ncfx_open()

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

Open a CommView NCX file.

Parameters
wthPointer to the wtap structure.
errError code if an error occurs.
err_infoError message if an error occurs.
Returns
wtap_open_return_val The result of the open operation.