utoni / ptunnel-ng

Tunnel TCP connections through ICMP.
BSD 3-Clause "New" or "Revised" License
420 stars 69 forks source link

-L --libpcap (default: eth0) #13

Closed steom closed 5 years ago

steom commented 5 years ago

needs an option to enumerate Windows WinPcap devices. like the original ptunnel

(c) 2004-2005 Daniel Stoedle, daniels@cs.uit.no [inf]: HINT: start ptunnel with "-h" parameter to view help and Windows WinPcap devices

Example: use the Windows device \Device\NPF_{86AAB447-88AE-404D-86CB-D7E7A909B9BE}:

utoni commented 5 years ago

I added such a feature yesterday to the master branch. The option is called --list-libpcap-devices. It will be available in the next release, which will be very soon.

utoni commented 5 years ago

The current release 1.42 has the option included.