Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcsecorg/ethereum_devp2p_wireshark_dissector
This is Ethereum devp2p protocol dissector plugin for wireshark.
https://github.com/bcsecorg/ethereum_devp2p_wireshark_dissector
blockchain blockchain-technology devp2p ethereum rlp security wireshark-dissector wireshark-dissector-plugin wireshark-plugin
Last synced: 2 months ago
JSON representation
This is Ethereum devp2p protocol dissector plugin for wireshark.
- Host: GitHub
- URL: https://github.com/bcsecorg/ethereum_devp2p_wireshark_dissector
- Owner: bcsecorg
- Created: 2018-06-12T02:15:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T18:46:45.000Z (over 6 years ago)
- Last Synced: 2024-08-03T17:11:05.425Z (6 months ago)
- Topics: blockchain, blockchain-technology, devp2p, ethereum, rlp, security, wireshark-dissector, wireshark-dissector-plugin, wireshark-plugin
- Language: Lua
- Size: 156 KB
- Stars: 46
- Watchers: 1
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **39**星
README
# ethereum_devp2p_wireshark_dissector
This is Ethereum devp2p protocol dissector plugin for wireshark.Support RLP decode and PING/PONG/FINDNODE/NEIGHBORS packets.
## INSTALL
1. Download ethereum.lua
2. Put it in your Wireshark plugins folder.
- On MAC OSX: ~/.config/wireshark/plugins (older Wireshark versions it may be: ~/.wireshark/plugins)
- On Windows: C:\Users\\AppData\Roaming\Wireshark\plugins
- On Linux: ~/.wireshark/plugins## SCREENSHOTS
![Neighbors](screenshots/neighbors.jpg "Neighbors")## About us
BCSEC is a blockchain security group which aims to elevate the security of entire blockchain ecosystem. Please visit https://bcsec.org for more information.## REFERENCE
- devp2p overview https://github.com/ethereum/devp2p
- Node Discovery Protocol v4 https://github.com/ethereum/devp2p/blob/master/discv4.md
- RLP (Recursive Length Prefix) https://github.com/ethereum/wiki/wiki/RLP