aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ldap
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2006-05-23 15:17:14 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2006-05-23 15:17:14 +0000
commit55600fb60adbd522e512b278d1da2b88dfa14039 (patch)
treea465a11fa554bd6640bc084ce1421b6569125078 /asn1/ldap
parent8bb127d1c1a97aa10b755c9a83488b4aa3b7a5dd (diff)
Ethereal -> Wireshark
asn2eth -> asn2wrs svn path=/trunk/; revision=18214
Diffstat (limited to 'asn1/ldap')
-rw-r--r--asn1/ldap/README4
-rw-r--r--asn1/ldap/ldap.cnf2
-rw-r--r--asn1/ldap/packet-ldap-template.c6
3 files changed, 6 insertions, 6 deletions
diff --git a/asn1/ldap/README b/asn1/ldap/README
index f8acf6032f..d43b67c552 100644
--- a/asn1/ldap/README
+++ b/asn1/ldap/README
@@ -1,6 +1,6 @@
-This is a work in progress to enhance and replace the existing ldap dissector with an asn2eth generated one.
+This is a work in progress to enhance and replace the existing ldap dissector with an asn2wrs generated one.
-To test/use this work in progress dissector you will have to compile it with asn2eth and copy the resulting .c and .h files over to epan/dissectors.
+To test/use this work in progress dissector you will have to compile it with asn2wrs and copy the resulting .c and .h files over to epan/dissectors.
This dissector is not yet ready for public consumption and lacks many vital features of the existing ldap dissector such as CLDAP support.
diff --git a/asn1/ldap/ldap.cnf b/asn1/ldap/ldap.cnf
index 0327dcc17f..8fd03a44f0 100644
--- a/asn1/ldap/ldap.cnf
+++ b/asn1/ldap/ldap.cnf
@@ -418,7 +418,7 @@ ldap_conv_info_t *ldap_info;
#.FN_BODY UnbindRequest
- implicit_tag = TRUE; /* correct problem with asn2eth */
+ implicit_tag = TRUE; /* correct problem with asn2wrs */
%(DEFAULT_BODY)s
diff --git a/asn1/ldap/packet-ldap-template.c b/asn1/ldap/packet-ldap-template.c
index ebccb55818..9df5055fb6 100644
--- a/asn1/ldap/packet-ldap-template.c
+++ b/asn1/ldap/packet-ldap-template.c
@@ -63,7 +63,7 @@
*
* Stefan Metzmacher <metze@samba.org>
*
- * 15-NOV-2005 - Changed to use the asn2eth compiler
+ * 15-NOV-2005 - Changed to use the asn2wrs compiler
* Anders Broman <anders.broman@ericsson.com>
*/
@@ -1170,12 +1170,12 @@ void proto_register_ldap(void) {
{ &hf_mscldap_netlogon_type,
{ "Type", "mscldap.netlogon.type",
FT_UINT32, BASE_DEC, NULL, 0x0,
- "Type of <please tell ethereal developers what this type is>", HFILL }},
+ "Type of <please tell Wireshark developers what this type is>", HFILL }},
{ &hf_mscldap_netlogon_version,
{ "Version", "mscldap.netlogon.version",
FT_UINT32, BASE_DEC, NULL, 0x0,
- "Version of <please tell ethereal developers what this type is>", HFILL }},
+ "Version of <please tell Wireshark developers what this type is>", HFILL }},
{ &hf_mscldap_netlogon_lm_token,
{ "LM Token", "mscldap.netlogon.lm_token",