Skip to content

Wireshark dissectors for the railway stack. Currently including RaSTA, SCI-P, and SCI-LS.

License

Notifications You must be signed in to change notification settings

Railway-CCS/dissectors

Repository files navigation

Railway Dissectors

Wireshark dissectors for protocols of a railway signalling network.

Currently available protocols

  • RaSTA
  • SCI-P
  • SCI-LS

Installation

See https://www.wireshark.org/docs/wsug_html_chunked/ChPluginFolders.html

Linux

  • Copy or symlink to ~/.local/lib/wireshark/plugins or $XDG_CONFIG_HOME/wireshark/plugins for Wireshark < 2.5

Safety Code Default Values

For MD4 the default initial values in decimal are

Part Dec Hex
MD4 A 1732584193 67452301
MD4 B 4023233417 efcdab89
MD4 C 2562383102 98badcfe
MD4 D 271733878 10325476

You can convert any other hex value to decimal using the following shell command:

printf '%d\n' [Hex with leading 0x]

(should work on Bash, Zsh and most other shells)

Development

Useful links:

Contact

This repository is maintained by Markus Heinrich (rasta@0x25.net)

About

Wireshark dissectors for the railway stack. Currently including RaSTA, SCI-P, and SCI-LS.

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •