Try to do: $ export WIRESHARK_RUN_FROM_BUILD_DIRECTORY=1 $ ./run/wireshark Check also your config.h (build directory): grep EXTCAP config.h
I have something like that: #define EXTCAP_DIR "/pkg/wireshark/lib/wireshark/extcap/" #define HAVE_EXTCAP 1 On 19 October 2015 at 15:54, Dario Lombardo <[email protected]> wrote: > > > On Mon, Oct 19, 2015 at 3:24 PM, Michal Labedzki <[email protected]> > wrote: >> >> 3. Did you build your Wireshark with libpcap (aka do you have any >> other interfaces?) > > > Yes. I have eth0, lo, etc... > >> >> and extcap? I am building using cmake (ccmake), >> check that you have ENABLE_EXTCAP = ON. > > > Previously I used -DENABLE_EXTCAP=1. I'm not sure if it's the same, but now > I recompiled with -DENABLE_EXTCAP=ON. > > I still can't see anything. > > ___________________________________________________________________________ > Sent via: Wireshark-dev mailing list <[email protected]> > Archives: https://www.wireshark.org/lists/wireshark-dev > Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev > mailto:[email protected]?subject=unsubscribe -- Pozdrawiam / Best regards ------------------------------------------------------------------------------------------------------------- Michał Łabędzki, Software Engineer Tieto Corporation Product Development Services http://www.tieto.com / http://www.tieto.pl --- ASCII: Michal Labedzki location: Swobodna 1 Street, 50-088 Wrocław, Poland room: 5.01 (desk next to 5.08) --- Please note: The information contained in this message may be legally privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorised use, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank You. --- Please consider the environment before printing this e-mail. --- Tieto Poland spółka z ograniczoną odpowiedzialnością z siedzibą w Szczecinie, ul. Malczewskiego 26. Zarejestrowana w Sądzie Rejonowym Szczecin-Centrum w Szczecinie, XIII Wydział Gospodarczy Krajowego Rejestru Sądowego pod numerem 0000124858. NIP: 8542085557. REGON: 812023656. Kapitał zakładowy: 4 271500 PLN ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
