aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-01 10:04:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-01 10:04:10 +0000
commit2ebbe973de68706c043d18056f3da74326bf0531 (patch)
tree65da19f84c5f27fb5d015aa1c8f8cd28f7a0323c /epan/dissectors/packet-ldap.h
parent759203ed619c4131d4c4b7931779a9fe1078c95c (diff)
Use the asn2eth generated ldap dissector.
svn path=/trunk/; revision=18057
Diffstat (limited to 'epan/dissectors/packet-ldap.h')
-rw-r--r--epan/dissectors/packet-ldap.h20
1 files changed, 16 insertions, 4 deletions
diff --git a/epan/dissectors/packet-ldap.h b/epan/dissectors/packet-ldap.h
index 0462ae66fc..d4ece6c10f 100644
--- a/epan/dissectors/packet-ldap.h
+++ b/epan/dissectors/packet-ldap.h
@@ -1,12 +1,21 @@
+/* Do not modify this file. */
+/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
+/* .\packet-ldap.h */
+/* ../../tools/asn2eth.py -X -b -e -p ldap -c ldap.cnf -s packet-ldap-template Lightweight-Directory-Access-Protocol-V3.asn */
+
+/* Input file: packet-ldap-template.h */
+
+#line 1 "packet-ldap-template.h"
/* packet-ldap.h
+ * Routines for ros packet dissection
+ * Copyright 2005, Anders Broman <anders.broman@ericsson.com>
*
* $Id$
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -76,7 +85,6 @@
#define LDAP_MOD_DELETE 1
#define LDAP_MOD_REPLACE 2
-
typedef struct ldap_call_response {
gboolean is_request;
guint32 req_frame;
@@ -87,4 +95,8 @@ typedef struct ldap_call_response {
} ldap_call_response_t;
-#endif
+/*#include "packet-ldap-exp.h" */
+
+#endif /* PACKET_LDAP_H */
+
+