GithubHelp home page GithubHelp logo

5l1v3r1 / ethereum-dissectors Goto Github PK

View Code? Open in Web Editor NEW

This project forked from consensys/ethereum-dissectors

0.0 1.0 0.0 9.31 MB

🔍Wireshark dissectors for Ethereum devp2p protocols

License: GNU General Public License v2.0

C 91.43% CMake 2.63% Python 5.94%

ethereum-dissectors's Introduction

🔍 Wireshark dissectors for Ethereum devp2p protocols

This repo contains a set of network protocol dissectors for Ethereum that you can load into the widely popular Wireshark to begin inspecting Ethereum traffic.

Currently we support the UDP-based discovery protocol, but support for the RLPx Wire protocol and the ETH subprotocol are in the works.

Ethereum discovery dissector demo

Here are the features currently supported by the Ethereum Discovery dissector (we're working on more):

  • Heuristics to dynamically detect Ethereum discovery traffic, no matter the port it's running on.
  • Decoding of PING, PONG, FIND_NODE and NODES packet, breaking the messages into its elements, with the appropriate datatypes.
  • Linking of PING => PONG frames, as well as FIND_NODE => NODES interactions in protocol trees.
  • Lots of supported filters! (documentation WIP)
  • Service response time calculation for RPC interactions.
    • under: Statistics > Service Response Time > ETH discovery.
    • inline in protocol trees.
  • Useful protocol statistics (e.g. message counts per type, nodes reported per response, etc.)

Protocol version support

Protocol Version Status Notes
discovery v4
discovery v5 🚧 v5 is work-in-progress in clients. Refer to issues and PRs labelled discv5.
wire v1 🚧 wip branch: devp2p-wire

Table of contents

Build & run

We're working to enable building the plugin separately from Wireshark. In the meantime, you will need to clone the Wireshark repo.

  1. Go to the Wireshark repo and clone it.
  2. Set up your build environment. The steps vary depending on your OS.
  • For Windows, follow the instructions here.
  • For Unix and macOS systems, most tools are already installed, but you need to ensure you have cmake and ninja. On macOS, you can run brew install cmake ninja if you use Homebrew.
  1. Run a plain Wireshark build to ensure all is OK. In macOS, it looks like this:
$ cd ${WIRESHARK_SRC}
$ # check out the latest 2.6 tag (could be higher)
$ git checkout wireshark-2.6.2
$ mkdir ../wireshark-ninja
$ cd ../wireshark-ninja
$ cmake -G Ninja ../wireshark
$ ninja
  1. Clone this repo onto a separate directory.
  2. Symlink the root of this repo under ${WIRESHARK_SRC}/plugins/epan/ethereum, i.e. ln -s ${THIS_REPO} ${WIRESHARK_SRC}/plugins/epan/ethereum.
  3. Modify the ${WIRESHARK_SRC}/CMakeLists.txt file to add the plugins/epan/ethereum directory under the PLUGIN_SRC_DIRS variable, i.e.:
  ...
	set(PLUGIN_SRC_DIRS
		plugins/epan/ethercat
		plugins/epan/ethereum
		plugins/epan/gryphon
    ...
  1. Delete all contents under wireshark-ninja, and run the full Wireshark build again repeating step 3.
  2. If all went well, you should be able to run the resulting Wireshark executable inside the wireshark-ninja/run directory.
  3. Happy dissecting!

Team

Ordered alphabetically by surname.

  • Raúl Kripalani (ConsenSys/Protocol Labs) -- project lead
  • Guilherme Salgado (Py-EVM)
  • Zhenyang Shi (University of Queensland)
  • Scott Whittington (University of Queensland)

Why this project?

In the Protocol Engineering Groups and Systems team (PegaSys) at ConsenSys, we specialise in the low-level, deep aspects of the Ethereum technology. Some of the challenges we tackle are: scalability, secrecy, modularity, finality, permissioning, etc.

To perform our job we need tooling to x-ray into different parts of the system. One of those parts is the networking layer. No central authority exists in public chain Ethereum, hence all communication is peer-to-peer (P2P), which gives rise to both RPC-style and gossip-like communication patterns we need full insight of during development, research and testing.

devp2p is the name of the networking subsystem of Ethereum, along with its collection of core protocols on top of which subprotocols like ETH, Whisper, Swarm, Light Ethereum, etc. are layered.

Wireshark is a popular tool for network packet analysis. Users can initiate network dumps and navigate through a wealth of packet data via its powerful GUI. The architecture of Wireshark is modular, and it revolves around the concept of dissectors: components capable of decoding a concrete protocol, which can be in use at any layer of the OSI model.

Unfortunately no Wireshark dissectors exist yet for Ethereum devp2p protocols. This project changes that.

About PegaSys

PegaSys logo

PegaSys’ mission is to build blockchain solutions ready for production in business environments. We are committed to open source, and are creating a framework for collaborative innovation for the public-chain community and leading enterprises.

Our team is composed of engineers leading in the areas of big data processing, applied cryptography, open source computing, cloud services, and blockchain development.

Learn more about PegaSys.

License

This project is licensed under GPLv2.

ethereum-dissectors's People

Contributors

gsalgado avatar raulk avatar timjp87 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.