K 10 svn:author V 4 csjp K 8 svn:date V 27 2006-03-03T17:21:08.000000Z K 7 svn:log V 394 Unbreak byte counters when network interfaces are in monitor mode by re-organizing the monitor return logic. We perform interface monitoring checks after we have determined if the CRC is still on the packet, if it is, m_adj() is called which will adjust the packet length. This ensures that we are not including CRC lengths in the byte counters for each packet. Discussed with: andre, glebius END