GithubHelp home page GithubHelp logo

aristanetworks / probe-tools Goto Github PK

View Code? Open in Web Editor NEW
1.0 8.0 0.0 9 KB

Some test tools for RFC8335 PROBE aka ICMP Extended Echo

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%

probe-tools's Introduction

probe-tools

Some test tools for RFC8335 PROBE aka ICMP Extended Echo

These are written to be standalone scripts, using scapy for packet access. Since scapy doesn't have support for PROBE, and I wanted to keep these scripts standalone without "and also install this scapy update from somewhere somehow", there is some ugly use of struct.pack instead of scapy primitives.

There are two scripts in this repository:

  1. probe.py sends a probe request and prints out any received probe reply. It's quite verbose about what it's sending and receiving, and isn't meant to be a user-friendly client, the idea is more for someone who wants to see what's going on on the wire.

  2. proberesponder.py listens for probe requests, and sends responses based on a predetermined list. It doesn't care what the request is asking about, other than the L bit - it just goes through a list of responses - some valid, some invalid - and finally it fails to respond at all (resulting in a timeout) before starting through the list again. This is intended to help fine-tune a client's user interface: how does it behave when it sees a certain response, without having to configure a router to have the state that results in that response.

probe-tools's People

Contributors

fenner avatar

Stargazers

steve ulrich avatar

Watchers

Jesse Mather avatar Peter Edwards avatar Andre Pech avatar Ryan T avatar Keith Amidon avatar John Corbin avatar Will Darby avatar  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.