K 10 svn:author V 5 wpaul K 8 svn:date V 27 2003-12-25T06:04:40.000000Z K 7 svn:log V 358 Avoid using any of the ndis_packet/ndis_packet_private fields for mbuf<->packet housekeeping. Instead, add a couple of extra fields to the end of ndis_packet. These should be invisible to the Windows driver module. This also lets me get rid of a little bit of evil from ndis_ptom() (frobbing of the ext_buf field instead of relying on the MEXTADD() macro). END