Wireshark-commits: [Wireshark-commits] master aaf709d: Use cmdarg_err() to report errors in CLI tap
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 30 Dec 2018 02:58:11 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aaf709da67942087470f98f0fc5ba92faf15176a
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

aaf709d by Guy Harris (guy@xxxxxxxxxxxx):

    Use cmdarg_err() to report errors in CLI taps.
    
    Change-Id: Ic6b35220e394f8c67848ed067e4bbddb980d5bc0
    Reviewed-on: https://code.wireshark.org/review/31253
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    

Actions performed:

    from  b0da9cf   CMake output: Show Windows paths for the VC redist files
     add  aaf709d   Use cmdarg_err() to report errors in CLI taps.


Summary of changes:
 ui/cli/tap-camelsrt.c         |  4 ++--
 ui/cli/tap-diameter-avp.c     |  3 ++-
 ui/cli/tap-endpoints.c        |  3 ++-
 ui/cli/tap-exportobject.c     |  7 ++++---
 ui/cli/tap-hosts.c            |  6 ++++--
 ui/cli/tap-httpstat.c         |  4 +++-
 ui/cli/tap-icmpstat.c         |  7 ++++---
 ui/cli/tap-icmpv6stat.c       |  7 ++++---
 ui/cli/tap-iousers.c          |  3 ++-
 ui/cli/tap-protocolinfo.c     | 10 ++++++----
 ui/cli/tap-protohierstat.c    |  6 ++++--
 ui/cli/tap-rpcprogs.c         |  4 +++-
 ui/cli/tap-rtd.c              |  5 +++--
 ui/cli/tap-rtspstat.c         |  4 +++-
 ui/cli/tap-sctpchunkstat.c    |  4 +++-
 ui/cli/tap-simple_stattable.c |  5 +++--
 ui/cli/tap-sipstat.c          |  4 +++-
 ui/cli/tap-smbsids.c          |  4 +++-
 ui/cli/tap-srt.c              |  5 +++--
 ui/cli/tap-sv.c               |  4 +++-
 ui/cli/tap-wspstat.c          |  6 ++++--
 21 files changed, 68 insertions(+), 37 deletions(-)