aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-28Don't dissect SASL stuff as GSS_Wrapped unless we're actually usingGuy Harris1-31/+43
2002-11-28Handle GSS_Wrap header information as well as context-level tokens. AGuy Harris1-10/+41
2002-11-27Try to handle LDAP messages encapsulated inside a SASL security layer.Guy Harris1-191/+463
2002-11-25From Jason Greene:Guy Harris1-2/+3
2002-11-12From Ronald Henderson: in LDAP dissector, handle Sequence Of headerGuy Harris1-2/+27
2002-09-09If we see SASL authentication in a bind request, attach to theGuy Harris1-53/+242
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-46/+46
2002-08-26Dissect SASL credentials.Guy Harris1-8/+155
2002-08-21Dissect udp port 389 which is connectionless LDAP as implemented byTim Potter1-1/+3
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-05-06Note that not all attribute values are text strings.Guy Harris1-1/+13
2002-03-31Get rid of an unused variable.Guy Harris1-2/+1
2002-03-03Report ASN.1 BER parsing errors closer to the point at which they'reGuy Harris1-206/+320
2002-03-02As there's nothing to dissect for LDAP_REQ_UNBIND, set "ret" toGuy Harris1-2/+3
2002-03-02Don't check the message type if it's not of class ASN1_APL; instead,Guy Harris1-49/+58
2002-03-02Treat LDAP_REQ_UNBIND as a request with nothing in it, not as an unknownGuy Harris1-4/+7
2002-03-01Have the routines that supply a pointer to a newly-constructed itemGuy Harris1-22/+18
2002-03-01Add a routine to "asn1.c" to translate ASN1_ERR_ values to strings. UseGuy Harris1-142/+283
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-4/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-14Give each LDAP packet its own top-level protocol tree item. (This alsoGuy Harris1-17/+30
2002-01-14Add support for TCP desegmentation.Guy Harris1-10/+51
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-11/+11
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