ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Enable monitor mode column in Wireshark GUI for Windows

From: Yang Luo <hsluoyb@xxxxxxxxx>
Date: Sat, 14 May 2016 12:22:29 +0800
Hi, are there any updates on this issue?


Cheers,
Yang

On Tue, May 10, 2016 at 12:31 AM, Yang Luo <hsluoyb@xxxxxxxxx> wrote:
Hi list,

I want to enable monitor mode column for Windows. Based on this post: https://www.wireshark.org/lists/wireshark-dev/201601/msg00002.html, we need to undefine the HAVE_PCAP_OPEN macro when building Wireshark for Windows. As Guy said, it seems that the drawback for this patch is acceptable (losing support of WinPcap 4.1 earlier)


check_function_exists( "pcap_open" HAVE_PCAP_OPEN )
if( HAVE_PCAP_OPEN )
  set( HAVE_PCAP_REMOTE 1 )
  set( HAVE_REMOTE 1 )
endif()

So I guess the change is simply removing the "check_function_exists( "pcap_open" HAVE_PCAP_OPEN )" line? What about the two following set lines?


Cheers,
Yang