aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/ldap
AgeCommit message (Expand)AuthorFilesLines
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-3/+3
2017-03-10[LDAP] Add a couple of OID translations.AndersBroman1-7/+32
2017-02-07ldap (asn1): fix indent (use 2 spaces)Alexis La Goutte2-438/+449
2017-01-20LDAP: fix wrong use of g_strlcpy introduced in gc397addPascal Quantin1-1/+1
2017-01-19dns: change get_dns_name to return consumed bytes + actual name len.Dario Lombardo1-2/+3
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-3/+3
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-24/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-07-20packet-ldap.c: Convert some g_ APIs to wmem.Michael Mann1-41/+12
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-2/+1
2016-06-30Remove Makefile.common filesJoão Valverde2-47/+26
2016-06-16ldap: added modify-increment operation identification in packet dissection an...Victor Barratault2-1/+2
2016-06-15Remove Nmake build systemPascal Quantin1-25/+0
2016-06-15proto_tree_add_boolean -> proto_tree_add_bitmask_list_valueMichael Mann1-16/+13
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-2/+2
2016-06-05Initialize all header_field_info membersPascal Quantin1-2/+2
2016-04-21Do not mix wmem and glib allocatorsPascal Quantin2-4/+3
2016-04-16LDAP: Display simple field as stringUli Heilmeier1-0/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-5/+5
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-13Clean asn1 make/cmake whitespaceJoão Valverde4-4/+0
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde8-0/+4009