Added mockups for LSA_SECRET and LSA_SECURITY_DESCRIPTOR inside
[obnox/wireshark/wip.git] / packet-ldap.c
2002-03-03 guyReport ASN.1 BER parsing errors closer to the point...
2002-03-02 guyAs there's nothing to dissect for LDAP_REQ_UNBIND,...
2002-03-02 guyDon't check the message type if it's not of class ASN1_...
2002-03-02 guyTreat LDAP_REQ_UNBIND as a request with nothing in...
2002-03-01 guyHave the routines that supply a pointer to a newly...
2002-03-01 guyAdd a routine to "asn1.c" to translate ASN1_ERR_ values...
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-14 guyGive each LDAP packet its own top-level protocol tree...
2002-01-14 guyAdd support for TCP desegmentation.
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-10-26 gramFix the rest of the signed/unsigned comparison warnings.
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-05-08 guyOnly set the Info column to an error indication if...
2001-05-08 guyAdditional LDAP checks for invalid packets, from Scott...
2001-04-15 guyGet rid of an unused variable, and fix a typo in a...
2001-04-15 guyTvbuffify the ASN.1 code and the Kerberos, LDAP, and...
2001-01-10 guyThe difference between two pointers doesn't necessarily...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 gramEnsure that all value_string arrays end in {0, NULL...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-24 guyRename "asn1_octet_string_value_decode()" to
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-08-24 guyDon't assume that you get back from "asn1_octet_string_...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 denielMiscellaneous code cleaning
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-12 guyDoug Nazar's patch to dissect substring filters.
2000-05-11 gramAdd tvbuff class.
2000-04-08 guyMove calls to "dissector_add()" out of the register...
2000-04-06 guyAdd in an include of "snprintf.h" on platforms where...
2000-04-03 guyAnother update from Doug Nazar.
2000-04-03 guyImprovements from Doug Nazar.
2000-03-31 guyPut in the beginnings of checks for ASN.1 dissection...
2000-03-29 guyUpdates from Doug Nazar.
2000-03-28 guyDoug Nazar's LDAP dissector.
2000-01-07 guyFix Gerald's e-mail address.
1999-12-09 nneuladded ldap dissector placeholder, just does request...