Alexander Afanasyev | 94c793a | 2015-07-23 04:11:36 +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 | dh-systemd (>= 1.5), |
| 6 | python (>= 2.7.0), |
| 7 | pkg-config (>= 0.26), |
| 8 | libpcap-dev, |
| 9 | ndn-cxx-dev (>= 0.3.3) |
| 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 | |
| 20 | Package: ndndump |
| 21 | Architecture: i386 amd64 |
| 22 | Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx |
| 23 | Description: A traffic analysis tool that captures Interest and Data packets |
| 24 | on the wire, and displays brief information about captured packets. |
| 25 | |
| 26 | Package: ndnping |
| 27 | Architecture: i386 amd64 |
| 28 | Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx, nfd |
| 29 | Description: Reachability testing tools for Named Data Networking. |
| 30 | |
Alexander Afanasyev | 5518dca | 2015-07-23 09:14:21 +0000 | [diff] [blame] | 31 | Package: ndn-tlv-ping |
| 32 | Architecture: i386 amd64 |
| 33 | Depends: ndnping |
| 34 | Description: deprecated package, use ndnping instead |
| 35 | |
Alexander Afanasyev | 94c793a | 2015-07-23 04:11:36 +0000 | [diff] [blame] | 36 | Package: ndnpeek |
| 37 | Architecture: i386 amd64 |
| 38 | Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx |
| 39 | Description: ndnpeek and ndnpoke are a pair of programs to request and make available |
| 40 | for retrieval of a single Data packet. |
| 41 | |
| 42 | Package: ndn-dissect |
| 43 | Architecture: i386 amd64 |
| 44 | Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx |
| 45 | Description: An NDN packet format inspector. It reads zero or more NDN packets from either |
| 46 | an input file or the standard input, and displays the Type-Length-Value (TLV) structure |
| 47 | of those packets on the standard output. |
| 48 | |