Results 1 to 6 of 6

Thread: Wireshark Interfaces

  1. #1
    Join Date
    Sep 2009
    Location
    Oz
    Beans
    49
    Distro
    Ubuntu 10.04 Lucid Lynx

    Cool Wireshark Interfaces

    I can't get Wireshark to recognize any network interfaces on my Eee pc. Does anyone have any ideas?

  2. #2
    Join Date
    Feb 2010
    Location
    In My Food Forest
    Beans
    9,318

    Re: Wireshark Interfaces

    You have to set up a user group in order to monitor the interfaces.
    To set up permissions and safely run wireshark follow these instructions,
    Quote Originally Posted by Rubi1200 View Post
    Once Wireshark is installed, the correct way to run it without invoking root privileges (which is extremely dangerous) can be done like this from the terminal:

    Code:
    sudo apt-get install libcap2-bin wireshark
    sudo chgrp admin /usr/bin/dumpcap
    sudo chmod 750 /usr/bin/dumpcap
    sudo setcap cap_net_raw,cap_net_admin+eip /usr/bin/dumpcap
    Run each command separately and then run Wireshark.

    Courtesy of forum member cdenley.

    Hope this helps.
    Last edited by uRock; September 29th, 2010 at 03:40 PM.
    Cheers & Beers, uRock
    [SIGPIC][/SIGPIC]

  3. #3
    Join Date
    Oct 2008
    Location
    /var/log/uk :-)
    Beans
    223
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wireshark Interfaces

    have you tried running wireshark as root, that usually works for me

    sudo wireshark

  4. #4
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,426
    Distro
    Xubuntu

    Re: Wireshark Interfaces

    Quote Originally Posted by mr-woof View Post
    have you tried running wireshark as root, that usually works for me

    sudo wireshark
    Please, please do NOT run Wireshark as root as you could potentially expose/compromise your whole system!!!

    WIRESHARK CONTAINS OVER ONE POINT FIVE MILLION LINES OF SOURCE CODE. DO NOT RUN THEM AS ROOT.
    Source:
    http://packetlife.net/blog/2010/mar/...non-root-user/

  5. #5
    Join Date
    Oct 2008
    Location
    /var/log/uk :-)
    Beans
    223
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wireshark Interfaces

    ah oops, thanks for telling me. I think I've only used it once or twice like that, whoopsie

  6. #6
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,426
    Distro
    Xubuntu

    Re: Wireshark Interfaces

    Quote Originally Posted by mr-woof View Post
    ah oops, thanks for telling me. I think I've only used it once or twice like that, whoopsie
    Please use the commands linked above in the post by uRock; then you can run Wireshark and capture interfaces but not as root.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •