3

I am really new to Wireshark, and I am little confused about the term capture interface. I see a list of about 9 to 10 so-called interfaces. What are they? I mean, I have only one Ethernet interface card and a wireless card, with each providing one interface, which makes two interfaces(?), doesn't it? But how is that Wireshark tells me there are 9 interfaces?

Yang Jy
  • 27
  • 5

1 Answers1

3

These are virtual interfaces that exist on your machine. If you do ipconfig /all you'll see tunnel adapters, wired adapters, wifi adapters, and possibly even virtual adapters for things like VirtualBox or VMWare Workstation.

There are more interfaces under the hood than just the two physical interfaces that you can see.

MDMarra
  • 100,183
  • 32
  • 195
  • 326