Re: [tcpdump-workers] Cannot catch vlan frames with tcpdump

2008-01-27 Thread Ian Brown
Hello, I am sniffing thus, on the side on which the pktgen module and script are running: tcpdump -vv -i eth0 vlan and host 192.168.0.10 whereas 192.168.0.10 is the destination. I also sniff thus: tcpdump -vv -i eth0 vlan And again - nothing in both these two filters. Any ideas ? Regards

Re: [tcpdump-workers] Cannot catch vlan frames with tcpdump

2008-01-27 Thread Guy Harris
Ian Brown wrote: It is 8139 (RTL). Yes, but what interface name were you capturing on? eth0 (which I'm assuming is the RTL 8139 adapter in question), or some other interface (or pseudo-interface)? - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] Cannot catch vlan frames with tcpdump

2008-01-27 Thread Ian Brown
It is 8139 (RTL). No VLAN hw acceleration as far as I know, Ian On Jan 27, 2008 10:34 PM, Guy Harris <[EMAIL PROTECTED]> wrote: > Ian Brown wrote: > > > - I tried sniffing in various ways , like by "tcpdump -f vlan" and > > "tcpdump -f vlan and net 192.168.0.0" and "tcpdump -f vlan and udp > >

Re: [clearview-discuss] [tcpdump-workers] libdlpi with libpcap

2008-01-27 Thread sagun shakya
Due to other work priority I wasn't able to work on fixing and addressing these comments. I have finally addressed the comments from Meem and made a few other changes. My comments are inline and please find an update webrev at: http://cr.opensolaris.org/~sagun/libpcap/ If you'd like to see the

Re: [tcpdump-workers] Cannot catch vlan frames with tcpdump

2008-01-27 Thread Guy Harris
Ian Brown wrote: - I tried sniffing in various ways , like by "tcpdump -f vlan" and "tcpdump -f vlan and net 192.168.0.0" and "tcpdump -f vlan and udp port 9" and many other ways . on both sides, (192.168.0.10 and the source machine , where pktgen runs) but I could not catch any VLAN frames.

[tcpdump-workers] Cannot catch vlan frames with tcpdump

2008-01-27 Thread Ian Brown
Hello, - I am using pktgen on Linux to generate vlan traffic. - I am sniffing with tcpdump on both sides (src and dest) and cannot catch VLAN traffic. - I tried sniffing in various ways , like by "tcpdump -f vlan" and "tcpdump -f vlan and net 192.168.0.0" and "tcpdump -f vlan and udp port