3 * Transport-Neutral Encapsulation Format (TNEF) file reading
5 * SPDX-License-Identifier: GPL-2.0-or-later
13 #include <wiretap/wtap.h>
14 #include "ws_symbol_export.h"
16 #define TNEF_SIGNATURE 0x223E9F78
18 wtap_open_return_val
tnef_open(wtap
*wth
, int *err
, char **err_info
);