Wireshark-commits: [Wireshark-commits] master f912972: Get rid of unused flag argument.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 25 Sep 2018 23:20:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f9129721b2e504987484b8def3b56d9eae30b4db
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

f912972 by Guy Harris (guy@xxxxxxxxxxxx):

    Get rid of unused flag argument.
    
    We always tell pcap_process_pseudo_header() to check to make sure the
    pseudo-header isn't bigger than the captured data; no need for a flag
    argument to tell it to do so.
    
    Change-Id: I8310bb06a390a7f4a7a232ad140ae07955d52da1
    Reviewed-on: https://code.wireshark.org/review/29833
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  4b9a4bc   Add obsolete ssl[._]port preferences.
     add  f912972   Get rid of unused flag argument.


Summary of changes:
 wiretap/libpcap.c     |  2 +-
 wiretap/pcap-common.c | 35 ++++++++++++++---------------------
 wiretap/pcap-common.h |  3 +--
 wiretap/pcapng.c      |  2 --
 4 files changed, 16 insertions(+), 26 deletions(-)