Wireshark-commits: [Wireshark-commits] master ad97c1e: kill unmaintained python bindings
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Jun 2014 20:44:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ad97c1eb873e94b701cc3443822a3c7c7204ea5e
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ad97c1e by Evan Huus (eapache@xxxxxxxxx):

    kill unmaintained python bindings
    
    Change-Id: I1fa4f0d76b6b29d2935723b83b5ea7165039c807
    Reviewed-on: https://code.wireshark.org/review/2258
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  a279fa7   Have ipmi "dissectors" register through the build process instead of "manually"
    adds  ad97c1e   kill unmaintained python bindings


Summary of changes:
 epan/CMakeLists.txt                              |    9 -
 epan/Makefile.am                                 |   20 +-
 epan/Makefile.nmake                              |   38 +-
 epan/wspython/CMakeLists.txt                     |   42 --
 epan/wspython/Makefile.am                        |   58 ---
 epan/wspython/Makefile.common                    |   30 --
 epan/wspython/Makefile.nmake                     |   29 --
 epan/wspython/register-dissector.py              |  105 -----
 epan/wspython/wspy_dissector.py                  |  458 ----------------------
 epan/wspython/wspy_dissectors/homeplug.py.sample |   90 -----
 epan/wspython/wspy_libws.py                      |   53 ---
 epan/wspython/wspy_proto.c                       |   87 ----
 epan/wspython/wspy_proto.h                       |   42 --
 epan/wspython/wspy_register.c                    |  230 -----------
 epan/wspython/wspy_register.h                    |   43 --
 15 files changed, 11 insertions(+), 1323 deletions(-)
 delete mode 100644 epan/wspython/CMakeLists.txt
 delete mode 100644 epan/wspython/Makefile.am
 delete mode 100644 epan/wspython/Makefile.common
 delete mode 100644 epan/wspython/Makefile.nmake
 delete mode 100755 epan/wspython/register-dissector.py
 delete mode 100755 epan/wspython/wspy_dissector.py
 delete mode 100644 epan/wspython/wspy_dissectors/homeplug.py.sample
 delete mode 100755 epan/wspython/wspy_libws.py
 delete mode 100644 epan/wspython/wspy_proto.c
 delete mode 100644 epan/wspython/wspy_proto.h
 delete mode 100644 epan/wspython/wspy_register.c
 delete mode 100644 epan/wspython/wspy_register.h