Wireshark Help

04/18/2014 16:25 astrionn#1
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 == XXX.X.XX.XXX
  and not ip.src == xxx.x.xx.xxx  
  and not ip ==xxx.x.xx.xxx 
  and not ip.dst == xxx.x.xx.xxx 
  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