Wireshark-commits: [Wireshark-commits] master 269b54c: Fix compilation error without PCAP (using co

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 20 Oct 2016 15:16:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=269b54c2e0c323d22e2f6c9d75ef61d96ce83c02
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

269b54c by Mikael Kanstrup (mikael.kanstrup@xxxxxxxxxxxxxx):

    Fix compilation error without PCAP (using correct define)
    
    Incorrect define HAVE_PCAP was checked for. That one was
    never set even with PCAP enabled and thus broke the wireless
    toolbar functionality.
    
    Change-Id: I856c836de75b198340661d5e5b734c7d8ada70ac
    Reviewed-on: https://code.wireshark.org/review/18335
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  7b38c6b   ZigBee Green Power: add dissectors for some GP Cluster attributes
    adds  269b54c   Fix compilation error without PCAP (using correct define)


Summary of changes:
 ui/qt/wireless_frame.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)