Actions
Feature #3106
closedWireshark dissector: ndn URI encoding
Start date:
Due date:
% Done:
100%
Estimated time:
6.00 h
Description
Properly encode Name elements into ndn: URIs.
The encoding procedure should support all NameComponent sub types, including:
- GenericNameComponent
- ImplicitSha256DigestComponent
- other TLV-TYPEs as defined in Packet Format v0.3
The encoding procedure should also be applied to FinalBlockId.
Updated by Junxiao Shi about 10 years ago
20150825 conference call decides that this can be made into a Hackathon project at NDNcomm2015.
Updated by Junxiao Shi over 7 years ago
- Status changed from New to In Progress
- Assignee set to Junxiao Shi
Updated by Junxiao Shi over 7 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
This is easier than I thought.
https://gerrit.named-data.net/4710
Although this Change includes "TT=" notation for typed name components, it only displays correctly in "Name" line. After expanding Name, you'll still see unrecognized types in subtree; that will be solved in #4518.
Updated by Junxiao Shi over 7 years ago
- Status changed from Code review to Closed
Actions