dissect-wireshark: recognize CanBePrefix, HopLimit, Parameters
refs #4517
Change-Id: I9ea61a070286bbc460ff7f64fb66092a891dcadb
diff --git a/tests/dissect-wireshark/README.md b/tests/dissect-wireshark/README.md
index df3a906..7933e6d 100644
--- a/tests/dissect-wireshark/README.md
+++ b/tests/dissect-wireshark/README.md
@@ -140,3 +140,16 @@
- the dissection results include Fragment (Interest/Data), Sequence (number), FragIndex (number),
FragCount (number), Nack (various reasons), NextHopFaceId, IncomingFaceId, CachingPolicy, and
unknown fields
+
+### 11. NDN Packet Format v0.3
+
+Trace file: `packet03.pcap`
+
+Trace summary: Hand-crafted packets in NDN Packet Format v0.3
+(`xxd -p -r < packet03.hex > packet03.pcap`).
+All packets are valid and do not contain unrecognized TLV elements.
+
+Expected results of the dissection:
+- Packet 1 is recognized as "Interest" type, and has "CanBePrefix: Yes", "MustBeFresh: Yes",
+ "HopLimit: 214", and "Parameters" field.
+- Packet 3 is recognized as "Data" type.