Ticket #132 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

radiotap is little endian

Reported by: johannes@sipsolutions.net Assigned to: pbi
Priority: major Milestone:
Component: Scapy Version:
Keywords: Cc:

Description

should be

FieldLenField?('len', None, 'notdecoded', '<H', adjust=lambda pkt,x:x+8),

instead of

FieldLenField?('len', None, 'notdecoded', '@H', adjust=lambda pkt,x:x+8),

for basic functionality.

Attachments

Change History

09/03/08 12:58:39 changed by anonymous

  • component changed from UTscapy to scapy.

09/10/08 15:18:52 changed by pbi

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

Fixed in [a44f8e3a954c]


Add/Change #132 (radiotap is little endian)




Change Properties
Action