SerialPCAP icon indicating copy to clipboard operation
SerialPCAP copied to clipboard

Serial port PCAP capture tool not just for Modbus-RTU

Results 5 SerialPCAP issues
Sort by recently updated
recently updated
newest added

It works in both Windows and Linux, just pipe stdout of SerialPCAP to stdin of Wireshark: SerialPcap -s | wireshark -k -i -

` Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly or one of its dependencies. File name: 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' at SerialPCAP.AssemblyExtensions.Description () [0x00005] in :0 at SerialPCAP.MainClass.ShowHelp (Mono.Options.OptionSet...

I just started using this to sniff an RS-485 network but I don't appear to be able to view the longer packets. The packet get split across several rows in...

question

It would be super handy to use the RX lines from 2 different UARTs to spy on the entire communication between 2 devices with have both sides of the conversation...

Just a suggestion, to implement the [Wireshark extcap interface](https://github.com/wireshark/wireshark/blob/master/doc/README.extcap).