aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-03-16Have GSS-API subdissectors supply a "data is encrypted" flag to theirguy1-18/+20
2005-03-11from metzesahlberg1-285/+302
2005-03-10add support to decrypt and dissect sign-and-sealed traffic.sahlberg1-0/+2
2005-03-10add two nice defines for how to decrypt a GSSKRB tvbsahlberg1-1/+1
2005-03-08If ethereal is linked with HEIMDALsahlberg1-9/+24
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-02-02From Jon Ringle:etxrab1-2/+2
2005-01-02*Correctly* append to the filter string.guy1-2/+4
2004-12-31Don't assign the const pointers passed to hash routines to non-constguy1-8/+8
2004-12-21from metzesahlberg1-6/+27
2004-12-20Put in a stub "dissector" for LDAP_FILTER EXTENSIBLE, so we can at leastguy1-0/+15
2004-12-19abort trying to dissect ldap controls if the header doesnt look right.sahlberg1-0/+1
2004-12-17From Stefan Metzmacher: basic decoding for LDAP Controls.guy1-0/+136
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-02change result code names to be the same as in the LDAP standardsahlberg1-43/+44
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+3006