URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ae1630db71c7a2d4db87b2ad502f84bd3dca0894
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ae1630d by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
Fix warning: no previous prototype for function ... [-Wmissing-prototypes]
warning coming after g055e4768ece and g421913b721
Change-Id: I5caeeb89c559faef8007f2946c68c7172b75dfa8
Reviewed-on: https://code.wireshark.org/review/5250
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 54aea45 [Art-Net] - The heuristic chek was missing "e" out of "Art-Net\0" - tvb_length() - tvb_captured_length()
adds ae1630d Fix warning: no previous prototype for function ... [-Wmissing-prototypes]
Summary of changes:
epan/dissectors/packet-dvmrp.c | 3 ++-
epan/dissectors/packet-igap.c | 3 ++-
epan/dissectors/packet-mpls-echo.c | 2 +-
epan/dissectors/packet-mpls-psc.c | 1 +
epan/dissectors/packet-mplstp-oam.c | 2 ++
epan/dissectors/packet-mrdisc.c | 7 ++++---
epan/dissectors/packet-msnip.c | 7 ++++---
epan/dissectors/packet-pim.c | 2 +-
epan/dissectors/packet-rgmp.c | 3 ++-
9 files changed, 19 insertions(+), 11 deletions(-)