Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8619715
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T06:24:25+00:00 2026-06-12T06:24:25+00:00

I have a Wi-Fi capture ( .pcap ) that I’m analysing and have run

  • 0

I have a Wi-Fi capture (.pcap) that I’m analysing and have run across what appear to me to be inconsistencies between the 802.11 spec and Wireshark’s interpretation of the data. Specifically what I’m trying to pull apart is the 2-byte 802.11 Frame Control field.

Taken from http://www4.ncsu.edu/~aliu3/802.bmp, the format of the Frame Control field’s subfields are as follows:

Frame control subfields.

And below is a Wireshark screen cap of the packet that has me confused:

Confusing Frame Control in Wireshark

So as per the Wireshark screenshot, the flags portion (last 8 bits) of the Frame Control field is 0x22, which is fine. How the Version/Type/Subtype being 0x08 matches up with Wireshark’s description of the frame is what has me confused.

0x08 = 0000 1000b, which I thought would translate to Version = 00, Type = 00 (which I thought meant management not data frame) and Subtype = 1000 (which I thought would be a beacon frame). So I would expect this frame to be a management frame and more specifically, a beacon frame. Wireshark however reports it as a Data frame. The second thing that is confusing me is where Wireshark is even pulling 0x20 from in the line Type/Subtype: Data (0x20).

Can anyone clarify my interpretation of the 802.11 spec/Wireshark capture for me and why the two aren’t consistent?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T06:24:27+00:00Added an answer on June 12, 2026 at 6:24 am

    The data frame in you example is 0x08 because of the layout of that byte of the frame control (FC). 0x08 = 00001000
    – The first 4 bits (0000) are the subtype. 0000 is the subtype of this frame
    – The next 2 bits (10) is the type, which is 2 decimal and thus a data type frame
    – The last 2 bits (00) are the version, which is 0

    The table below translates the hex value of the subtype-type-version byte of the FC for several frame types. A compare of the QoS data to the normal data frame might really help get this down pat. Mind you the table might have an error or two, as I just whipped it up.

    You are right that 1000 is a beacon frame, you just were looking at the wrong bits.

    enter image description here

    You have a radiotap header, you can get the dec representation of the type like so from the pcap API:

    int type = pkt_data[20] >> 2;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a pcap captured with Wireshark. Is there any function in Wireshark that
I have WSGI middleware that needs to capture the HTTP status (e.g. 200 OK
I have a 3rd party web page screen capture DLL from http://websitesscreenshot.com/ that lets
We have an application that will capture different images from users and make them
i have a pcap file captured using wireshark. suppose the pcap has 6 packets
I have an app that I would like to have video capture for the
I have some large pcap (packet capture) files collected with tcpdump. I would like
I have a socket bound to a NIC that I am using to capture
I have written a packet reader that uses libpcap to read a capture file.
I have a capture card that captures SDI video with embedded audio. I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.