aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-8/+8
2005-05-10Make sure we don't feed a null string to strncmp(). Fixes bug 161.Gerald Combs1-2/+3
2005-04-30Make sure we don't recurse into oblivion. Fixes bug 147.Gerald Combs1-0/+2
2005-03-16Have GSS-API subdissectors supply a "data is encrypted" flag to theirGuy Harris1-18/+20
2005-03-11from metzeRonnie Sahlberg1-285/+302
2005-03-10add support to decrypt and dissect sign-and-sealed traffic.Ronnie Sahlberg1-0/+2
2005-03-10add two nice defines for how to decrypt a GSSKRB tvbRonnie Sahlberg1-1/+1
2005-03-08If ethereal is linked with HEIMDALRonnie Sahlberg1-9/+24
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2005-01-02*Correctly* append to the filter string.Guy Harris1-2/+4
2004-12-31Don't assign the const pointers passed to hash routines to non-constGuy Harris1-8/+8
2004-12-21from metzeRonnie Sahlberg1-6/+27
2004-12-20Put in a stub "dissector" for LDAP_FILTER EXTENSIBLE, so we can at leastGuy Harris1-0/+15
2004-12-19abort trying to dissect ldap controls if the header doesnt look right.Ronnie Sahlberg1-0/+1
2004-12-17From Stefan Metzmacher: basic decoding for LDAP Controls.Guy Harris1-0/+136
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-02change result code names to be the same as in the LDAP standardRonnie Sahlberg1-43/+44
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+3006