Giter Site home page Giter Site logo

Comments (8)

kayoub5 avatar kayoub5 commented on June 11, 2024
  • libpcap version that you installed in Linux?
  • are you using sudo/root?

from sharppcap.

mkinalamscreen avatar mkinalamscreen commented on June 11, 2024

Hi, I'm using version 1.9.1-3 for libpcap0.8

I'm executing the dotnet app with sudo. I've tried publishing both Linux x86 and portable files and have gotten the same result.

from sharppcap.

kayoub5 avatar kayoub5 commented on June 11, 2024

from exception, it seems your wifi adapter does not support promiscuous mode, so you need to change the mode in the Open function

from sharppcap.

mkinalamscreen avatar mkinalamscreen commented on June 11, 2024

image

I've just tried it now, same error. All of my interfaces were set with promiscuous mode turned off. I also tried a different interface but it resulted in the same exception.

from sharppcap.

kayoub5 avatar kayoub5 commented on June 11, 2024
  • does tcpdump work on that interface?
  • can you capture on lo and any interfaces?
  • you need to change the mode in C# code (it is promiscuous by default)

from sharppcap.

mkinalamscreen avatar mkinalamscreen commented on June 11, 2024

I've just installed tcpdump and ran sudo tcpdump -i wwan0, it returned raw packages:

image

I tried executing the CreateCaptureFile program on lo and any interfaces, same issue.

I had removed the promiscuous mode from the open function as per your previous comment.

image

One thing to note is that the Ubuntu version we are using is restricted in terms of privileges and functions for security reasons. We're not working on a clean/fresh install of Ubuntu.

from sharppcap.

kayoub5 avatar kayoub5 commented on June 11, 2024

Ok, remove all other modes, put promiscuous back.
libpcap/sharppcap is complaining about lack of support for NoCaptureLocal and DataTransferUdp

from sharppcap.

mkinalamscreen avatar mkinalamscreen commented on June 11, 2024

image

Brilliant, it's working now! Thank you for your help.

from sharppcap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.