aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-07-20 23:14:39 +0000
committerGuy Harris <guy@alum.mit.edu>2002-07-20 23:14:39 +0000
commitca637b44130f4fbd0c606900432abe3907208486 (patch)
tree9e2bc6de8492c9097bd0e9aebcd07d3c4007a41f /smb.h
parent372fe49be860ff185264395bdb75740d7d931801 (diff)
From Prabhakar Krishnan: add item to SMB protocol tree for time between
request and response. svn path=/trunk/; revision=5895
Diffstat (limited to 'smb.h')
-rw-r--r--smb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/smb.h b/smb.h
index 51d65d181c..98111c6f8d 100644
--- a/smb.h
+++ b/smb.h
@@ -2,7 +2,7 @@
* Defines for smb packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: smb.h,v 1.40 2002/05/26 01:30:05 guy Exp $
+ * $Id: smb.h,v 1.41 2002/07/20 23:14:36 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -233,6 +233,7 @@
#define SMB_SIF_TID_IS_IPC 0x0001
typedef struct {
guint32 frame_req, frame_res;
+ nstime_t req_time;
guint16 flags;
int cmd;
void *extra_info;