Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Enumerations
iax2_analysis_dialog.h File Reference
#include <config.h>
#include <epan/address.h>
#include "ui/tap-iax2-analysis.h"
#include "ui/rtp_stream_id.h"
#include <QAbstractButton>
#include <QMenu>
#include "wireshark_dialog.h"

Go to the source code of this file.

Classes

class  Iax2AnalysisDialog
 A dialog for analyzing IAX2 audio streams and displaying jitter/difference statistics. More...
 

Enumerations

enum  iax2_error_type_t { TAP_IAX2_NO_ERROR , TAP_IAX2_NO_PACKET_SELECTED , TAP_IAX2_WRONG_LENGTH , TAP_IAX2_FILE_IO_ERROR }
 Enumerates the possible error types encountered during IAX2 stream analysis. 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

◆ iax2_error_type_t

Enumerates the possible error types encountered during IAX2 stream analysis.

Enumerator
TAP_IAX2_NO_ERROR 

No error occurred.

TAP_IAX2_NO_PACKET_SELECTED 

No packet was selected for analysis.

TAP_IAX2_WRONG_LENGTH 

A packet with an incorrect length was encountered.

TAP_IAX2_FILE_IO_ERROR 

A file input/output error occurred during saving.