Hi, Could someone please tell me at which layer does wireshark capture packets interms of OSI network model? asked 22 Sep '14, 19:07 iamvicky edited 23 Sep '14, 11:20 Jim Aragon |
One Answer:
Well, captures are done from the wire, but the lowest OSI layer you get in a frame is layer 2. In most cases that means Ethernet these days. It does not capture things like autonegitiation or preambles etc, just the frames. answered 22 Sep '14, 20:11 Jasper ♦♦ |
Thanks Jasper! So, does that mean either wireshark captures packets only at layer 2 or it captures from layer 2 till layer 7?
It captures layer 2 and above...
The "and above" part is a result of L3-L7 being encapsulated within the L2 frame.