Wireshark-commits: [Wireshark-commits] master-2.4 3633a1f: Get rid of unused flag argument.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 26 Sep 2018 18:27:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3633a1fef4fb7d0c6fb7c07b59b56d25bbc68200
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark

Commits:

3633a1f 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>
    (cherry picked from commit f9129721b2e504987484b8def3b56d9eae30b4db)
    Reviewed-on: https://code.wireshark.org/review/29867
    

Actions performed:

    from  70aeace   Only use "libpcap" to refer to the library.
     add  3633a1f   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(-)