Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 1692c52: Include "capture-pcap-util.h" even if we don

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Jul 2014 09:16:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1692c520ef8ffec43c2c86456e03edd547b0e9a4
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1692c52 by Guy Harris (guy@xxxxxxxxxxxx):

    Include "capture-pcap-util.h" even if we don't have libpcap.
    
    The routines to get libpcap version information just say "no pcap here"
    if we don't have it, so they're called regardless of whether we were
    compiled with it.
    
    Change-Id: I4e58cce83f7c0e36aa6ef9b40ec7075732402f3b
    Reviewed-on: https://code.wireshark.org/review/2800
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  edc6736   Add --help and --version support.
    adds  1692c52   Include "capture-pcap-util.h" even if we don't have libpcap.


Summary of changes:
 rawshark.c     |    3 ++-
 tshark.c       |    3 ++-
 ui/gtk/main.c  |    3 ++-
 ui/qt/main.cpp |    3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)