Wireshark-commits: [Wireshark-commits] master-1.10 9f6a834: Be less aggressive about rebuilding smi
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 9 May 2014 15:50:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9f6a83447a9076f29910ccc33196db7c3b14b03a
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

9f6a834 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Be less aggressive about rebuilding sminmpec.c.
    
    Instead of forcing developers to generate sminmpec.c (which will have
    different results depending on the presence or absence of a working
    Internet connection) add sminmpec.c back to the repository. I'll add
    it to the weekly update-numbers script so that it will be updated at
    the same time as manuf, services, enterprise-numbers, and usb.c.
    
    Change the Autotools, CMake, and Nmake sminmpec.c target name to
    "update-sminmpec".
    
    Remove the mtime check from make-sminmpec.pl. Update enterprise-numbers
    and sminmpec.c while we're here.
    
    Tested with an in-tree Autotools build and an out-of-tree CMake build.
    
    Change-Id: Iecc332ce2731e3e98ab0205a56c78807e599a026
    Reviewed-on: https://code.wireshark.org/review/1516
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit 3f247a5cee61d8f2139ade94cd9840b100337b05 with manual fixes)
    Reviewed-on: https://code.wireshark.org/review/1576
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  efd7ec4   TCAP: set a fence on info column after calling sub dissector
    adds  9f6a834   Be less aggressive about rebuilding sminmpec.c.


Summary of changes:
 .gitignore              |    1 -
 epan/CMakeLists.txt     |    7 +-
 epan/Makefile.am        |    7 +-
 epan/Makefile.nmake     |    6 +-
 epan/enterprise-numbers |  413 +-
 epan/sminmpec.c         |43707 +++++++++++++++++++++++++++++++++++++++++++++++
 tools/make-sminmpec.pl  |   18 +-
 tools/make-usb.py       |    5 +
 8 files changed, 44094 insertions(+), 70 deletions(-)
 create mode 100644 epan/sminmpec.c