Re: [Wireshark-dev] Missing dumpcap when building 3.1.1

2019-11-29 Thread Guy Harris
On Nov 29, 2019, at 6:02 AM, Tom Bentley wrote: > I downloaded and built wireshark 3.1.1 from the website. When I run/wireshark > the gui appears, but there in the "Capture" pane it says "No interfaces > found". Furthermore (maybe related, maybe not) I had expected `dumpcap` to be > in the

Re: [Wireshark-dev] Missing dumpcap when building 3.1.1

2019-11-29 Thread Tom Bentley
Perfect, thank you Roland. On Fri, 29 Nov 2019 at 15:03, Roland Knall wrote: > Please take a look at > https://wiki.wireshark.org/CaptureSetup/CapturePrivileges to resolve the > issue > > Am Fr., 29. Nov. 2019 um 15:56 Uhr schrieb Tom Bentley < > t.j.bent...@gmail.com>: > >> Great, that worked

Re: [Wireshark-dev] Missing dumpcap when building 3.1.1

2019-11-29 Thread Roland Knall
Please take a look at https://wiki.wireshark.org/CaptureSetup/CapturePrivileges to resolve the issue Am Fr., 29. Nov. 2019 um 15:56 Uhr schrieb Tom Bentley < t.j.bent...@gmail.com>: > Great, that worked and I can now capture, but only when running wireshark > under sudo. I tried things like

Re: [Wireshark-dev] Missing dumpcap when building 3.1.1

2019-11-29 Thread Tom Bentley
Great, that worked and I can now capture, but only when running wireshark under sudo. I tried things like setuid dumpcap root or setgid wireshark (existing group for the distribution version of wireshark I also have installed), but those didn't seem to work. Is there something else I need to be

Re: [Wireshark-dev] Missing dumpcap when building 3.1.1

2019-11-29 Thread Dario Lombardo
Have a look at cmake's output. It will say something about libpcap (whether is found or not). If it's found, you can compile dumpcap with ninja/make dumpcap, just to be sure it's compiled. However a straight compilation command should do its job. On Fri, Nov 29, 2019 at 3:04 PM Tom Bentley

[Wireshark-dev] Missing dumpcap when building 3.1.1

2019-11-29 Thread Tom Bentley
Hi, I downloaded and built wireshark 3.1.1 from the website. When I run/wireshark the gui appears, but there in the "Capture" pane it says "No interfaces found". Furthermore (maybe related, maybe not) I had expected `dumpcap` to be in the run directory, but it's missing). So I'm wondering how I