|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include <wiretap/wtap.h>Go to the source code of this file.
Functions | |
| wtap_open_return_val | rtpdump_open (wtap *wth, int *err, char **err_info) |
| Opens an RTP dump 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
Support for RTPDump file format Copyright (c) 2023 by David Perry <boole.nosp@m.an26.nosp@m.3@pro.nosp@m.tonm.nosp@m.ail.c.nosp@m.om
SPDX-License-Identifier: GPL-2.0-or-later
| wtap_open_return_val rtpdump_open | ( | wtap * | wth, |
| int * | err, | ||
| char ** | err_info | ||
| ) |
Opens an RTP dump file for reading.
| wth | Pointer to a wtap structure representing the capture file. |
| err | Pointer to an integer that will be set to an error code if an error occurs. |
| err_info | Pointer to a char pointer that will be set to an error message if an error occurs. |