GithubHelp home page GithubHelp logo

5l1v3r1 / bitcoin-wireshark Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jnewbery/bitcoin-wireshark

0.0 1.0 0.0 34 KB

A wireshark dissector for the bitcoin protocol

License: GNU General Public License v2.0

C 96.50% Python 3.50%

bitcoin-wireshark's Introduction

bitcoin-wireshark

A wireshark dissector for the bitcoin protocol.

The packet-bitcoin.c dissector was originally taken from https://github.com/wireshark/wireshark/commit/d4eeeaf6d463f930c89e9026b682339e1e114b34

Build instructions:

  • Download wireshark source either from http://www.wireshark.org/download/src/all-versions/ or https://github.com/wireshark/wireshark
  • Clone this repository (outside the wireshark directory)
  • Copy the packet-bitcoin.c file from this repository into epan/dissectors in the wireshark directory (either copying the file or creating a symlink)
  • Rebuild Wireshark by running make && sudo make install
  • run the decoder test in this repository ./test-decoder

Wireshark dependencies

Building wireshark has a lot of dependencies. On ubuntu, I had to apt-get the following:

  • automake
  • autoconf
  • pkg-config
  • libtool-bin
  • python
  • bison
  • byacc
  • flex
  • libglib2.0-dev
  • libqt4-designer libqt4-opengl libqt4-svg libqtgui4 libqtwebkit4
  • qt4-dev-tools
  • libpcap-dev

bitcoin-wireshark's People

Contributors

jnewbery 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.