aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ldap.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-04-29 02:15:32 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-04-29 02:15:32 +0000
commit8d86869f1c71bd774e7413390525cb74dcc163c7 (patch)
treed0eb8041e5f58018ecf88c8317af2540f3a77808 /packet-ldap.c
parent026d54f4cafc93d282f8df01c2e611accaee35c2 (diff)
From Jean-Baptiste Marchand: fix typo in value_string table for LDAP
message types. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7595 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ldap.c')
-rw-r--r--packet-ldap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ldap.c b/packet-ldap.c
index b0cc2e8ace..5797174f73 100644
--- a/packet-ldap.c
+++ b/packet-ldap.c
@@ -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},
};