Wireshark-commits: [Wireshark-commits] master 8efd42c: Reflect new default value of snaplen in man
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 28 Mar 2017 16:24:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8efd42c4aa708e53bcb383e79c535137d6d0cade
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8efd42c by Martin Sehnoutka (msehnout@xxxxxxxxxx):

    Reflect new default value of snaplen in man pages.
    
    Default value for snaplen is defined in wiretap/wtap.h:
     #define WTAP_MAX_PACKET_SIZE    262144
    
    and used in capture_opts.c:
        capture_opts->default_options.snaplen         =
        WTAP_MAX_PACKET_SIZE;
    
    but help and man pages don't reflect this change.
    
    Change-Id: I35ddf1e8b7ffd657f4e01b3fe6b4c44c9acece2b
    Reviewed-on: https://code.wireshark.org/review/20738
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  1721075   voip_calls_infO_model(.h): fix extra ‘;’ [-Wpedantic]
    adds  8efd42c   Reflect new default value of snaplen in man pages.


Summary of changes:
 doc/dumpcap.pod                                  |    2 +-
 doc/tshark.pod                                   |    2 +-
 doc/wireshark.pod.template                       |    4 ++--
 docbook/wsug_src/WSUG_app_tools.asciidoc         |    6 +++---
 docbook/wsug_src/WSUG_chapter_capture.asciidoc   |    2 +-
 docbook/wsug_src/WSUG_chapter_customize.asciidoc |    2 +-
 dumpcap.c                                        |    2 +-
 tshark.c                                         |    2 +-
 ui/commandline.c                                 |    2 +-
 9 files changed, 12 insertions(+), 12 deletions(-)