|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include "wtap.h"Go to the source code of this file.
Macros | |
| #define | ASCEND_MAX_DATA_ROWS 8 |
| #define | ASCEND_MAX_DATA_COLS 16 |
| #define | ASCEND_MAX_PKT_LEN (ASCEND_MAX_DATA_ROWS * ASCEND_MAX_DATA_COLS) |
Functions | |
| wtap_open_return_val | ascend_open (wtap *wth, int *err, char **err_info) |
| Opens an Ascend text file for reading. | |
Wiretap Library Copyright (c) 1998 by Gilbert Ramirez gram@.nosp@m.alum.nosp@m.ni.ri.nosp@m.ce.e.nosp@m.du
SPDX-License-Identifier: GPL-2.0-or-later
| wtap_open_return_val ascend_open | ( | wtap * | wth, |
| int * | err, | ||
| char ** | err_info | ||
| ) |
Opens an Ascend text file for reading.
| wth | Pointer to a wtap structure that will be initialized with 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. |