Ticket #4 (closed defect)

Opened 3 years ago

Last modified 9 months ago

Dot11 fields endianness and SC field issues

Reported by: Laurent Butti Assigned to: pbi
Priority: blocker Milestone: mainstream
Component: Scapy Version:
Keywords: Dot11 Cc: ""

Description

Playing with scapy, I've found two (small) issues regarding Dot11 classes.

First one is about endianness of 802.11 fields (status_code, reason_code...) which should be little endian. I've tweaked most fields into LE*.

Second one is about the presence of Sequence/Control field in control frames (type = 1) that should lead to incorrect frames (2 additional bytes at the tail of the frame) as there is no SC field for control frames. I've added a Dot11SCField(LEShortField) class at the end of "Fields" area, don't know if it's the best way to do!

Attachments

patch-dot11endianness_dot11scfield.patch (3.7 kB) - added by Laurent Butti on 07/05/06 09:10:11.

Change History

07/05/06 09:10:11 changed by Laurent Butti

  • attachment patch-dot11endianness_dot11scfield.patch added.

07/12/06 00:42:51 changed by pbi

  • status changed from new to closed.
  • resolution set to fixed.

Applied (changesets [391] and [392])


Add/Change #4 (Dot11 fields endianness and SC field issues)




Change Properties
Action