aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-15Get rid of an unused variable, and fix a typo in a comment.Guy Harris1-4/+2
2001-04-15Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.Guy Harris1-100/+94
2001-01-10The difference between two pointers doesn't necessarily fit in an "int"Guy Harris1-3/+4
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez1-1/+6
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-24Rename "asn1_octet_string_value_decode()" toGuy Harris1-4/+5
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-08-24Don't assume that you get back from "asn1_octet_string_decode()" aGuy Harris1-15/+55
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-11Miscellaneous code cleaningLaurent Deniel1-6/+1
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-21/+57
2000-05-12Doug Nazar's patch to dissect substring filters.Guy Harris1-3/+89
2000-05-11Add tvbuff class.Gilbert Ramirez1-15/+15
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-2/+11
2000-04-06Add in an include of "snprintf.h" on platforms where it's necessary.Guy Harris1-1/+11
2000-04-03Another update from Doug Nazar.Guy Harris1-2/+2
2000-04-03Improvements from Doug Nazar.Guy Harris1-12/+8
2000-03-31Put in the beginnings of checks for ASN.1 dissection errors.Guy Harris1-48/+101
2000-03-29Updates from Doug Nazar.Guy Harris1-239/+300
2000-03-28Doug Nazar's LDAP dissector.Guy Harris1-97/+857
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-12-09added ldap dissector placeholder, just does request/response for now, until I...Nathan Neulinger1-0/+158