aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-10- Forward declaration of register functions.Anders Broman1-30/+30
2013-12-08- Forward declaration of register functions.Anders Broman1-6/+9
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-6/+7
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-15/+15
2013-11-08Make LDAP dissector use ASN.1 private_data instead of pinfo->private_data.Michael Mann1-75/+76
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-3/+3
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-3/+3
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-15emem -> wmemJörg Mayer1-16/+15
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-08-25Make sure our ldap_call_response_t struct is always completely initialized,Evan Huus1-5/+7
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-1/+1
2013-06-20Ldap still needs to include wmem.h since it uses wmem during normal dissection,Evan Huus1-6/+7
2013-06-20Back out some of the wmem conversions (r50063 and r50057).Evan Huus1-10/+10
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-16/+16
2013-06-19Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus1-10/+10
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-7/+17
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-45/+45
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-21From beroset:Bill Meier1-1/+1
2013-02-28The LDAP dissector uses register_frame_end_routine(), so it needs toGuy Harris1-6/+7
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-1/+1
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2013-02-26its ==> it's & it's ==> its as needed.Bill Meier1-1/+1
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-6/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki1-1/+1
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-2/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Get rid of a couple of warnings.Anders Broman1-5/+5
2012-06-04Get rid of a couple of warnings.Anders Broman1-266/+266
2012-05-28Sometimes you might have plaintext LDAP for a SASL LDAP connection if the han...Ronnie Sahlberg1-0/+6
2012-05-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-40/+38
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-3/+3
2012-05-03Fix Coverity CID 280809 (formerly CID 809): Uninitialized scalar variable.Chris Maynard1-3/+4
2012-04-10Fix #7056 + Remove mechanism global, unused variable.Jakub Zawadzki1-5/+26
2012-04-10Propagate http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42...Anders Broman1-3/+3
2012-04-10This should be enough to make buildbot happy (bug #7054)Jakub Zawadzki1-0/+1
2012-03-30Adjusted UAT name.Stig Bjørlykke1-1/+1
2012-03-30Added support for configuring custom LDAP AttributeValue types.Stig Bjørlykke1-40/+205
2012-03-29Don't try to convert AttributeValue to string if having a ldap_name dissector.Stig Bjørlykke1-46/+42
2012-03-02Remove now unused variables.Anders Broman1-4/+3
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+6
2011-11-20Get rid of Warnings.Anders Broman1-31/+31
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...Bill Meier1-6/+6