Wireshark-commits: [Wireshark-commits] master 0d7087c: Revert "Fix the need to manually adjust pack
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 1 May 2015 09:38:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0d7087cc4ca0f3cccb39672ea014117e8b9e1f40
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0d7087c by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    Revert "Fix the need to manually adjust packet-gias.c"
    
    This reverts commit 3ca9318d8215738b8d4edcde0598226cfc6cf031.
    
    Mac OS X buildbot are not happy
    
    packet-gias.c:356: warning: 'hf_UCO_InvalidInputParameter_details' defined but not used
    packet-gias.c:359: warning: 'hf_UCO_ProcessingFault_details' defined but not used
    packet-gias.c:360: warning: 'hf_UCO_SystemFault_details' defined but not used
    packet-gias.c:5275: warning: 'decode_UCO_Ratio_st' defined but not used
    packet-gias.c:5303: warning: 'decode_UCO_DirectAccessLocation_st' defined but not used
    packet-gias.c:5588: warning: 'decode_UCO_Coordinate3d_st' defined but not used
    packet-gias.c:5612: warning: 'decode_UCO_Circle_st' defined but not used
    packet-gias.c:5625: warning: 'decode_UCO_Ellipse_st' defined but not used
    packet-gias.c:5656: warning: 'decode_UCO_SimpleGSImage_st' defined but not used
    packet-gias.c:5671: warning: 'decode_UCO_SimpleCImage_st' defined but not used
    packet-gias.c:5694: warning: 'decode_UCO_CompressedImage_st' defined but not used
    packet-gias.c:5836: warning: 'decode_GIAS_ImageSpec_st' defined but not used
    
    Change-Id: Iee076c00eb4e48571a99f6b854b7e3e52983c2f8
    Reviewed-on: https://code.wireshark.org/review/8265
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  3ca9318   Fix the need to manually adjust packet-gias.c
    adds  0d7087c   Revert "Fix the need to manually adjust packet-gias.c"


Summary of changes:
 epan/dissectors/packet-cosnaming.c |    8 +++-
 epan/dissectors/packet-gias.c      |   71 +++++++++++++++++++++++++---
 epan/dissectors/packet-parlay.c    |   92 ++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-tango.c     |    8 +++-
 tools/wireshark_gen.py             |   69 ++++-----------------------
 5 files changed, 178 insertions(+), 70 deletions(-)