From Jean-Baptiste Marchand: fix typo in value_string table for LDAP
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 29 Apr 2003 02:15:32 +0000 (02:15 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 29 Apr 2003 02:15:32 +0000 (02:15 +0000)
message types.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7595 f5534014-38df-0310-8fa8-9805f1628bb7

packet-ldap.c

index b0cc2e8ace7d90752e9e6a69eba1e53488d159f3..5797174f738b18484a63afb71908401eee348db9 100644 (file)
@@ -3,7 +3,7 @@
  *
  * See RFC 1777 (LDAP v2), RFC 2251 (LDAP v3), and RFC 2222 (SASL).
  *
- * $Id: packet-ldap.c,v 1.54 2003/04/25 21:19:10 guy Exp $
+ * $Id: packet-ldap.c,v 1.55 2003/04/29 02:15:32 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -168,7 +168,7 @@ static value_string msgTypes [] = {
   {LDAP_RES_DELETE, "Delete Result"},
   {LDAP_RES_MODRDN, "Modify RDN Result"},
   {LDAP_RES_COMPARE, "Compare Result"},
-  {LDAP_REQ_EXTENDED, "Extended Response"},
+  {LDAP_RES_EXTENDED, "Extended Response"},
   {0, NULL},
 };