]> git.tdb.fi Git - netmon.git/commit
Rewrite the program again with libpcap
authorMikko Rasa <tdb@tdb.fi>
Thu, 7 Jan 2016 23:13:07 +0000 (01:13 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 7 Jan 2016 23:13:07 +0000 (01:13 +0200)
commita0232882b0b537a4c065c70039972785afba743d
tree72727ddaa30c7fe0c37ab733bd7a491d0e1bfafc
parentbf1a831e4606ffb150e5ad961360b74dab54dfdb
Rewrite the program again with libpcap

Network interface statistics were not good enough.  In particular, local
devices on the Internet side of the router (such as ADSL modem) may
generate packets as well and fool the logic into thinking there is
traffic coming from the Internet.  With packet capture it's possible to
distinguish local traffic from actual Internet traffic.
main.c