![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Functions | |
FILE_T | file_open (const char *path) |
FILE_T | file_fdopen (int fildes) |
void | file_set_random_access (FILE_T stream, gboolean random_flag, GPtrArray *seek) |
WS_DLL_PUBLIC gint64 | file_seek (FILE_T stream, gint64 offset, int whence, int *err) |
WS_DLL_PUBLIC gint64 | file_tell (FILE_T stream) |
gint64 | file_tell_raw (FILE_T stream) |
int | file_fstat (FILE_T stream, ws_statb64 *statb, int *err) |
WS_DLL_PUBLIC gboolean | file_iscompressed (FILE_T stream) |
WS_DLL_PUBLIC int | file_read (void *buf, unsigned int count, FILE_T file) |
WS_DLL_PUBLIC int | file_peekc (FILE_T stream) |
WS_DLL_PUBLIC int | file_getc (FILE_T stream) |
WS_DLL_PUBLIC char * | file_gets (char *buf, int len, FILE_T stream) |
WS_DLL_PUBLIC char * | file_getsp (char *buf, int len, FILE_T stream) |
WS_DLL_PUBLIC int | file_eof (FILE_T stream) |
WS_DLL_PUBLIC int | file_error (FILE_T fh, gchar **err_info) |
void | file_clearerr (FILE_T stream) |
void | file_fdclose (FILE_T file) |
int | file_fdreopen (FILE_T file, const char *path) |
void | file_close (FILE_T file) |
Wiretap Library Copyright (c) 1998 by Gilbert Ramirez gram@ alum ni.ri ce.e du
SPDX-License-Identifier: GPL-2.0-or-later