Android: Add support for ADB Client-Server protocol

ADB Client-Server Protocol is protocol between adbd
(ADB Daemon aka Server) and adb client (aka adb).
Typically you can find it on "lo" interface over TCP protocol.

Change-Id: Iad008560c983f5ede554e1eaa728d703aae95eed
Reviewed-on: https://code.wireshark.org/review/233
Reviewed-by: Evan Huus <eapache@gmail.com>
This commit is contained in:
Michal Labedzki 2014-02-09 16:32:08 +01:00 committed by Evan Huus
parent 5ae232664c
commit b14cf15010
3 changed files with 1026 additions and 0 deletions

View File

@ -317,6 +317,7 @@ set(DISSECTOR_SRC
dissectors/packet-acn.c
dissectors/packet-acr122.c
dissectors/packet-actrace.c
dissectors/packet-adb_cs.c
dissectors/packet-adwin-config.c
dissectors/packet-adwin.c
dissectors/packet-afp.c

View File

@ -237,6 +237,7 @@ DISSECTOR_SRC = \
packet-acn.c \
packet-acr122.c \
packet-actrace.c \
packet-adb_cs.c \
packet-adwin-config.c \
packet-adwin.c \
packet-afp.c \

File diff suppressed because it is too large Load Diff