aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-11for sec descriptors found inside ldapRonnie Sahlberg1-6/+117
2006-08-07marik the request_in/response_to/time as generated fieldsRonnie Sahlberg1-6/+11
2006-08-07dissect nTSecurityDescriptor attribute as a security descriptorRonnie Sahlberg1-2/+9
2006-08-07objectSid attribute contains a sid so decode it nively as a sidRonnie Sahlberg1-5/+23
2006-08-06add some more oid'sRonnie Sahlberg1-0/+7
2006-08-06the ldap values for supportedControl and supportedCapabilities is an oid in a...Ronnie Sahlberg1-2/+28
2006-08-06"objectGUID" should be dissected as a GUIDRonnie Sahlberg1-22/+38
2006-07-12Make sure our strings aren't null before we pass them to strncmp().Gerald Combs1-5/+5
2006-07-12prettify dissection od ldap attributesRonnie Sahlberg1-10/+64
2006-07-10Reset ldm_tree in dissect_ldap_pdu(). Fixes a couple of the current fuzz Gerald Combs1-2/+4
2006-07-05Fix a format string bug. This should fix some of the current fuzzGerald Combs1-1/+1
2006-06-29from metzeRonnie Sahlberg1-53/+112
2006-06-28Reset ldm_tree to NULL each time we dissect an LDAP packet. This should Gerald Combs1-20/+24
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-40/+40
2006-06-22the dissector for AssertionValue that is implemented in the template fileRonnie Sahlberg1-2/+6
2006-06-16Include <epan/dissectors/packet-tcp.h> to declare tcp_dissect_pdus().Guy Harris1-5/+6
2006-06-14fix tcp reassembly to work again for Ronnie Sahlberg1-89/+99
2006-06-13from metzeRonnie Sahlberg1-7/+7
2006-06-13Constify to fix compiler warnings.Guy Harris1-14/+20
2006-06-12Fix some warnings.Anders Broman1-2/+2
2006-06-12prettify dissection of LDAP search filters.Ronnie Sahlberg1-75/+319
2006-06-10rework the previous patch slightly since we really need to push a string u...Ronnie Sahlberg1-62/+65
2006-06-10add simple heuristics to the decoding of assertionvalues to make it display ...Ronnie Sahlberg1-32/+70
2006-06-10make CLDAP show up as CLDAP in the dissectyion tree and not as LDAPRonnie Sahlberg1-31/+31
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-25/+25
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-5/+5
2006-05-08LDAP attribute type dissector framework including support for "netlogon" attr...Graeme Lunt1-382/+375
2006-05-04force the AssertionValue type to be displayed as a STRING instead of as hex B...Ronnie Sahlberg1-17/+17
2006-05-03do some template magic to make ethereal dissect CLDAP RPC again.Ronnie Sahlberg1-51/+455
2006-05-01Include <epan/strutil.h> to define g_ascii_isprint() on systems withGuy Harris1-6/+7
2006-05-01Use the asn2eth generated ldap dissector.Anders Broman1-2422/+2426
2006-01-24minor code cleanupUlf Lamping1-1/+1
2006-01-17MSVC compiler warnings:Ulf Lamping1-3/+3
2006-01-16done:Jörg Mayer1-1/+1
2005-11-28Change the way we handle realloc so that we now compute all the space requiredRichard Sharpe1-24/+11
2005-11-28Make sure that we reset the filter pointer after we realloc the filter.Richard Sharpe1-0/+1
2005-11-27Don't do anything to the filter string until we've successfully parsedGuy Harris1-7/+19
2005-11-22Remove unnecessary code to add NULLs to strings obtained with ASN1_STRING_VAL...Richard Sharpe1-7/+0
2005-11-22Remove a comment that says we don't support extensibleMatch, because we now d...Richard Sharpe1-2/+0
2005-11-22A first pass at providing a dissector for extensibleMatch filters.Richard Sharpe1-9/+183
2005-10-27remove a strcpyRonnie Sahlberg1-13/+3
2005-10-24From Graeme Lunt:Anders Broman1-0/+22
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-8/+2
2005-08-19From Matthias Drochner:Ronnie Sahlberg1-7/+1
2005-08-12more gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-22/+3
2005-08-08various code cleanup:Ulf Lamping1-5/+1
2005-08-06In packet-frame.c, don't free static memory when we throw aGerald Combs1-6/+7
2005-07-30More char -> const char fixesJörg Mayer1-1/+1
2005-07-22Fix a potential memory leak.Gerald Combs1-1/+1
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+1