aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-18Added one more string_or_null.Stig Bjørlykke1-1/+1
2009-02-17Add a string utility function "string_or_null" which can be used toGerald Combs1-42/+36
2008-11-13Get rid of some warnings.Guy Harris1-3/+3
2008-11-12Small changes related to proto_reg_handoff;Bill Meier1-11/+10
2008-11-06Add a missing space in a tooltip.Stig Bjørlykke1-1/+1
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-12/+12
2008-09-25Add the missing part of the fix for "Failure to dissect long SASL wrapped LDA...Anders Broman1-1/+1
2008-08-06From Gary Reynolds:Anders Broman1-71/+471
2008-08-01From Yaniv Kaul:Anders Broman1-6/+7
2008-04-07From Jim Young:Stig Bjørlykke1-3/+3
2008-03-17There are several g_malloc()'d things hanging off ldasp_conv_info_t's so don'...Jeff Morriss1-5/+11
2008-03-16Fix LDAP crash (on certain platforms) from http://bugs.wireshark.org/bugzilla...Jeff Morriss1-86/+102
2008-01-261) Support for configurable LDAP over SSL portGraeme Lunt1-91/+294
2008-01-16- Removed some unused variables in asn1 dissectorsStig Bjørlykke1-43/+42
2008-01-13Basic support for the LDAP start_tls extended operation and fix to match up e...Graeme Lunt1-50/+128
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-2/+2
2008-01-04Get rid of ber_last_created_item().Anders Broman1-45/+42
2007-12-06fix field attributes handling for tagged typesTomas Kukosa1-2/+2
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-1/+1
2007-11-15new ldap dissectorRonnie Sahlberg1-34/+41
2007-11-04LDAP with -TAnders Broman1-115/+243
2007-11-01LDAP wasn't 'fixed' to handle -T option...Anders Broman1-251/+211
2007-11-01Get rid of most of the legacy oid stuff.Anders Broman1-1/+1
2007-11-01Change:Anders Broman1-1/+1
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-254/+293
2007-09-25Fix:Anders Broman1-4/+3
2007-09-25only set ldap_info->first_auth_frame to 0 first time we see the Ronnie Sahlberg1-48/+49
2007-09-25not all SASL protected blobs use a GSS wrapper for the payload so we Ronnie Sahlberg1-21/+24
2007-09-25add support for yet another random combination of authentication Ronnie Sahlberg1-29/+38
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-5/+5
2007-08-15Convert a couple tvb_get_string()'s into tvb_get_ephemeral_string(). In the ...Jeff Morriss1-3/+3
2007-06-24remove some compiler warning due to unused pinfo parameterRonnie Sahlberg1-16/+30
2007-06-22add code to handle new insanity in how spnego and gss wrap Ronnie Sahlberg1-43/+58
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)Tomas Kukosa1-13/+22
2007-05-30- LDAP generated with -X optionAnders Broman1-615/+290
2007-05-29Clean up the .cnf file a bit.Anders Broman1-52/+53
2007-05-24few BER dissectors regeneratedTomas Kukosa1-5/+5
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-124/+124
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-25/+25
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-459/+469
2007-05-06Start introducing actx to ber functions.Anders Broman1-110/+110
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-7/+8
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-208/+208
2007-02-17Tidy ups for SASL/GSSAPI support:Graeme Lunt1-54/+143
2006-11-24From Stefan Metzmacher:Jaap Keuter1-85/+10
2006-11-06Don't remove a preference, make it obsolete instead.Jaap Keuter1-1/+3
2006-11-05Tidy up of information column for NTLM authentication.Graeme Lunt1-24/+35
2006-11-04General updates to:Graeme Lunt1-59/+341
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-2/+2