Have been struggling to get an appropriate set of files to install a set of modules to allow wireshark to run.
I know there is some information on this site regarding wireshark and how people have done it in the past.
But if anyone has created a 64-bit package for Wireshark (that includes the essentials like pcap) then I would be really grateful.
Notes:
- libpcap is available under USM, but wireshark is not.
- downloading version wireshark-1.8.1-x86_64-1sl.txz from slackware results in missing libwsutil.so.1 ... which if one does symbolically link to existing libwsutil.so.2 cause further inconsistencies. etc. etc.
Hoping someone can help
Many thanks
John
Wireshark [Solved]
-
- White ninja
- Posts: 18
- Joined: 10 Jul 2012, 07:21
- Location: UK
Wireshark [Solved]
Last edited by OldAndWeary on 21 May 2015, 11:17, edited 1 time in total.
-
- White ninja
- Posts: 18
- Joined: 10 Jul 2012, 07:21
- Location: UK
Re: Wireshark
Many thanks cttan for such a quick and helpful response!
No time to try it today, but will post back whether it solved my problems when I do.
I feel very positive that it will do the job though!
Cheers John
No time to try it today, but will post back whether it solved my problems when I do.
I feel very positive that it will do the job though!
Cheers John
-
- White ninja
- Posts: 25
- Joined: 19 Aug 2014, 18:28
- Distribution: LXDE-v3.0.1-i486.iso
- Location: Canada
Re: Wireshark
USM has version wireshark-1.10.5.
You will need to enable capturing for the guest user account.
You will need to enable capturing for the guest user account.
- https://wiki.wireshark.org/CaptureSetup ... Privileges
- http://forum.porteus.org/viewtopic.php?f=39&t=1169
Code: Select all
groupadd wireshark
usermod -G wireshark -a guest
ls -l /usr/bin/dumpcap
chgrp wireshark /usr/bin/dumpcap
chmod u+s /usr/bin/dumpcap
chmod o-rx /usr/bin/dumpcap
ls -l /usr/bin/dumpcap
-rwsr-x--- 1 root wireshark 77464 avril 7 12:53 /usr/bin/dumpcap*
-
- White ninja
- Posts: 18
- Joined: 10 Jul 2012, 07:21
- Location: UK
Re: Wireshark
Have now had a chance to look at ... with success!!
Thank you cttan ... links and downloads worked. In fact, I only needed wireshark-1.12.2-x86_64-2_slack.xzm and gtk+3-3.8.2-x86_64-2.xzm in the end to make wireshark work. (Note: Downloaded gtk module using usm).
And also thank you to go2null ... unfortunately, usm does not list wireshark for me ... presumably because I'm on the 64-bit OS? (I think I did see it previously when I was considering the 32-bit version, but I feel I should use 64-bit). I have seen the comments on how to run wireshark as guest before ... but thank you for taking the time to write them down in a clear, coherent manner.
Cheers from a happy fella!
John
Thank you cttan ... links and downloads worked. In fact, I only needed wireshark-1.12.2-x86_64-2_slack.xzm and gtk+3-3.8.2-x86_64-2.xzm in the end to make wireshark work. (Note: Downloaded gtk module using usm).
And also thank you to go2null ... unfortunately, usm does not list wireshark for me ... presumably because I'm on the 64-bit OS? (I think I did see it previously when I was considering the 32-bit version, but I feel I should use 64-bit). I have seen the comments on how to run wireshark as guest before ... but thank you for taking the time to write them down in a clear, coherent manner.
Cheers from a happy fella!

John
-
- Shogun
- Posts: 333
- Joined: 26 Jan 2011, 16:15
- Distribution: Porteus 3.2 and 4.0 64bit KDE
- Location: Malaysia
Re: Wireshark [Solved]
Hi OldAndWeary,
You are right. No deps require. Have removed them.
Cheers!
You are right. No deps require. Have removed them.
Cheers!
Re: Wireshark [Solved]
I have been trying to get this working for the last hour or so on a fresh Porteus 64bit install running KDE. I keep running into dependency issues starting with libgtk3. Is there another module I am supposed to install alongside the wireshark module linked above?