URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c7a30c344d1a666a5a3a672a51996ec43bef2383
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
c7a30c3 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Update tools help using a script.
Update docbook/wsug_src/*.txt using tools/update-tools-help.py. This
removes a lot of unwanted behavior that came with updating via a CMake
target.
Conflicts:
CMakeLists.txt
docbook/CMakeLists.txt
Change-Id: I0a24f425e9673ef7bd074210d7047654c6755e79
Reviewed-on: https://code.wireshark.org/review/29416
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
(cherry picked from commit c15ada34b17b614230194ba8f22dad76b51c30fa)
Reviewed-on: https://code.wireshark.org/review/29431
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Actions performed:
from 2c91551 tvbuff_subset.c: handle a reported_length set to -1 in tvb_new_subset_length()
add c7a30c3 Update tools help using a script.
Summary of changes:
CMakeLists.txt | 7 ++++
docbook/CMakeLists.txt | 73 +++++++++-----------------------------
tools/update-tools-help.py | 87 ++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 110 insertions(+), 57 deletions(-)
create mode 100755 tools/update-tools-help.py