Man pages for wireshark don't happen

2019-03-16 Thread bob prohaska
Just tried making net/wireshark on raspberry pi 2 11.2/stable. GUI failed in gtk5, but CLI version installed successfully. Where does it put the man pages? man wireshark reports No manual entry for wireshark and the docs I could find seemed to talk about the GUI version. Thanks, bob prohaska

wireshark won't build

2016-11-15 Thread tech-lists
Hello ports@, I'm having problems building wireshark. System runs freebsd-stable r308206 and ports is 426176. /etc/make.conf looks like this: DEFAULT_VERSIONS+=ssl=libressl-devel make config has KRB_NONE selected, all other options are the defaults. Just in case, I also ran make rmc

Re: wireshark 2.2.x build fail

2016-10-17 Thread Joe Marcus Clarke
On 10/16/16 18:56, Michael Butler wrote: On 10/16/16 11:36, Joe Marcus Clarke wrote: Seems like the easy fix would be to incorporate the fix for this bug, and then disable SSE4.2 in a CFLAGS override. The better fix would be to have clang do the same as GCC so that the test build would fail on

Re: wireshark 2.2.x build fail

2016-10-16 Thread Michael Butler
On 10/16/16 11:36, Joe Marcus Clarke wrote: Seems like the easy fix would be to incorporate the fix for this bug, and then disable SSE4.2 in a CFLAGS override. The better fix would be to have clang do the same as GCC so that the test build would fail on those platforms that don't support SSE4.2

Re: wireshark 2.2.x build fail

2016-10-16 Thread Joe Marcus Clarke
On 10/15/16 21:06, Michael Butler wrote: Just a "heads up": wireshark 2.2.x introduces the compiler flag "-msse4.2" via 'configure' if the compiler accepts that flag. The capability, or otherwise, of the host machine is ignored as it is expected that the one modu

wireshark 2.2.x build fail

2016-10-15 Thread Michael Butler
Just a "heads up": wireshark 2.2.x introduces the compiler flag "-msse4.2" via 'configure' if the compiler accepts that flag. The capability, or otherwise, of the host machine is ignored as it is expected that the one module in which GCC will use these inst

Latest wireshark does not build with base system

2015-11-17 Thread Kevin Oberman
I feel odd commenting, as I think ports should not be using base system tools like krb5, but that is the default for wireshark. If I choose to use the port version, it builds fine. I'd really like to see the default changed to use the port, but, if use of the base krb5 is allowed, it pro

Re: Wireshark - error while building from source

2014-10-27 Thread Kevin Oberman
On Mon, Oct 27, 2014 at 4:22 AM, Ewald Jenisch wrote: > Hi, > > I'm trying to get wireshark working unter 9.3 (x64, kernel/system > current as of last week) without success so far. > > I went to /usr/ports/net/wireshark ran make and here&#

Wireshark - error while building from source

2014-10-27 Thread Ewald Jenisch
Hi, I'm trying to get wireshark working unter 9.3 (x64, kernel/system current as of last week) without success so far. I went to /usr/ports/net/wireshark ran make and here's what I ended up with: -- < Cut here > ---

Wireshark, RTP stream playback and portaudio2

2014-03-22 Thread Mars G. Miro
Hi If you build wireshark w/ support for playing back RTP streams and you have already audio/portaudio2 installed, the build will fail. But you can build wireshark w/ portaudio2 instead, here's a patched attached. Thanks. -- In Riemann, Hilbert or in Banach spac

Re: wireshark

2012-08-18 Thread Jason Hellenthal
On Sat, Aug 18, 2012 at 06:31:26PM -0700, Doug Barton wrote: > I can't update wireshark to the latest version in ports due to the > portaudit warning. > > Meanwhile, I just tried 1.8.2 and it seems like a simple version > upgrade. The result builds and runs just fine, plist

wireshark

2012-08-18 Thread Doug Barton
I can't update wireshark to the latest version in ports due to the portaudit warning. Meanwhile, I just tried 1.8.2 and it seems like a simple version upgrade. The result builds and runs just fine, plist looks good, etc. Any chance of getting this in soon'ish? Or do I have your permis

re: 10-CURRENT && ports/net/wireshark does not compile

