Wireshark-commits: [Wireshark-commits] master-2.6 b5d51f2: Get rid of unused flag	argument.
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b5d51f2383e1c8399ea875fce4490ac909fa08db
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
b5d51f2 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/29866
    
Actions performed:
    from  fc659b6   Only use "libpcap" to refer to the library.
     add  b5d51f2   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(-)