Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 2be3820: Address "shadow" warnings found by checkAPI

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Sep 2015 06:05:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2be3820912ecee71f0feb5fcc36fdfa53041908d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2be3820 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Address "shadow" warnings found by checkAPI script.
    
    These aren't "true" shadow issues, but the script doesn't completely understand C syntax (for things like struct member names "time" and "index").  But fixing them creates less noise.
    
    Change-Id: I5a2db1549095824530428529e86cab453c031a04
    Reviewed-on: https://code.wireshark.org/review/10368
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  32e785f   The official #define for 32-bit and 64-bit Windows is _WIN32.
    adds  2be3820   Address "shadow" warnings found by checkAPI script.


Summary of changes:
 asn1/pkcs12/packet-pkcs12-template.c |    2 +-
 asn1/pres/packet-pres-template.c     |   12 ++++++------
 epan/dissectors/packet-bthfp.c       |   16 ++++++++--------
 epan/dissectors/packet-bthsp.c       |   16 ++++++++--------
 epan/dissectors/packet-collectd.c    |   10 +++++-----
 epan/dissectors/packet-dmp.c         |   14 +++++++-------
 epan/dissectors/packet-http2.c       |    6 +++---
 epan/dissectors/packet-lbmc.c        |   18 +++++++++---------
 epan/dissectors/packet-lbmr.c        |   12 ++++++------
 epan/dissectors/packet-ndmp.c        |    6 +++---
 epan/dissectors/packet-opensafety.c  |    4 ++--
 epan/dissectors/packet-pkcs12.c      |    2 +-
 epan/dissectors/packet-pres.c        |   12 ++++++------
 13 files changed, 65 insertions(+), 65 deletions(-)