From abbd3e0dea6d67b11b0afe3139ee2b2a838d34ab Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 22 Oct 2002 00:59:25 +0000 Subject: From Ronnie Sahlberg: track and display the time between requests and replies for DCERPC similar to what is already done for ONC-RPC. svn path=/trunk/; revision=6465 --- packet-dcerpc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packet-dcerpc.h') diff --git a/packet-dcerpc.h b/packet-dcerpc.h index ff76f8350a..feae1d7aff 100644 --- a/packet-dcerpc.h +++ b/packet-dcerpc.h @@ -1,7 +1,7 @@ /* packet-dcerpc.h * Copyright 2001, Todd Sabin * - * $Id: packet-dcerpc.h,v 1.21 2002/09/26 06:13:08 sahlberg Exp $ + * $Id: packet-dcerpc.h,v 1.22 2002/10/22 00:59:25 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -212,6 +212,7 @@ typedef struct _dcerpc_call_value { guint16 ver; guint16 opnum; guint32 req_frame; + nstime_t req_time; guint32 rep_frame; guint32 max_ptr; void *private_data; -- cgit v1.2.3