aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-20try to dissect the ms cldap netlogon rpc flags bits.Ronnie Sahlberg1-6/+139
2004-01-19Before checking for SASL security stuff, make sure the bytes you'reGuy Harris1-2/+3
2004-01-19Update to CLDAPRonnie Sahlberg1-39/+349
2003-12-18From Ronnie Sahlberg: if the GSSAPI token is empty, don't dissect it.Guy Harris1-1/+5
2003-12-04update to ldap.Ronnie Sahlberg1-4/+73
2003-11-10Not all LDAP PDUs are aligned to the start of a TCP segment.Ronnie Sahlberg1-2/+8
2003-11-07In some captures we might have already established and BOUND LDAPRonnie Sahlberg1-1/+16
2003-11-06Update to LDAP and TCPRonnie Sahlberg1-9/+15
2003-11-05A "GHashFunc()" returns a "guint", not a "gint".Guy Harris1-3/+5
2003-11-05update for LDAPRonnie Sahlberg1-175/+344
2003-08-17Sigh. I think I once tried making the last argument to "col_set_str()"Guy Harris1-3/+3
2003-08-12Put CLDAP instead of LDAP in COL_INFO for LDAP over UDP.Tim Potter1-5/+12
2003-07-31From Bernd Leibing: catch another place where we weren't checkingGuy Harris1-2/+2
2003-07-30"read_string()" can return a null pointer for the string, so check forGuy Harris1-3/+3
2003-07-18Put in an XXX comment about the code to remember the number of resultsGuy Harris1-1/+5
2003-07-14COL_INFO goodies for ldap dissector:Tim Potter1-81/+125
2003-07-03The Windows 2000 global catalog is LDAP on TCP port 3268, as per IANA assignedTim Potter1-1/+3
2003-07-02Dissect LDAPv3 search result references (s4.5.3 in rfc 2251).Tim Potter1-1/+15
2003-06-09Each LDAP message gets a top-level LDAP tree of its own; there's no needGuy Harris1-32/+26
2003-04-29From Jean-Baptiste Marchand: fix typo in value_string table for LDAPGuy Harris1-2/+2
2003-04-25From Tony Schene: after freeing saved authentication mechanism stringsGuy Harris1-1/+3
2003-04-21From Jean-Baptiste Marchand: put the LDAP message ID and message typeGuy Harris1-4/+4
2002-11-28Don't dissect SASL stuff as GSS_Wrapped unless we're actually usingGuy Harris1-31/+43
2002-11-28Handle GSS_Wrap header information as well as context-level tokens. AGuy Harris1-10/+41
2002-11-27Try to handle LDAP messages encapsulated inside a SASL security layer.Guy Harris1-191/+463
2002-11-25From Jason Greene:Guy Harris1-2/+3
2002-11-12From Ronald Henderson: in LDAP dissector, handle Sequence Of headerGuy Harris1-2/+27
2002-09-09If we see SASL authentication in a bind request, attach to theGuy Harris1-53/+242
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-46/+46
2002-08-26Dissect SASL credentials.Guy Harris1-8/+155
2002-08-21Dissect udp port 389 which is connectionless LDAP as implemented byTim Potter1-1/+3
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-05-06Note that not all attribute values are text strings.Guy Harris1-1/+13
2002-03-31Get rid of an unused variable.Guy Harris1-2/+1
2002-03-03Report ASN.1 BER parsing errors closer to the point at which they'reGuy Harris1-206/+320
2002-03-02As there's nothing to dissect for LDAP_REQ_UNBIND, set "ret" toGuy Harris1-2/+3
2002-03-02Don't check the message type if it's not of class ASN1_APL; instead,Guy Harris1-49/+58
2002-03-02Treat LDAP_REQ_UNBIND as a request with nothing in it, not as an unknownGuy Harris1-4/+7
2002-03-01Have the routines that supply a pointer to a newly-constructed itemGuy Harris1-22/+18
2002-03-01Add a routine to "asn1.c" to translate ASN1_ERR_ values to strings. UseGuy Harris1-142/+283
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-4/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-14Give each LDAP packet its own top-level protocol tree item. (This alsoGuy Harris1-17/+30
2002-01-14Add support for TCP desegmentation.Guy Harris1-10/+51
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-11/+11
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+6
2001-10-26Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez1-2/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-31/+31
2001-05-08Only set the Info column to an error indication if we haven't alreadyGuy Harris1-3/+3
2001-05-08Additional LDAP checks for invalid packets, from Scott Renfro.Guy Harris1-5/+20