aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-02-07 08:56:39 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-02-07 08:56:39 +0000
commitc765d211e9ea563224ac30474b666e68d43651bb (patch)
tree16c697b8f45b04f87c1c27584192fd76ff7a748c /gtk/voip_calls.h
parentbc04baef424c0dd1cb25ae1a6d17d1bae1f629c8 (diff)
From Alejandro Vaquero :
Find attached a patch for "Voip analysis" to get the LRQ/LCF/LRJ messages included in the H323 calls for Gatekeeper to Gatekeeper configurations svn path=/trunk/; revision=13336
Diffstat (limited to 'gtk/voip_calls.h')
-rw-r--r--gtk/voip_calls.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/voip_calls.h b/gtk/voip_calls.h
index 6bbcbefe5e..ec8fdc3f14 100644
--- a/gtk/voip_calls.h
+++ b/gtk/voip_calls.h
@@ -104,6 +104,7 @@ typedef struct _h323_calls_info {
gboolean is_h245Tunneling;
gint32 q931_crv;
gint32 q931_crv2;
+ guint requestSeqNum;
} h323_calls_info_t;
/* defines a voip call */
@@ -128,7 +129,7 @@ typedef struct _voip_calls_info {
/* struct holding all information of the tap */
typedef struct _voip_calls_tapinfo {
- int ncalls; /* number of calls in the list */
+ int ncalls; /* number of call */
GList* strinfo_list; /* list with all calls */
int npackets; /* total number of packets of all calls */
voip_calls_info_t* filter_calls_fwd; /* used as filter in some tap modes */