dissect-wireshark: Lua-based Wireshark dissector for NDN packets

Change-Id: Ic81f3050d5f1480e9e98f3d54b01ca2cffca56b4
Refs: #3092
diff --git a/README.md b/README.md
index 6625a19..eda9d2b 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,8 @@
 * [ping](tools/ping): test reachability between two nodes
 * [dump](tools/dump): analyze traffic on wire
 * [dissect](tools/dissect): inspect TLV structure of NDN packet format
+* [dissect-wireshark](tools/dissect-wireshark): Wireshark extension to inspect TLV structure of NDN
+  packets
 * [pib](tools/pib): a service to manage the public information of keys and publish certificates
 
 See [INSTALL.md](INSTALL.md) for build instructions.