aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-60/+60
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-8/+8
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-2/+2
2015-12-16ldap: Add inetOrgPerson from RFC2798.Stig Bjørlykke1-1/+4
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-11/+11
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-8/+8
2015-11-28LDAP: fix indent (use 2 spaces)Alexis La Goutte1-729/+735
2015-11-27[LDAP] Bugfix counting of search results.Michael Mann1-3/+3
2015-11-25create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectorsMichael Mann1-24/+30
2015-11-24Remove the LDAP wrapping for registering dissectors and just use dissector_ad...Michael Mann1-34/+9
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-2/+2
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-6/+7
2015-11-04Refactor some GSS-API dissectors to accept dissector data instead of using pa...Michael Mann1-21/+19
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-2/+2
2015-07-04asn1: split off cleanup routinesPeter Wu1-2/+2
2015-06-21Further refactor SRT stats.Michael Mann1-6/+61
2015-05-30NULL terminate the list of hfs given to proto_tree_add_bitmask*().Jeff Morriss1-3/+4
2015-04-27Add tshark -z "ldap,srt"Michael Mann1-4/+17
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-117/+50
2015-04-09Replace deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-17/+17
2015-03-10packet-ldap: use the correct tvb to report the SASL wrapped payloadStefan Metzmacher1-6/+6
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-12/+12
2015-02-18Some additional UAT update callback changes.Guy Harris1-8/+9
2015-02-09ldap: simplify Start TLS handlingPeter Wu1-109/+75
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-2/+2
2015-01-19Convert OID APIs to use wmem.Michael Mann1-3/+3
2015-01-18LDAP: g8c608e6 did not include the changes in template file, that got lost af...Pascal Quantin1-4/+6
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-15/+10
2014-12-09LDAP's DirSyncFlags are a bitfield, so show it as an unsigned integer in hex.Guy Harris1-46/+46
2014-11-10Improved deregistering fields.Stig Bjørlykke1-9/+5
2014-10-18Get rid of unnecessary includes of ctype.h.Guy Harris1-7/+6
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ørlykke1-36/+67
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-15/+19
2014-09-13Clean up indentation.Guy Harris1-135/+135
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-65/+49
2014-06-24Add back initializers dropped in g9356d5c689faEvan Huus1-2/+2
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-76/+58
2014-06-21batch of tvb-length conversionsEvan Huus1-15/+15
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-34/+34
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-2/+2
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-34/+34
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-5/+2
2014-06-04This fix now allows SASL/GSS-API with integrity only to be properly dissectedRichard Sharpe1-1/+4
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-53/+51
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1