Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't detect my ethernet adapter on Windows #22

Open
lexterror opened this issue Nov 13, 2017 · 1 comment
Open

Can't detect my ethernet adapter on Windows #22

lexterror opened this issue Nov 13, 2017 · 1 comment

Comments

@lexterror
Copy link

"ValueError: Unknown network interface None"

That's the error message I keep getting on Windows when I try to start the app. And I'm not sure how I can get name for my ethernet adapter either.

@dogancelik
Copy link

dogancelik commented Dec 24, 2017

Easy way: Open Device Manager and find your Network Adapter name
easy

Open PowerShell and type the command:

get-wmiobject win32_networkadapter -filter "netconnectionstatus = 2" |  select netconnectionid, name

You will get a device list:

netconnectionid               name
---------------               ----
VMware Network Adapter VMnet1 VMware Virtual Ethernet Adapter for VMnet1
VMware Network Adapter VMnet8 VMware Virtual Ethernet Adapter for VMnet8
Ethernet                      Realtek PCIe GBE Family Controller

Then use with rtmpSnoop:

python rtmpSnoop.py -i "Realtek PCIe GBE Family Controller"

You should see the text:

rtmpSnoop v0.2.1 - The RTMP Sniffer!
Andrea Fabrizi - [email protected]

Starting sniffing on Realtek PCIe GBE Family Controller...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants