aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ldap.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-11-05 09:04:17 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-11-05 09:04:17 +0000
commitf16f83b15480f60b98e460e5834bf466d84284f9 (patch)
tree9c32ef6fe55c6af31bf35e439ca193fc8e5ec022 /packet-ldap.h
parent004647081277a1e5146a1a79d2c7f81b7f224a27 (diff)
update for LDAP
measure the response time for some LDAP commands and add a service response time dialog for it svn path=/trunk/; revision=8885
Diffstat (limited to 'packet-ldap.h')
-rw-r--r--packet-ldap.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/packet-ldap.h b/packet-ldap.h
index a1cefa0c1a..f4124d8f73 100644
--- a/packet-ldap.h
+++ b/packet-ldap.h
@@ -1,6 +1,6 @@
/* packet-ldap.h
*
- * $Id: packet-ldap.h,v 1.6 2002/08/28 21:00:19 jmayer Exp $
+ * $Id: packet-ldap.h,v 1.7 2003/11/05 09:04:16 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -76,4 +76,15 @@
#define LDAP_MOD_DELETE 1
#define LDAP_MOD_REPLACE 2
+
+typedef struct ldap_call_response {
+ gboolean is_request;
+ guint32 req_frame;
+ nstime_t req_time;
+ guint32 rep_frame;
+ guint messageId;
+ guint protocolOpTag;
+} ldap_call_response_t;
+
+
#endif