aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
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