aboutsummaryrefslogtreecommitdiffstats
path: root/epan/gcp.c
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2008-12-31 15:26:48 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2008-12-31 15:26:48 +0000
commit43ac3652a37e578e663743fa10e3b503613c7d4f (patch)
tree4dee05a37801d17e2082399b04a9c778ea60f78c /epan/gcp.c
parent80e2a01faeba2b17b58d51d14296f9c6bde59c69 (diff)
Service response time statistics for MEGACO (GUI only).
svn path=/trunk/; revision=27140
Diffstat (limited to 'epan/gcp.c')
-rw-r--r--epan/gcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/gcp.c b/epan/gcp.c
index faaf1d6fec..7b62b7ab5a 100644
--- a/epan/gcp.c
+++ b/epan/gcp.c
@@ -106,6 +106,7 @@ gcp_msg_t* gcp_msg(packet_info* pinfo, int o, gboolean keep_persistent_data) {
} else {
m = se_alloc(sizeof(gcp_msg_t));
m->framenum = framenum;
+ m->time = pinfo->fd->abs_ts;
m->trxs = NULL;
m->commited = FALSE;