|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include "wtap.h"Go to the source code of this file.
Functions | |
| wtap_open_return_val | mmodule_open (wtap *wth, int *err, char **err_info) |
| Open a file using the mmodule protocol. | |
Copyright 2025, Daniel Salloum danie.nosp@m.l.sa.nosp@m.lloum.nosp@m.@gma.nosp@m.il.co.nosp@m.m
SPDX-License-Identifier: GPL-2.0-or-later
| wtap_open_return_val mmodule_open | ( | wtap * | wth, |
| int * | err, | ||
| char ** | err_info | ||
| ) |
Open a file using the mmodule protocol.
| wth | Pointer to the wtap structure. |
| err | Error code if an error occurs. |
| err_info | Error information if an error occurs. |