dissect-wireshark: improve NDNLPv2 support

* Support 8-octet NonNegativeInteger.
* Recognize PitToken.
* Recognize CongestionMark.
* Recognize Ack.
* Recognize TxSequence.

refs #4463

Change-Id: I3b003400726df975d067ff46a5ebe645ea774b8b
4 files changed
tree: ccf968081936351f7a939ce83d3059f7656d18b0
  1. .jenkins.d/
  2. .waf-tools/
  3. core/
  4. manpages/
  5. tests/
  6. tools/
  7. .gitignore
  8. .jenkins
  9. .travis.yml
  10. AUTHORS.md
  11. COPYING.md
  12. INSTALL.md
  13. README-dev.md
  14. README.md
  15. RELEASE_NOTES.md
  16. waf
  17. wscript
README.md

NDN Essential Tools

Build Status

ndn-tools is a collection of essential tools for Named Data Networking. These tools are recommended to be installed on all NDN nodes.
Tools in this collection include:

  • peek: transmit a single packet between a consumer and a producer
  • chunks: segmented file transfer between a consumer and producer
  • ping: test reachability between two nodes
  • dump: analyze traffic on wire
  • dissect: inspect TLV structure of NDN packet format
  • dissect-wireshark: Wireshark extension to inspect TLV structure of NDN packets
  • pib: a service to manage the public information of keys and publish certificates

See INSTALL.md for build instructions.

If you are new to the NDN software community, please read the Contributor's Guide.
Please file bug reports and feature requests on ndn-tools Redmine site.
You may contribute code on NDN Gerrit. GitHub pull requests are not accepted.