K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-05-11T10:45:31.000000Z K 7 svn:log V 515 MFC the following changes: Add a possibility to bypass unmodified accounted data to special hook(s). Data received on these hook(s) is sent back to ifaceX hook(s). Refactor node so that it does not modify mbuf contents: - In ng_netflow_rcvdata() do all necessary pulluping: Ethernet header, IP header, and TCP/UDP header. - Pass only pointer to struct ip to ng_netflow_flow_add(). Any TCP/UDP headers are guaranteed to by after it. - Merge make_flow_rec() function into ng_netflow_flow_add(). END