Rename ndn-dissect to ndndissect
Change-Id: I99b4a0bc647086e492c0bf0b80eda183b9185e79
diff --git a/manpages/ndndissect.rst b/manpages/ndndissect.rst
new file mode 100644
index 0000000..856d476
--- /dev/null
+++ b/manpages/ndndissect.rst
@@ -0,0 +1,43 @@
+ndndissect
+==========
+
+Synopsis
+--------
+
+**ndndissect** [**-h**] [**-c**] [**-V**] [*file*]
+
+Description
+-----------
+
+:program:`ndndissect` is an NDN packet format inspector.
+It reads zero or more NDN packets from either an input file or the standard
+input, and displays the Type-Length-Value (TLV) structure of those packets
+on the standard output.
+
+Options
+-------
+
+.. option:: -h, --help
+
+ Print help and exit.
+
+.. option:: -c, --content
+
+ Dissect the value of Content elements as well. By default, the value of a
+ Content element is treated as an opaque blob and is not dissected further.
+
+.. option:: -V, --version
+
+ Print program version and exit.
+
+.. option:: file
+
+ The file to read packets from.
+ If no *file* is given, or if *file* is "-", the standard input is used.
+
+Examples
+--------
+
+Inspect the response to Interest ``/app1/video``::
+
+ ndnpeek /app1/video | ndndissect