Giter VIP home page Giter VIP logo

Comments (3)

guyharris avatar guyharris commented on June 15, 2024

At least as I read sections 11.2.2.2 "WEP MPDU format", the WEP IV is in the first 4 bytes of the payload. 0x03aaaa is the 802.2 header for a SNAP frame, which would be the first 3 bytes of the payload of a non-encrypted field, so what's happening is probably that, because you have the correct WEP key on the card, the adapters are providing decrypted packets, with the IV and ICV removed from the frame. Perhaps it's failing to clear the Protected bit in the Frame Control field; Wireshark has an option to ignore the Protected bit because of that.

There's not much libpcap can do about that.

from libpcap.

infrastation avatar infrastation commented on June 15, 2024

So the issue is not a bug and should be closed?

from libpcap.

guyharris avatar guyharris commented on June 15, 2024

Yup. (Well, if it doesn't clear the Protected bit, maybe you could argue that it's a driver bug or an adapter bug, either that it's decrypting frames in what I assume is monitor mode or that, when it does so, it doesn't clear the Protected bit, but, in either case, it's not a libpcap bug.)

from libpcap.

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.