[tcpdump-workers] Tcpdump not showing packets while the TX counter increments.

2014-11-10 Thread Matthew Schumacher
List, I hope this is a good place to ask this question as quite a bit of googling didn't return anything useful. I have an unprovisioned ethernet interface showing some TX packets: # ifconfig -a eth1 eth1: flags=4163 mtu 1500 inet6 fe80::224:e8ff:fe80:9258 prefixlen 64 scopeid 0x20

Re: [tcpdump-workers] Tcpdump not showing packets while the TX counter increments.

2014-11-11 Thread Matthew Schumacher
wasn't at all obvious what was going on. Thanks for your help, schu On 11/10/2014 03:13 PM, Guy Harris wrote: > > On Nov 10, 2014, at 2:17 PM, Matthew Schumacher wrote: > >> I have an unprovisioned ethernet interface showing some TX packets: >> >> # ifconfig

Re: [tcpdump-workers] Tcpdump not showing packets while the TX counter increments.

2014-11-12 Thread Matthew Schumacher
On 11/11/2014 11:35 AM, Guy Harris wrote: >> But those aren't showing up with: >> >> # tcpdump -i eth1 -n -e -Q out > > What happens with > > tcpdump -i eth1 -n -e -p > > i.e., not filtering only for outgoing packets, but also not running in > promiscuous mode? (Just to make sure that th