|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include "wtap.h"Go to the source code of this file.
Macros | |
| #define | TNEF_SIGNATURE 0x223E9F78 |
Functions | |
| wtap_open_return_val | tnef_open (wtap *wth, int *err, char **err_info) |
| Open a TNEF file. | |
Transport-Neutral Encapsulation Format (TNEF) file reading
SPDX-License-Identifier: GPL-2.0-or-later
| wtap_open_return_val tnef_open | ( | wtap * | wth, |
| int * | err, | ||
| char ** | err_info | ||
| ) |
Open a TNEF file.
Attempts to open and read the header of a TNEF (Transport Neutral Encapsulation Format) file.
| 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. |