Wireshark-commits: [Wireshark-commits] master 65ac652: Remove make-dissector-reg and require python

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 12 Aug 2014 21:31:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=65ac652a07bf4c1cd0748e3f19c5215c9f1341bd
Submitter: Jörg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

65ac652 by Joerg Mayer (jmayer@xxxxxxxxx):

    Remove make-dissector-reg and require python for autotool builds as well
    
    Change-Id: I6239063a08ba37199a4e95302a3650a80544c750
    Reviewed-on: https://code.wireshark.org/review/3562
    Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    

Actions performed:

    from  433eeda   When checking if a message is Diameter also check for a minimum message length.
    adds  65ac652   Remove make-dissector-reg and require python for autotool builds as well


Summary of changes:
 configure.ac                    |    2 +
 epan/dissectors/Makefile.am     |   16 ++---
 plugins/asn1/Makefile.am        |   16 ++---
 plugins/docsis/Makefile.am      |   16 ++---
 plugins/ethercat/Makefile.am    |   16 ++---
 plugins/gryphon/Makefile.am     |   16 ++---
 plugins/irda/Makefile.am        |   16 ++---
 plugins/m2m/Makefile.am         |   16 ++---
 plugins/mate/Makefile.am        |   16 ++---
 plugins/opcua/Makefile.am       |   16 ++---
 plugins/profinet/Makefile.am    |   16 ++---
 plugins/unistim/Makefile.am     |   16 ++---
 plugins/wimax/Makefile.am       |   16 ++---
 plugins/wimaxasncp/Makefile.am  |   16 ++---
 plugins/wimaxmacphy/Makefile.am |   16 ++---
 tools/Makefile.am               |    1 -
 tools/make-dissector-reg        |  146 ---------------------------------------
 17 files changed, 59 insertions(+), 314 deletions(-)
 delete mode 100755 tools/make-dissector-reg