aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-adb_service.h
AgeCommit message (Collapse)AuthorFilesLines
2014-11-12ADB: fix warning: no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1
Warning found by Clang Change-Id: I7b801808aefa294e32fff560ea1a49620f0e0ea0 Reviewed-on: https://code.wireshark.org/review/5249 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michal Orynicz <michal.orynicz@tieto.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-10-22Android: Add ADB dissectorMichal Labedzki1-0/+49
Previoulsy added "adb_cs" is only for adb client <-> adb daemon communication by loopback interface (by TCP). But there is also communication between adb daemon and device (by TCP or USB). This transport protocol is different, but now support is done. ADB services are shared between ADB and ADB_CS so put them into "adb_service" dissector. There is still some services to be added. Change-Id: I754331d3dc6ccf3c17445f5563d01cf2fe1489c7 Reviewed-on: https://code.wireshark.org/review/4651 Tested-by: Michal Labedzki <michal.labedzki@tieto.com> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>