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