i installed wireshark (64bits) on my macbook pro(2011 edition). but i found i couldn't see vlan tag information. every packets were UNtagged. :( any idea? asked 29 May '12, 08:34 itsmecho |
2 Answers:
Are you capturing by connecting the Macbook to the span port of a switch? Or are you trying to monitor the traffic originating and terminating on the Mac? The VLAN tag is only part of the switched network packets, not the source or destination endpoint packets. answered 29 May '12, 15:30 inetdog |
What network interface are you capturing on? answered 31 May '12, 11:09 Guy Harris ♦♦ |
I'm trying to capture vlan tagged packets from switch by port mirroring (SPAN)
Take a look at this question: (http://ask.wireshark.org/questions/10868/adding-vlan-tag-on-wireshark-capture) And confirm that A. The span port of your switch is including VLAN tags, and B. The NIC in your Macbook is not stripping the VLAN tags or rejecting VLAN tagged packets.