> Does current PCAP library support VLAN packet capturing? Since recent Linux > kernels support VLAN, not sure whether PCAP support it also?
What do you mean by "VLAN packet capturing"? libpcap can capture on any link-layer device that supports PF_PACKET sockets; if Linux implements "virtual interfaces" for VLANs, you can probably capture on that and see the traffic on the VLAN. You can probably also capture traffic on the physical interface, which means you'd see traffic for all VLANs. - This is the TCPDUMP workers list. It is archived at http://www.tcpdump.org/lists/workers/index.html To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe
