1st of all : I know this isn´t exact right placed in the coding section but i guess here are the persons which can help me ...
I am experimenting with wireshark ... now i want to somehow just read foreign traffic so i have to make a capture / display filter to see everything but not my traffic ... maybe over excluding the IP address but since i am not using static IP it´s not very usefull , so i got the idea of the MAC but this seems not to work right like i want it to ... i started with a display filter because it´s easier for me I tried something like this :
Code:
not ip.addr == ***.X.XX.***
and not ip.src == ***.x.xx.***
and not ip ==***.x.xx.***
and not ip.dst == ***.x.xx.***
and not mac ==xx-xx-xx-xx-xx-xx
and not mac ==xx-xx-xx-xx-xx-xx
and not mac ==xx-xx-xx-xx-xx-xx
and http
this should work i guess but it doesn´t , well 1 point could be how i mentioned before the dynamic ip but even if i cross that out and cross out
my MAC´s (Bluetooth,network card , router) but still see my own http traffic ... can´t imagine why i still see it ...
Sorry again if this is completly wrong here