aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ldap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Miscellaneous code cleaningLaurent Deniel2000-08-111-6/+1
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-21/+57
* Doug Nazar's patch to dissect substring filters.Guy Harris2000-05-121-3/+89
* Add tvbuff class.Gilbert Ramirez2000-05-111-15/+15
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-2/+11
* Add in an include of "snprintf.h" on platforms where it's necessary.Guy Harris2000-04-061-1/+11
* Another update from Doug Nazar.Guy Harris2000-04-031-2/+2
* Improvements from Doug Nazar.Guy Harris2000-04-031-12/+8
* Put in the beginnings of checks for ASN.1 dissection errors.Guy Harris2000-03-311-48/+101
* Updates from Doug Nazar.Guy Harris2000-03-291-239/+300
* Doug Nazar's LDAP dissector.Guy Harris2000-03-281-97/+857
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* added ldap dissector placeholder, just does request/response for now, until I...Nathan Neulinger1999-12-091-0/+158