First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Is wireshark able to sniff across vlans?

  • retag add tags

I have several VLANS each vlan with it's own interface and of course all the vlans can route to each other. i am wondering if one client form one vlan can sniff other vlan's users.

Thanks.

beebo's avatar
1
beebo
asked 2018-05-03 15:42:43 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Wireshark can capture whatever comes across its interface(s). So if you're able to bring the various vlans to the capture interface(s) it could be captured. How you do that is another matter. It could be through a span port, it could be several local interfaces. It all depends on the specifics of your capture environment.

Jaap's avatar
13.7k
Jaap
answered 2018-05-03 15:52:59 +0000
edit flag offensive 0 remove flag delete link

Comments

Just one more point, technically Wireshark does not capture directly but using a capture library which differs per operating system, and the library hooks into the network stack at a place where the network card driver could already have modified the received packet. So e.g. on Microsoft Windows, you may not see the VLAN headers even though they were úhysically present on the wire because the some drivers strips them. Likewise, the npcap capture library was stripping vlan headers some months ago, I'm not sure what is the current state.

Now if the question was how safe the devices in one VLAN are against being sniffed by some other devices, it also depends on the network topology and position of the sniffing device.

sindy's avatar sindy (2018-05-03 16:42:28 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer