Wireshark-commits: [Wireshark-commits] master b14cf15: Android: Add support for ADB Client-Server p

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 20 Feb 2014 22:03:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b14cf15010ed85dd25f15b2c0770cb7c2e14e4db
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b14cf15 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    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@xxxxxxxxx>
    

Actions performed:

    from  5ae2326   Fix "off by 1" bug in dissection of OPTION_AFTR_NAME introduced in 0548a7d5.
    adds  b14cf15   Android: Add support for ADB Client-Server protocol


Summary of changes:
 epan/CMakeLists.txt             |    1 +
 epan/dissectors/Makefile.common |    1 +
 epan/dissectors/packet-adb_cs.c | 1024 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 1026 insertions(+)
 create mode 100644 epan/dissectors/packet-adb_cs.c