aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-07objectSid attribute contains a sid so decode it nively as a sidsahlberg1-5/+23
2006-08-06add some more oid'ssahlberg1-0/+7
2006-08-06the ldap values for supportedControl and supportedCapabilities is an oid in a...sahlberg1-2/+28
2006-08-06"objectGUID" should be dissected as a GUIDsahlberg1-22/+38
2006-07-12Make sure our strings aren't null before we pass them to strncmp().gerald1-5/+5
2006-07-12prettify dissection od ldap attributessahlberg1-10/+64
2006-07-10Reset ldm_tree in dissect_ldap_pdu(). Fixes a couple of the current fuzz gerald1-2/+4
2006-07-05Fix a format string bug. This should fix some of the current fuzzgerald1-1/+1
2006-06-29from metzesahlberg1-53/+112
2006-06-28Reset ldm_tree to NULL each time we dissect an LDAP packet. This should gerald1-20/+24
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...kukosa1-40/+40
2006-06-22the dissector for AssertionValue that is implemented in the template filesahlberg1-2/+6
2006-06-16Include <epan/dissectors/packet-tcp.h> to declare tcp_dissect_pdus().guy1-5/+6
2006-06-14fix tcp reassembly to work again for sahlberg1-89/+99
2006-06-13from metzesahlberg1-7/+7
2006-06-13Constify to fix compiler warnings.guy1-14/+20
2006-06-12Fix some warnings.etxrab1-2/+2
2006-06-12prettify dissection of LDAP search filters.sahlberg1-75/+319
2006-06-10rework the previous patch slightly since we really need to push a string u...sahlberg1-62/+65
2006-06-10add simple heuristics to the decoding of assertionvalues to make it display ...sahlberg1-32/+70
2006-06-10make CLDAP show up as CLDAP in the dissectyion tree and not as LDAPsahlberg1-31/+31
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-25/+25
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-5/+5
2006-05-08LDAP attribute type dissector framework including support for "netlogon" attr...gal1-382/+375
2006-05-04force the AssertionValue type to be displayed as a STRING instead of as hex B...sahlberg1-17/+17
2006-05-03do some template magic to make ethereal dissect CLDAP RPC again.sahlberg1-51/+455
2006-05-01Include <epan/strutil.h> to define g_ascii_isprint() on systems withguy1-6/+7
2006-05-01Use the asn2eth generated ldap dissector.etxrab1-2422/+2426
2006-01-24minor code cleanupulfl1-1/+1
2006-01-17MSVC compiler warnings:ulfl1-3/+3
2006-01-16done:jmayer1-1/+1
2005-11-28Change the way we handle realloc so that we now compute all the space requiredsharpe1-24/+11
2005-11-28Make sure that we reset the filter pointer after we realloc the filter.sharpe1-0/+1
2005-11-27Don't do anything to the filter string until we've successfully parsedguy1-7/+19
2005-11-22Remove unnecessary code to add NULLs to strings obtained with ASN1_STRING_VAL...sharpe1-7/+0
2005-11-22Remove a comment that says we don't support extensibleMatch, because we now d...sharpe1-2/+0
2005-11-22A first pass at providing a dissector for extensibleMatch filters.sharpe1-9/+183
2005-10-27remove a strcpysahlberg1-13/+3
2005-10-24From Graeme Lunt:etxrab1-0/+22
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-8/+2
2005-08-19From Matthias Drochner:sahlberg1-7/+1
2005-08-12more gmemchunk -> se_alloc() improvementssahlberg1-22/+3
2005-08-08various code cleanup:ulfl1-5/+1
2005-08-06In packet-frame.c, don't free static memory when we throw agerald1-6/+7
2005-07-30More char -> const char fixesjmayer1-1/+1
2005-07-22Fix a potential memory leak.gerald1-1/+1
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+1
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-8/+8
2005-05-10Make sure we don't feed a null string to strncmp(). Fixes bug 161.gerald1-2/+3
2005-04-30Make sure we don't recurse into oblivion. Fixes bug 147.gerald1-0/+2