aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.h
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-02-02 01:02:09 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-02-02 01:02:09 +0000
commit70eb306bb258cdbc659a7e45f878378cb33ff41d (patch)
tree622cc60d50e10f3be1a3986c95bc457facc41746 /gtk/voip_calls.h
parent91aeca75dd557b2a03e1a2088b5d3605605f45c4 (diff)
for VoIP Call Analysis:
- make VoIP Call Analysis work if, called from command line - should also work now while capturing with packet list updated in "real time" (to be tested) - give each tap listener a unique identifier, so ethereal won't mix them up - various cleanups - compile by default Todo: - add support for "tap display filter" - reimplement function to add rtp streams to the call flow. svn path=/trunk/; revision=13232
Diffstat (limited to 'gtk/voip_calls.h')
-rw-r--r--gtk/voip_calls.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gtk/voip_calls.h b/gtk/voip_calls.h
index 0cd976513b..e9f21f55fa 100644
--- a/gtk/voip_calls.h
+++ b/gtk/voip_calls.h
@@ -136,6 +136,17 @@ typedef struct _voip_calls_tapinfo {
int completed_calls;
int rejected_calls;
graph_analysis_info_t* graph_analysis;
+ /*
+ * Now add dummy variables, one for each tap listener.
+ * Their address will be used to distinguish between them.
+ */
+ int sip_dummy;
+ int sdp_dummy;
+ int h225_dummy;
+ int h245dg_dummy;
+ int mtp3_dummy;
+ int isup_dummy;
+ int q931_dummy;
} voip_calls_tapinfo_t;