Re: [Wireshark-dev] The best practice to capture on the raw 802.11 interface on Windows

2016-10-07 Thread Yang Luo
Hi Guy, Thanks for the clarification! I still have one question. *I can't find a way to check which 802.11 operation modes an adapter supports without querying OID in Npcap driver.* I have posted a question here:

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-07 Thread Guy Harris
On Oct 7, 2016, at 4:03 PM, Gerald Combs wrote: > On 10/7/16 7:45 AM, Evan Huus wrote: >> Hey all, recently upgrade my mac to Sierra and tried to revive my >> wireshark build environment. I got it compiling (out-of-tree cmake) >> and most of the tools (tshark) etc seem to

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-07 Thread Gerald Combs
On 10/7/16 7:45 AM, Evan Huus wrote: > Hey all, recently upgrade my mac to Sierra and tried to revive my > wireshark build environment. I got it compiling (out-of-tree cmake) > and most of the tools (tshark) etc seem to work, but: > > $ ./run/wireshark > Listening on en0 > 155 packets seen, 155

Re: [Wireshark-dev] Docker image for WS Build

2016-10-07 Thread Roland Knall
> Am 07.10.2016 um 17:08 schrieb Alexis La Goutte : > > > >> On Thu, Oct 6, 2016 at 9:53 AM, Roland Knall wrote: >> Hello >> >> I've created a docker image, to build Wireshark for a Linux build. You can >> find it on >> >>

Re: [Wireshark-dev] The best practice to capture on the raw 802.11 interface on Windows

2016-10-07 Thread Guy Harris
On Oct 7, 2016, at 8:20 AM, Yang Luo wrote: > What value should PacketGetNetType() return for a wireless adapter? > NdisMedium802_3 or NdisMediumRadio80211? > > This value reflects on Wireshark Capture Options's "Link-layer header", and > controls how Wireshark dissects the

Re: [Wireshark-dev] The best practice to capture on the raw 802.11 interface on Windows

2016-10-07 Thread Yang Luo
Hi Guy, I have encountered one issue when implementing as what you said. This is: *What value should PacketGetNetType() return for a wireless adapter? NdisMedium802_3 or NdisMediumRadio80211?* This value reflects on Wireshark Capture Options's "Link-layer header", and controls how Wireshark

Re: [Wireshark-dev] Docker image for WS Build

2016-10-07 Thread Alexis La Goutte
On Thu, Oct 6, 2016 at 9:53 AM, Roland Knall wrote: > Hello > > I've created a docker image, to build Wireshark for a Linux build. You can > find it on > > https://hub.docker.com/r/rknall/wsbuilder/ > > It contains Qt5, Lua and libssh, and can be used for building docker in a >

[Wireshark-dev] Linking on OSX Sierra

2016-10-07 Thread Evan Huus
Hey all, recently upgrade my mac to Sierra and tried to revive my wireshark build environment. I got it compiling (out-of-tree cmake) and most of the tools (tshark) etc seem to work, but: $ ./run/wireshark Listening on en0 155 packets seen, 155 packets counted after pcap_dispatch returns ... No