aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-adb.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-06adb: fix this condition has identical branches [-Werror=duplicated-branches] ...Alexis La Goutte1-5/+3
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-06-13Completely remove dissector_add_handle.Michael Mann1-4/+4
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-7/+7
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-22Android: Add ADB dissectorMichal Labedzki1-0/+924