Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Enumerations
rtp_player_dialog.h File Reference
#include "config.h"
#include <mutex>
#include "ui/rtp_stream.h"
#include "wireshark_dialog.h"
#include "rtp_audio_stream.h"
#include <QWidget>
#include <QMap>
#include <QMultiHash>
#include <QTreeWidgetItem>
#include <QMetaType>
#include <ui/qt/widgets/qcustomplot.h>

Go to the source code of this file.

Classes

class  RtpBaseDialog
 Base class for RTP related dialogs providing common functionality. More...
 
class  RtpPlayerDialog
 Singleton dialog for playing and analyzing RTP audio streams. Singleton pattern based on https://refactoring.guru/design-patterns/singleton/cpp/example#example-1. More...
 

Enumerations

enum  save_audio_t { save_audio_none , save_audio_au , save_audio_wav }
 Defines the audio formats available for saving. More...
 
enum  save_payload_t { save_payload_none , save_payload_data }
 Defines the payload formats available for saving. More...
 
enum  save_mode_t { save_mode_from_cursor , save_mode_sync_stream , save_mode_sync_file }
 Defines the modes available for saving audio or payload data. More...
 

Detailed Description

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs

SPDX-License-Identifier: GPL-2.0-or-later

Enumeration Type Documentation

◆ save_audio_t

Defines the audio formats available for saving.

Enumerator
save_audio_none 

No audio format or save canceled.

save_audio_au 

Sun AU audio format.

save_audio_wav 

Microsoft WAV audio format.

◆ save_mode_t

Defines the modes available for saving audio or payload data.

Enumerator
save_mode_from_cursor 

Save starting from the current playback cursor.

save_mode_sync_stream 

Save synchronized streams.

save_mode_sync_file 

Save synchronized to the capture file timing.

◆ save_payload_t

Defines the payload formats available for saving.

Enumerator
save_payload_none 

No payload format or save canceled.

save_payload_data 

Raw payload data format.