Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsacyber/serial2pcap
Converts serial IP data, typically collected from Industrial Control System devices, to the more commonly used Packet Capture (PCAP) format. #nsacyber
https://github.com/nsacyber/serial2pcap
control-systems conversion convert converter ics-scada pcap scada
Last synced: 2 months ago
JSON representation
Converts serial IP data, typically collected from Industrial Control System devices, to the more commonly used Packet Capture (PCAP) format. #nsacyber
- Host: GitHub
- URL: https://github.com/nsacyber/serial2pcap
- Owner: nsacyber
- License: other
- Archived: true
- Created: 2017-10-02T16:34:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T19:25:32.000Z (over 7 years ago)
- Last Synced: 2024-08-05T09:15:42.672Z (6 months ago)
- Topics: control-systems, conversion, convert, converter, ics-scada, pcap, scada
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 68
- Watchers: 15
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-network-stuff - **29**星
README
# serial2pcap
Serial2pcap converts serial IP data, typically collected from Industrial Control System devices, to the more commonly used Packet Capture (PCAP) format.
It is designed to support multiple serial protocols and plug-ins can be developed by independent users.### Dependencies
Python 2.7Pyserial
### Usage
Please see the [usage file](./USAGE.md)## Supported protocols
modbusASCII: Plugin to detect serial modbusASCIIbyte: Single Byte - Generates A Packet For Every Byte
dnp3: Plugin to detect serial dnp3
selfm: SEL Fast Message
df1: Allen Bradly DF1 Serial Protocol
modbusRTU: Modbus RTU Frame Format Serial Protocol - Currently Only Works Well With 9600 and 19200 Baud Rate On Non Merged Taps
## Versioning
Currently on Verison 2.0## License
See [LICENSE](./LICENSE.md).## Disclaimer
See [DISCLAIMER](./DISCLAIMER.md).