<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3502.5390" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>In hostap_rx_skb it appears </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>/* skb: rxdesc + (possible reassembled) full 
plaintext payload */</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>payload = skb-&gt;data + sizeof 
(*rxdesc);</FONT></DIV>
<DIV><FONT face=Arial size=2>ethertype = (payload[6] &lt;&lt; 8) | 
payload[7];</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>my question is: doesn't payload point to&nbsp;the 
body message (data intoduced after tx descriptor before transmition)? 
</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Just&nbsp;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?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Tanks in advance</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>LC</FONT></DIV></BODY></HTML>