commit | 4cd8d73f34ccc21f22eeed250aeedbbd3bc4b483 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Dec 30 13:16:03 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Jan 03 23:25:48 2015 -0800 |
tree | c2e1ffc0b7fa14846dbdf46d87cae198fb56c5ca | |
parent | a3887ae596a97ab4476bad0496cd198f1a752be8 [diff] |
tools: Fix incorrect tag map in tlvdump Due to a typo, tag map had incorrect number of entries. In addition to fixing the bug, this commit also changes map to use std::map instead of std::vector. This would allow us to include more known types without the requirement of continuous numbering. Change-Id: I9030f5ac3d2727d4af9c05fdf7fbbe9df27dfbf4
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: http://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.