URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a9445a4d365d6805b028f11c6b22b70907bbd63a
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a9445a4 by Michael Mann (mmann78@xxxxxxxxxxxx):
idl2wrs: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
It looks like "items" could have contributed to fields/data being at an incorrect level off of a tree.
Change-Id: I93616ef8b6b364c578f989882045dee42cb6d3c3
Reviewed-on: https://code.wireshark.org/review/8558
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from f693b4d Improve IPv6 routing header dissection
adds a9445a4 idl2wrs: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
Summary of changes:
epan/CMakeLists.txt | 14 +-
epan/dissectors/Makefile.am | 3 +-
epan/dissectors/Makefile.common | 18 +-
epan/dissectors/packet-cosnaming.c | 62 +-
epan/dissectors/packet-gias.c | 627 ++----
epan/dissectors/packet-parlay.c | 3878 +++++++++---------------------------
epan/dissectors/packet-tango.c | 236 +--
tools/wireshark_gen.py | 47 +-
8 files changed, 1152 insertions(+), 3733 deletions(-)