homewsn / whsniff

Whsniff is a command line utility that interfaces TI CC2531 USB dongle with Wireshark for capturing and displaying IEEE 802.15.4 traffic at 2.4 GHz.
GNU General Public License v2.0
131 stars 33 forks source link

Adds macOS support #1

Closed adriangranados closed 5 years ago

adriangranados commented 5 years ago
homewsn commented 5 years ago

Thank you. Could you add the instruction to the readme file or as a comment here how to build and use the program under macOS? I do not have access to the macOS computer.

adriangranados commented 5 years ago

I've added instructions on how to build and use the program on macOS (using Homebrew).

homewsn commented 5 years ago

@wirelessjimp , use -i -

11.2. Start Wireshark from the command line -i <capture interface> Set the name of the network interface or pipe to use for live packet capture. ... Pipe names should be either the name of a FIFO (named pipe) or “-” to read data from the standard input. Data read from pipes must be in standard libpcap format.

Please don't use this thread to ask or report, just open new issue thread if necessary.