Wireshark-commits: [Wireshark-commits] master 8cd167a: Fix sscanf VS Code Analysis	warnings.
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8cd167a06cdba22f4b1efeb8929228d387ea5f23
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8cd167a by Michael Mann (mmann78@xxxxxxxxxxxx):
    Fix sscanf VS Code Analysis warnings.
    
    Some needed to check return value, others were converted to use strtoul.
    
    Change-Id: I55aae216f95362b67e006f6e682abbd5ae2c8dcc
    Reviewed-on: https://code.wireshark.org/review/16502
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  379c3c6   ISIS (LSP): Fix Malformed packet
    adds  8cd167a   Fix sscanf VS Code Analysis warnings.
Summary of changes:
 epan/dissectors/packet-ipsec.c         |   26 ++++---
 epan/dissectors/packet-srvloc.c        |   29 +++-----
 plugins/profinet/packet-dcerpc-pn-io.c |  119 +++++++++++++++++---------------
 ui/cli/tap-follow.c                    |    2 +-
 ui/gtk/airpcap_gui_utils.c             |    7 +-
 5 files changed, 95 insertions(+), 88 deletions(-)