Convert enumprinterdataex rpc to ndr format calls.
[metze/wireshark/wip.git] / packet-ldap.c
2002-11-28 Guy HarrisDon't dissect SASL stuff as GSS_Wrapped unless we're...
2002-11-28 Guy HarrisHandle GSS_Wrap header information as well as context...
2002-11-27 Guy HarrisTry to handle LDAP messages encapsulated inside a SASL...
2002-11-25 Guy HarrisFrom Jason Greene:
2002-11-12 Guy HarrisFrom Ronald Henderson: in LDAP dissector, handle Sequen...
2002-09-09 Guy HarrisIf we see SASL authentication in a bind request, attach...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-26 Guy HarrisDissect SASL credentials.
2002-08-21 Tim PotterDissect udp port 389 which is connectionless LDAP as...
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-05-06 Guy HarrisNote that not all attribute values are text strings.
2002-03-31 Guy HarrisGet rid of an unused variable.
2002-03-03 Guy HarrisReport ASN.1 BER parsing errors closer to the point...
2002-03-02 Guy HarrisAs there's nothing to dissect for LDAP_REQ_UNBIND,...
2002-03-02 Guy HarrisDon't check the message type if it's not of class ASN1_...
2002-03-02 Guy HarrisTreat LDAP_REQ_UNBIND as a request with nothing in...
2002-03-01 Guy HarrisHave the routines that supply a pointer to a newly...
2002-03-01 Guy HarrisAdd a routine to "asn1.c" to translate ASN1_ERR_ values...
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-14 Guy HarrisGive each LDAP packet its own top-level protocol tree...
2002-01-14 Guy HarrisAdd support for TCP desegmentation.
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-10-26 Gilbert RamirezFix the rest of the signed/unsigned comparison warnings.
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-05-08 Guy HarrisOnly set the Info column to an error indication if...
2001-05-08 Guy HarrisAdditional LDAP checks for invalid packets, from Scott...
2001-04-15 Guy HarrisGet rid of an unused variable, and fix a typo in a...
2001-04-15 Guy HarrisTvbuffify the ASN.1 code and the Kerberos, LDAP, and...
2001-01-10 Guy HarrisThe difference between two pointers doesn't necessarily...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Gilbert RamirezEnsure that all value_string arrays end in {0, NULL...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-24 Guy HarrisRename "asn1_octet_string_value_decode()" to
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-08-24 Guy HarrisDon't assume that you get back from "asn1_octet_string_...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-12 Guy HarrisDoug Nazar's patch to dissect substring filters.
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-08 Guy HarrisMove calls to "dissector_add()" out of the register...
2000-04-06 Guy HarrisAdd in an include of "snprintf.h" on platforms where...
2000-04-03 Guy HarrisAnother update from Doug Nazar.
2000-04-03 Guy HarrisImprovements from Doug Nazar.
2000-03-31 Guy HarrisPut in the beginnings of checks for ASN.1 dissection...
2000-03-29 Guy HarrisUpdates from Doug Nazar.
2000-03-28 Guy HarrisDoug Nazar's LDAP dissector.
2000-01-07 Guy HarrisFix Gerald's e-mail address.
1999-12-09 Nathan Neulingeradded ldap dissector placeholder, just does request...