aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ldap.c
Commit message (Expand)AuthorAgeFilesLines
* 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