Wireshark-commits: [Wireshark-commits] master 56470cc: Add missing androiddump stuff
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 12 Apr 2015 16:34:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=56470cc80151345fbaf0551a0f7be60a228a4074
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

56470cc by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Add missing androiddump stuff
    
    Add missing androiddump stuff like:
    - release notes
    - documentation
    - Windows nmake support
    - running androiddump as a windows application instead of console on Windows
    - addition of androiddump to the Windows installer
    
    Change-Id: I3bc6cc70e4dc96c0cd776f3d965dd2aa0309995d
    Reviewed-on: https://code.wireshark.org/review/7981
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  5b80ccb   [Automatic update for 2015-04-12]
    adds  56470cc   Add missing androiddump stuff


Summary of changes:
 CMakeLists.txt                        |   16 ++-
 Makefile.nmake                        |   32 ++++-
 doc/Makefile.am                       |   16 ++-
 doc/Makefile.nmake                    |   34 ++++-
 doc/androiddump.pod                   |  221 +++++++++++++++++++++++++++++++++
 doc/extcap.pod                        |  171 ++++++++++++++-----------
 docbook/release-notes.asciidoc        |    6 +
 extcap/androiddump.c                  |  145 +++++++++++++++------
 packaging/macosx/osx-app.sh           |    1 +
 packaging/nsis/Makefile.nmake         |    2 +
 packaging/nsis/uninstall.nsi          |    4 +
 packaging/nsis/wireshark.nsi          |   10 ++
 packaging/portableapps/Makefile.nmake |    1 +
 13 files changed, 536 insertions(+), 123 deletions(-)
 create mode 100644 doc/androiddump.pod