|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include "wtap.h"Go to the source code of this file.
Functions | |
| wtap_open_return_val | vms_open (wtap *wth, int *err, char **err_info) |
| Opens a VMS file for reading. | |
Wiretap Library Copyright (c) 2001 by Marc Milgram ether.nosp@m.eal@.nosp@m.mmilg.nosp@m.ram..nosp@m.NOSPA.nosp@m.Mmai.nosp@m.l.net
SPDX-License-Identifier: GPL-2.0-or-later
| wtap_open_return_val vms_open | ( | wtap * | wth, |
| int * | err, | ||
| char ** | err_info | ||
| ) |
Opens a VMS file for reading.
| wth | Pointer to the wtap structure that will hold the file information. |
| err | Pointer to an integer where any error code will be stored. |
| err_info | Pointer to a char pointer where any error message will be stored. |