Wireshark-commits: [Wireshark-commits] master a58904f: PCAP/PCAPNG: Be consistent in documentation,
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 07 Dec 2018 06:00:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a58904f387492b2f53816d4f10feb41b49fcc319
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a58904f by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    PCAP/PCAPNG: Be consistent in documentation, etc
    
    1) The default build configuration is to select PCAPNG as
    output format, but it can be selected as PCAP. Some of the
    command line tools have the option to select the output
    format and default towards the build configuration.
    This has to be reflected in their help output also.
    
    2) Various documentation files are still stating that PCAP is
    the default format of various tools. With the default build
    configuration being PCAPNG these have to be adjusted as well.
    (with lack of dynamic content the documentation can only refer
    to the default build configuration format).
    
    Change-Id: I51d19642a7ed8c99817971c1f25d20972095021e
    Signed-off-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/30951
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0dfa4e8   WSMP: Make sure our PSID is initialized.
     add  a58904f   PCAP/PCAPNG: Be consistent in documentation, etc


Summary of changes:
 doc/editcap.pod                          | 56 ++++++++++++++++----------------
 doc/mergecap.pod                         | 12 +++----
 doc/text2pcap.pod                        |  2 +-
 doc/tshark.pod                           |  8 ++---
 docbook/wsug_src/WSUG_app_tools.asciidoc |  4 +--
 editcap.c                                |  8 +++--
 mergecap.c                               |  8 +++--
 tshark.c                                 |  8 +++++
 8 files changed, 61 insertions(+), 45 deletions(-)