|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include <wiretap/wtap.h>Go to the source code of this file.
Classes | |
| struct | erf_private |
Functions | |
| wtap_open_return_val | erf_open (wtap *wth, int *err, char **err_info) |
| Open an ERF file. | |
Copyright (c) 2003 Endace Technology Ltd, Hamilton, New Zealand. All rights reserved.
This software and documentation has been developed by Endace Technology Ltd. along with the DAG PCI network capture cards. For further information please visit https://www.endace.com/.
SPDX-License-Identifier: BSD-3-Clause
| wtap_open_return_val erf_open | ( | wtap * | wth, |
| int * | err, | ||
| char ** | err_info | ||
| ) |
Open an ERF file.
| wth | Pointer to the wtap structure. |
| err | Error code if an error occurs. |
| err_info | Error information if an error occurs. |