Jump to content

Hamster and Ferret in Fonera


Recommended Posts

Stand alone no. hamster and ferret are windows command line utilities. It will port to Linux as per their blog

The source code will also compile on Linux or MacOS with only a couple obvious modifications. Just "gcc *.c" the source code and fix __int64, stricmp, and memicmp. Again, you need libpcap for it to work. Add these when things don't work on gcc:

#define __int64 long long

#define stricmp strcasecmp

#define strnicmp strncasecmp

#define memicmp memcmp

BUT it will not run on something like the Fon (maybe if you have 2 back to back but i doubt it)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...