nyu-mlab / iot-inspector-client

IoT Inspector: capturing and analyzing your smart home network traffic
https://inspector.engineering.nyu.edu/
MIT License
416 stars 64 forks source link

remove duplicate traffic due to arp spoofing #63

Closed crazyideas21 closed 4 years ago

crazyideas21 commented 4 years ago

A flow from Device X to the Internet may be seen twice by IoT Inspector:

  1. flow seen as being from Device X to IoT Inspector's computer
  2. flow seen as being from IoT Inspector's computer to the gateway

As such, IoT Inspector could have double-counted the bytes.

crazyideas21 commented 4 years ago

Not a problem; closing issue. See #77.