User Ratings

★★★★★
★★★★
★★★
★★
6
0
0
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • Excellent port sniffer! Exactly what I needed for debugging the bootloader code for a microcontroller. The only thing that stumped me for a few minutes was that it defaulted to BSD mode, but once I actually read the documentation, it was all clear. Great tool! Thanks!
  • Very good. I propose though, you should add a flag to output ascii and utf strings without the hex equivalent, this will make sniffing such data much more readable. I used it to debug my project, so i'll add you to my aknowledgements
  • very good. but I want it to display what content I send. so I can know if I send the right content from my app. thank you.
  • I needed a different output (pure hex, single line space) and after changing just two lines of code I was there. The power of open source!
  • Unlike my previous poster indicated this program works well with Unix 98 ptys. Just use the -u parameter (or --unix98 instead).
  • Very nice with wine also ! : Launch ./slsnif -un /dev/ttyS0 --log dump.log Read /tmp/slsnif_pty -> /dev/pts/5 Set wine by ln -s /dev/pts/5 ~/.wine/dosdevices/com3 Then run windows application set on com3 ! All is dumped in the file. Great- Thx.
  • I get an error: Failed to open a pty: No such file or directory It seems that it only works with the "legacy" pseudo-terminals such as /dev/ttyp0 etc, and not the newer Unix 98 pty system. The program needs an update to support this.