aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ldap.c
Commit message (Expand)AuthorAgeFilesLines
* Sigh. I think I once tried making the last argument to "col_set_str()"Guy Harris2003-08-171-3/+3
* Put CLDAP instead of LDAP in COL_INFO for LDAP over UDP.Tim Potter2003-08-121-5/+12
* From Bernd Leibing: catch another place where we weren't checkingGuy Harris2003-07-311-2/+2
* "read_string()" can return a null pointer for the string, so check forGuy Harris2003-07-301-3/+3
* Put in an XXX comment about the code to remember the number of resultsGuy Harris2003-07-181-1/+5
* COL_INFO goodies for ldap dissector:Tim Potter2003-07-141-81/+125
* The Windows 2000 global catalog is LDAP on TCP port 3268, as per IANA assignedTim Potter2003-07-031-1/+3
* Dissect LDAPv3 search result references (s4.5.3 in rfc 2251).Tim Potter2003-07-021-1/+15
* Each LDAP message gets a top-level LDAP tree of its own; there's no needGuy Harris2003-06-091-32/+26
* From Jean-Baptiste Marchand: fix typo in value_string table for LDAPGuy Harris2003-04-291-2/+2
* From Tony Schene: after freeing saved authentication mechanism stringsGuy Harris2003-04-251-1/+3
* From Jean-Baptiste Marchand: put the LDAP message ID and message typeGuy Harris2003-04-211-4/+4
* Don't dissect SASL stuff as GSS_Wrapped unless we're actually usingGuy Harris2002-11-281-31/+43
* Handle GSS_Wrap header information as well as context-level tokens. AGuy Harris2002-11-281-10/+41
* Try to handle LDAP messages encapsulated inside a SASL security layer.Guy Harris2002-11-271-191/+463
* From Jason Greene:Guy Harris2002-11-251-2/+3
* From Ronald Henderson: in LDAP dissector, handle Sequence Of headerGuy Harris2002-11-121-2/+27
* If we see SASL authentication in a bind request, attach to theGuy Harris2002-09-091-53/+242
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-46/+46
* Dissect SASL credentials.Guy Harris2002-08-261-8/+155
* Dissect udp port 389 which is connectionless LDAP as implemented byTim Potter2002-08-211-1/+3
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* Note that not all attribute values are text strings.Guy Harris2002-05-061-1/+13
* Get rid of an unused variable.Guy Harris2002-03-311-2/+1
* Report ASN.1 BER parsing errors closer to the point at which they'reGuy Harris2002-03-031-206/+320
* As there's nothing to dissect for LDAP_REQ_UNBIND, set "ret" toGuy Harris2002-03-021-2/+3
* Don't check the message type if it's not of class ASN1_APL; instead,Guy Harris2002-03-021-49/+58
* Treat LDAP_REQ_UNBIND as a request with nothing in it, not as an unknownGuy Harris2002-03-021-4/+7
* Have the routines that supply a pointer to a newly-constructed itemGuy Harris2002-03-011-22/+18
* Add a routine to "asn1.c" to translate ASN1_ERR_ values to strings. UseGuy Harris2002-03-011-142/+283
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-4/+4
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Give each LDAP packet its own top-level protocol tree item. (This alsoGuy Harris2002-01-141-17/+30
* Add support for TCP desegmentation.Guy Harris2002-01-141-10/+51
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-11/+11
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+6
* Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez2001-10-261-2/+2
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-31/+31
* Only set the Info column to an error indication if we haven't alreadyGuy Harris2001-05-081-3/+3
* Additional LDAP checks for invalid packets, from Scott Renfro.Guy Harris2001-05-081-5/+20
* Get rid of an unused variable, and fix a typo in a comment.Guy Harris2001-04-151-4/+2
* Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.Guy Harris2001-04-151-100/+94
* The difference between two pointers doesn't necessarily fit in an "int"Guy Harris2001-01-101-3/+4
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez2001-01-031-1/+6
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Rename "asn1_octet_string_value_decode()" toGuy Harris2000-12-241-4/+5
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Don't assume that you get back from "asn1_octet_string_decode()" aGuy Harris2000-08-241-15/+55
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3