2011-11-26 Thread Tom Uffner
as of Sat Nov 26 03:57:08 EST 2011 on FreeBSD 10.0-CURRENT amd64, I also have a problem building wireshark and/or wireshark-lite. i get different errors though. It did not make any difference whether or not I used the UPDATING-20110928 "9.9-CURRENT" hack. tried it both ways w/ fre

10-CURRENT && ports/net/wireshark does not compile

2011-11-16 Thread Matthias Apitz
/ nclude -I/usr/local/include -I/usr/local/include -I/usr/include/pcap -I/usr/local/lib/include -I/usr/include -DPLUGIN_DIR=\"/usr/local/l b/wireshark/plugins/1.6.2\" -DINET6 "-D_U_=__attribute__((unused))" -O2 -pipe -funit-at-a-time -fno-strict-aliasing -Wall -W -Wextra -Wd clara

Re: running wireshark as a non root user

2008-02-13 Thread Max Laier
Am Mi, 13.02.2008, 15:10, schrieb Piotr: > howto configure freeBSD 6.3 to run wireshark as a non root user ? > if I start it as a normal user, I cannot choose the interfaces. This is a wireshark FAQ: http://wiki.wireshark.org/CaptureSetup/CapturePrivileges -- /"\ B

Re: running wireshark as a non root user

2008-02-13 Thread Alex Dupre
Piotr ha scritto: howto configure freeBSD 6.3 to run wireshark as a non root user ? if I start it as a normal user, I cannot choose the interfaces. sudo wireshark -- Alex Dupre ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org

running wireshark as a non root user

2008-02-13 Thread Piotr
hi howto configure freeBSD 6.3 to run wireshark as a non root user ? if I start it as a normal user, I cannot choose the interfaces. ___ Join Excite! - http://www.excite.com The most personalized portal on the Web

Re: wireshark build problem...

2007-02-23 Thread Robert Huff
Peter Pentchev writes: > Errr, did you actually try with "-0" and "-02"? The gcc flags > ought to be "-O" and "-O2" - that's the letter "O", not the digit > "0"... Yes. Typo mine. Robert Huff ___ freebsd-po

Re: wireshark build problem...

2007-02-23 Thread Peter Pentchev
On Fri, Feb 23, 2007 at 09:57:19AM -0500, Robert Huff wrote: > Eric Schuele writes: > > > On 02/21/2007 19:50, George W. Dinolt wrote: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/108776 > > > > > > Unfortunately, the PR is "closed" because it is "not reproducible". At > > > >

Re: wireshark build problem...

2007-02-23 Thread Robert Huff
Eric Schuele writes: > On 02/21/2007 19:50, George W. Dinolt wrote: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/108776 > > > > Unfortunately, the PR is "closed" because it is "not reproducible". At > > Quite reproducible on my machine. :/ And mine, with both "-0" and "

Re: wireshark build problem...

2007-02-23 Thread Eric Schuele
uot;not reproducible". At Quite reproducible on my machine. :/ the bottom of the PR I found the following information: "I rebuild net-snmp with "-O2" optimization and then build wireshark with "-O2" or "-O", and both succeeded." Odd that it is su

Re: wireshark build problem...

2007-02-21 Thread George W. Dinolt
PR I found the following information: > "I rebuild net-snmp with "-O2" optimization and then build wireshark > with "-O2" or "-O", and both succeeded." I did this with "-O2" and both net-snmp and wireshare 0.99.5 built without errors and wi

Re: wireshark build problem....

2007-02-21 Thread Stacey Roberts
Hello Eric, On Wed, 21 Feb 2007, Eric Schuele wrote: > Hello, > > Anyone seeing the following while building the latest wireshark? Yep. See: http://www.freebsd.org/cgi/query-pr.cgi?pr=108892 Can't say much for the responses though :-/ Regards, Stacey > Previously had i

wireshark build problem....

2007-02-21 Thread Eric Schuele
Hello, Anyone seeing the following while building the latest wireshark? Previously had it installed, this was just a portupgrade from: wireshark-0.99.4_1 < needs updating (port has 0.99.5) -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib epan/.libs/libwireshark.so: undefi

Wireshark-0.99.2 build (formerly ethereal)

2006-07-23 Thread Chris Timmons
cry_md_algo_name' epan/.libs/libwireshark.so: undefined reference to `gpg_strerror' epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_decrypt' epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_algo_name' *** Error code 1 Stop in /usr/ports/net/wireshark/wor