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

Compatibility with windows #8

Open
Vikrantsingh opened this issue Jul 18, 2017 · 4 comments
Open

Compatibility with windows #8

Vikrantsingh opened this issue Jul 18, 2017 · 4 comments

Comments

@Vikrantsingh
Copy link

Hi,

Wanted to know if this tool is compatible with windows platform. If yes could be please assist with steps for running it?

Specifically wanted to know what param should we pass to "-device" options as there is no such naming convention like 'eth0, lan0' in windows.

Any help would be appreciated.

Thanks,

@anastop
Copy link
Owner

anastop commented Jul 18, 2017

Hi Vikrantsingh,

I've not tested latte on Windows platforms. I guess you should first try compiling gopacket for your Windows environment, then build latte. There is a relevant question about this here: https://stackoverflow.com/questions/38047858/compile-gopacket-on-windows-64bit

@Vikrantsingh
Copy link
Author

Hi Nikos ,

Thanks for a quick response. I've already gone through that steps on stack overflow and got stuck at

sudo $GOPATH/bin/latte -device lo -ofport 6653 -sniffer pcap -matcher "multinet" -late-threshold 400

Here I'm not getting what should i specify for -device option in windows.

@anastop
Copy link
Owner

anastop commented Jul 18, 2017

Not sure if this will work:

Try this command on your windows shell: getmac /fo csv /v

The \Device\Tcpip_{...} entries are the names of the network adapters, which should be visible to winpcap with that name.

Find the one you want to sniff, and try providing its name to the device option in latte.

@Vikrantsingh
Copy link
Author

Thank you for the command to find network adapter names.

I tried with it, But I'm still getting same error.

latte_err

Could you please let me know if I'm doing anything wrong?

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