Question about hostap_rx_skb
caeiro
lcaeiro
Mon Jun 2 04:03:02 PDT 2003
Hi,
In hostap_rx_skb it appears
/* skb: rxdesc + (possible reassembled) full plaintext payload */
payload = skb->data + sizeof (*rxdesc);
ethertype = (payload[6] << 8) | payload[7];
my question is: doesn't payload point to the body message (data intoduced after tx descriptor before transmition)?
Just some more questions: How can I see the body of the messages sent or received? With ethereal can I see that? And 802.11 messages with reserved subtypes?
Tanks in advance
LC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.shmoo.com/pipermail/hostap/attachments/20030602/e2dbd0eb/attachment.htm
More information about the Hostap
mailing list