Wireshark-commits: [Wireshark-commits] master 357b610: start a dissector for GDB's remote serial pr

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 29 May 2014 17:32:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=357b61092b7c3282c037099d38e10a938098d02d
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

357b610 by Martin Kaiser (wireshark@xxxxxxxxx):

    start a dissector for GDB's remote serial protocol
    
    Change-Id: I8e20917ac08e2349caf330ee967d24d7c738bb71
    Reviewed-on: https://code.wireshark.org/review/1815
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  7aecd47   convert cable freq, symbol rate into doubles
    adds  357b610   start a dissector for GDB's remote serial protocol


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