Wireshark-commits: [Wireshark-commits] master 5ad53f8: --extcap-version requires = if it has an arg
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Jul 2018 20:39:25 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5ad53f8f100471c1274cd7b942b485e6af435d66
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5ad53f8 by Guy Harris (guy@xxxxxxxxxxxx):

    --extcap-version requires = if it has an argument.
    
    The version argument to --extcap-version is optional, and some versions
    of getopt_long() require, for a flag whose argument is optional, that
    the argument be supplied as --flag=value, not --flag value.
    
    Change-Id: I5e34132d8bb729b845ac75ff94d6d548c1c35a3d
    Reviewed-on: https://code.wireshark.org/review/28864
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  ab94f7f   diameter: Update with some AVPs from TS 29.272
    adds  5ad53f8   --extcap-version requires = if it has an argument.


Summary of changes:
 docbook/wsdg_src/WSDG_chapter_capture.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)