aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-12From Mathieu Parent:Jaap Keuter1-48/+126
2009-12-09From Mathieu Parent:Gerasimos Dimitriadis1-49/+339
2009-12-04From Bug 4298:Gerasimos Dimitriadis1-2/+8
2009-11-21Use gint when declaring a tree type variableKovarththanan Rajaratnam1-1/+1
2009-10-30Apply r30376 to asn1 template files.Stig Bjørlykke1-6/+6
2009-10-25From Jakub Zawadzki:Anders Broman1-3/+1
2009-10-11Remove unused variableKovarththanan Rajaratnam1-1/+0
2009-10-10Regenerate asn1 dissectors (no functionality change)Kovarththanan Rajaratnam1-6/+6
2009-10-09Backport r29665 to template file so that the change is not overwritten when w...Kovarththanan Rajaratnam1-58/+57
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-36/+37
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-09-02No need to include packet-frame.hJörg Mayer1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-07-28From: Matthieu Patou <mat+Informatique.Samba@matws.net>Ronnie Sahlberg1-2/+6
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-07-05From Kovarththanan Rajaratnam:Anders Broman1-4/+4
2009-06-30Changed check for having multiple ldap PDU's in one frame.Stig Bjørlykke1-31/+29
2009-06-30Cleanup protocol name for ldap.Stig Bjørlykke1-1/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-5/+5
2009-06-22More header_field_info cleanup.Stig Bjørlykke1-69/+69
2009-06-21LDAP control support for Password policy for LDAP directories.Graeme Lunt1-83/+178
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-53/+53
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-13/+13
2009-03-27As suggested by Jakob Zawadzki: (Bug #3311): g_free() is NULL safe, so we don...Bill Meier1-47/+40
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