Alexander Afanasyev | 8ffd414 | 2015-09-01 20:01:08 +0000 | [diff] [blame] | 1 | Source: ndn-tools |
| 2 | Priority: extra |
| 3 | Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu> |
| 4 | Build-Depends: debhelper (>= 8.0.0), |
| 5 | python (>= 2.7.0), |
| 6 | pkg-config (>= 0.26), |
| 7 | libpcap-dev, |
| 8 | python-sphinx, |
Alexander Afanasyev | 5b43906 | 2015-12-30 22:45:42 +0000 | [diff] [blame^] | 9 | ndn-cxx-dev (>= 0.4.0) |
Alexander Afanasyev | 8ffd414 | 2015-09-01 20:01:08 +0000 | [diff] [blame] | 10 | Standards-Version: 3.9.2 |
| 11 | Section: net |
| 12 | Homepage: http://github.com/named-data/ndn-tools |
| 13 | Vcs-Git: git://github.com/named-data/ndn-tools.git |
| 14 | Vcs-Browser: http://github.com/named-data/ndn-tools |
| 15 | |
| 16 | Package: ndn-tools |
| 17 | Architecture: i386 amd64 |
| 18 | Depends: ndndump, ndnping, ndnpeek, ndn-dissect |
| 19 | Description: A collection of essential tools for Named Data Networking |
| 20 | |
| 21 | Package: ndndump |
| 22 | Architecture: i386 amd64 |
| 23 | Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx |
| 24 | Description: A traffic analysis tool that captures Interest and Data packets |
| 25 | on the wire, and displays brief information about captured packets. |
| 26 | |
| 27 | Package: ndnping |
| 28 | Architecture: i386 amd64 |
| 29 | Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx, nfd |
| 30 | Description: Reachability testing tools for Named Data Networking. |
| 31 | |
| 32 | Package: ndn-tlv-ping |
| 33 | Architecture: i386 amd64 |
| 34 | Depends: ndnping |
| 35 | Description: Deprecated package, use ndnping instead |
| 36 | |
| 37 | Package: ndnpeek |
| 38 | Architecture: i386 amd64 |
| 39 | Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx |
| 40 | Description: ndnpeek and ndnpoke are a pair of programs to request and make available |
| 41 | for retrieval of a single Data packet. |
| 42 | |
| 43 | Package: ndn-dissect |
| 44 | Architecture: i386 amd64 |
| 45 | Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx |
| 46 | Description: An NDN packet format inspector. It reads zero or more NDN packets from either |
| 47 | an input file or the standard input, and displays the Type-Length-Value (TLV) structure |
| 48 | of those packets on the standard output. |
| 49 | |
| 50 | Package: ndn-dissect-wireshark |
| 51 | Architecture: i386 amd64 |
| 52 | Description: Wireshark extension to inspect TLV structure of NDN packets |
| 53 | |
| 54 | Package: ndn-pib |
| 55 | Architecture: i386 amd64 |
| 56 | Description: A service to manage the public information of keys and publish certificates |
| 57 | |