aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-adb_service.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-11Fix Wpointer-sign warnings.Anders Broman1-44/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-6/+6
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-13/+1
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann1-3/+3
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-17/+17
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
2015-11-30adb service/logcat : fix Consider inspecting this expression. The expression ...Alexis La Goutte1-1/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-5/+5
2014-10-22Android: Add ADB dissectorMichal Labedzki1-0/+845