Ethereal-users: Re: [ethereal-users] LDAP Dissector

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gramirez@xxxxxxxxxx>
Date: Thu, 3 Aug 2000 10:04:21 -0500
On Thu, 03 Aug 2000 09:41:11 Mark Symons wrote:
> 
> I have been using Ethereal v0.8.10 on Win NT v4.0 SP6a and getting an
> enormous amount of really useful information on a variety of problems,
> ranging from DNS to NTP.
> 
> Perhaps the most useful dissector has been LDAP - with one exception, LDAP
> v3 Referrals. Ethereal is reporting that the referrals are not valid LDAP
> packets.
> 
> Is this perhaps because the Ethereal LDAP dissector does not support
> LDAPv3?
> Or should I trust that the packets really are invalid and then dig deeper
> into them to try and work out why?
> 
> Mark Symons
> Ipswitch, Inc
> Augusta GA

The LDAP dissector has this comment at the beginning of its file:

/*
 * This is not a complete implementation. It doesn't handle the full version 3,
more specifically,
 * it handles only the commands of version 2, but any additional
characteristics of the ver3 command are supported.
 * It's also missing extensible search filters.
 * 
 */

So, it appears that the dissector does not handle the full LDAPv3 spec.

--gilbert