#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.
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
◆ 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.
|