aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-02-01 20:52:38 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-02-01 20:52:38 +0000
commitf9bb905d13385c1e2ad840e397136316130b2bec (patch)
tree8cd6a200921086aea9c10375e08be754a5c0de70 /epan/dissectors/packet-sip.h
parent64687d15edbffae083e9a7a2808a0588d8dd2a95 (diff)
Calculate the avrage setuptime.
svn path=/trunk/; revision=27342
Diffstat (limited to 'epan/dissectors/packet-sip.h')
-rw-r--r--epan/dissectors/packet-sip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sip.h b/epan/dissectors/packet-sip.h
index ffd36bc33d..892875641e 100644
--- a/epan/dissectors/packet-sip.h
+++ b/epan/dissectors/packet-sip.h
@@ -31,6 +31,7 @@ typedef struct _sip_info_value_t
gchar *request_method;
guint response_code;
guchar resend;
+ guint32 setup_time;
/* added for VoIP calls analysis, see gtk/voip_calls.c*/
gchar *tap_call_id;
gchar *tap_from_addr;