Results 1 to 4 of 4

Thread: Wireshark shows no ethernet available

  1. #1
    Join Date
    Oct 2011
    Beans
    4

    Wireshark shows no ethernet available

    Wireshark does not show any ethernet interfaces available for capture, on Ubuntu 12.1, Kubuntu 12.1 and Mint14. However, same computer and same Wireshark on SuSE 12.1 shows eth0, lo, etc.. available for capture.
    Why?

  2. #2
    Join Date
    Jan 2009
    Location
    ::1
    Beans
    2,485

    Re: Wireshark shows no ethernet available

    Start with

    Code:
    sudo wireshark
    HTH

  3. #3
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: Wireshark shows no ethernet available

    Quote Originally Posted by ivanhoe77 View Post
    Wireshark does not show any ethernet interfaces available for capture, on Ubuntu 12.1, Kubuntu 12.1 and Mint14. However, same computer and same Wireshark on SuSE 12.1 shows eth0, lo, etc.. available for capture.
    Why?
    https://www.wireshark.org/faq.html#q9.1

    however you shouldnt run wireshark with sudo/root or at least it is not recommended.

    http://wiki.wireshark.org/Security#A...ot_required.21

    I always run it as root but I know what I am doing, you obviously dont so read the above link.

    Peace
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

  4. #4
    Join Date
    Nov 2006
    Location
    Craggy Island.
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Wireshark shows no ethernet available

    You could always open a terminal and type
    (using eth0 as an example)
    Code:
    tcpdump -w trace.pcap  -i eth0 -s 1600
    Then you could import that file into your wireshark.

    You can also limit the command line if you wanted to filter by port destination, host , protocol etc....
    You can tell a man who boozes by the company he chooses, as the pig got up and slowly walked away.

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
  •