Gleb Smirnoff 2b38b68736 Refactor node so that it does not modify mbuf contents. Next step would
be pass-thru mode, when traffic is not copied by ng_tee, but passed thru
ng_netflow.

Changes made:

- 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().
2005-03-21 15:40:25 +00:00
..
2005-03-19 06:32:57 +00:00
2005-03-18 11:57:44 +00:00
2005-03-11 22:07:04 +00:00
2005-03-19 08:22:36 +00:00
2005-02-10 20:39:39 +00:00
2005-03-16 20:42:00 +00:00
2005-03-09 15:28:48 +00:00
2005-02-23 22:44:38 +00:00
2005-03-18 22:33:10 +00:00
2005-03-20 05:22:57 +00:00