10#ifndef __SERVICE_RESPONSE_TIME_DIALOG_H__
11#define __SERVICE_RESPONSE_TIME_DIALOG_H__
91 static void tapReset(
void *srtd_ptr);
97 static void tapDraw(
void *srtd_ptr);
104 virtual QList<QVariant> treeItemData(QTreeWidgetItem *ti)
const;
110 virtual const QString filterExpression();
119 void statsTreeWidgetItemChanged();
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
Base dialog for displaying Service Response Time (SRT) statistics.
Definition service_response_time_dialog.h:25
struct register_srt * srt_
Pointer to the registered SRT data structure.
Definition service_response_time_dialog.h:62
static TapParameterDialog * createSrtDialog(QWidget &parent, const QString cfg_str, const QString filter, CaptureFile &cf)
Factory method to create an SRT dialog.
Definition service_response_time_dialog.cpp:214
virtual void provideParameterData()
Virtual method for derived classes to provide specific parameter data.
Definition service_response_time_dialog.h:77
void endRetapPackets()
Slot called when the retap of packets finishes.
Definition service_response_time_dialog.cpp:262
void addSrtTable(const struct _srt_stat_table *srt_table)
Definition service_response_time_dialog.cpp:226
void fillTree()
Fills the tree widget with the collected SRT statistics.
Definition service_response_time_dialog.cpp:271
~ServiceResponseTimeDialog()
Destroys the ServiceResponseTimeDialog object.
Definition service_response_time_dialog.cpp:206
Base class for statistics dialogs driven by a tap and an optional display filter, presenting results ...
Definition tap_parameter_dialog.h:58
bool register_service_response_tables(const void *key, void *value, void *userdata)
Definition service_response_time_dialog.cpp:44
Definition srt_table.h:46
Definition srt_table.h:27
Definition srt_table.c:20