Align all dependencies on libndn-cxx-dev

Also add a few missing ${misc:Depends}

Change-Id: Idcc88bcf5e0577670292969fc5d1b4eab9777fee
diff --git a/ndn-tools/debian/control b/ndn-tools/debian/control
index 80fb7b1..bb74db2 100644
--- a/ndn-tools/debian/control
+++ b/ndn-tools/debian/control
@@ -17,7 +17,7 @@
 
 Package: ndn-tools
 Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: ndndump, ndnping, ndnpeek, ndn-dissect, ndnchunks
+Depends: ${misc:Depends}, ndndump, ndnping, ndnpeek, ndn-dissect, ndnchunks
 Description: collection of essential tools for Named Data Networking (NDN)
 
 Package: ndndump
@@ -28,7 +28,7 @@
 
 Package: ndnping
 Architecture: i386 amd64 arm64 armel armhf ppc64el
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ndnsec
 Description: reachability testing tools for Named Data Networking (NDN)
 
 Package: ndnpeek
@@ -46,6 +46,8 @@
 
 Package: ndn-dissect-wireshark
 Architecture: i386 amd64 arm64 armel armhf ppc64el
+Depends: ${misc:Depends}
+Suggests: wireshark | tshark
 Description: Wireshark extension to inspect the TLV structure of NDN packets
 
 Package: ndnchunks