summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-208/+208
2007-02-17Tidy ups for SASL/GSSAPI support:Graeme Lunt1-54/+143
2006-11-24From Stefan Metzmacher:Jaap Keuter1-85/+10
2006-11-06Don't remove a preference, make it obsolete instead.Jaap Keuter1-1/+3
2006-11-05Tidy up of information column for NTLM authentication.Graeme Lunt1-24/+35
2006-11-04General updates to:Graeme Lunt1-59/+341
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-2/+2
2006-10-11fix for 1148Ronnie Sahlberg1-6/+86
2006-09-22When dissecting LDAP, the assumption was made that the maximum LDAP PDU size ...Graeme Lunt1-5/+11
2006-09-16make dissect_nt_sid return ep allocated memory and thus fix a few memory leaksRonnie Sahlberg1-7/+5
2006-08-20 in LDAP over TCPRonnie Sahlberg1-94/+81
2006-08-19Squelch a compiler warning.Guy Harris1-4/+5
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-98/+98
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