aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ldap
AgeCommit message (Expand)AuthorFilesLines
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-9/+4
2014-12-09LDAP's DirSyncFlags are a bitfield, so show it as an unsigned integer in hex.Guy Harris1-0/+1
2014-11-10Improved deregistering fields.Stig Bjørlykke1-5/+1
2014-10-18Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-10-15LDAP: Improved a if-check to avoid a analyzis warning.Stig Bjørlykke1-1/+1
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke3-1/+11
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-5/+5
2014-09-14Don't use the captured length, and don't fetch the version until we need it.Guy Harris1-12/+16
2014-09-13Clean up indentation.Guy Harris1-124/+124
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann2-59/+43
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-06-24Add back initializers dropped in g9356d5c689faEvan Huus1-2/+2
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann2-53/+35
2014-06-21batch of tvb-length conversionsEvan Huus1-15/+15
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2-36/+36
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2-36/+36
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss8-17/+0
2014-02-03Apply g4cc69483 to asn1 templates.Stig Bjørlykke1-1/+1
2014-01-22Another tvb_get_string() replacement.Guy Harris1-1/+1
2014-01-22Strings in LDAP are generally UTF-8, although if we treat something onlyGuy Harris1-4/+4
2014-01-04Omit assignment for not used types.Anders Broman2-0/+5
2013-12-21isascii(x) && isprint(x) -> g_ascii_isprint(x)Jakub Zawadzki1-1/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-30/+30
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
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 Mann2-18/+28
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 Quantin2-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-10/+9
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-1/+3
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-0/+1
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 Mann2-3/+13
2013-05-07Some moreJörg Mayer1-0/+31
2013-05-05Just whitespace changesJörg Mayer1-2/+3
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2013-03-21From beroset:Bill Meier1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+2
2013-02-28The LDAP dissector uses register_frame_end_routine(), so it needs toGuy Harris1-0/+1
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