ndn-cxx, nfd, ndndump: Updating to the latest dev versions
diff --git a/ndndump/debian/control b/ndndump/debian/control
index 34281a7..0f52841 100644
--- a/ndndump/debian/control
+++ b/ndndump/debian/control
@@ -4,6 +4,7 @@
 Build-Depends: debhelper (>= 8.0.0),
  python (>= 2.7.0),
  pkg-config (>= 0.26),
+ libpcap-dev,
  ndn-cxx-dev (>= 0.1.0~rc1)
 Standards-Version: 3.9.2
 Section: net
@@ -13,6 +14,6 @@
 
 Package: ndndump
 Architecture: i386 amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
+Depends: ${shlibs:Depends}, ${misc:Depends}, tcpdump, ndn-cxx
 Description: Packet capture and analysis tool for NDN
  ndndump was created to provide a tcpdump-like tool for Named Data Networking (NDN).