Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
rtpdump.h File Reference
#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.
 

Detailed Description

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

Function Documentation

◆ rtpdump_open()

wtap_open_return_val rtpdump_open ( wtap wth,
int *  err,
char **  err_info 
)

Opens an RTP dump file for reading.

Parameters
wthPointer to a wtap structure representing the capture file.
errPointer to an integer that will be set to an error code if an error occurs.
err_infoPointer to a char pointer that will be set to an error message if an error occurs.
Returns
int WTAP_OPEN_MINE if the file is recognized as an RTP dump file, otherwise an appropriate error code.