From 909c5daf6cb2c1b1c637f52a07e776e82ef43564 Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Wed, 1 Jun 2011 11:27:53 -0700 Subject: [PATCH] Revert "Setting the snaplen to 0 to capture the full packet regardless of size." This reverts commit fe274c3e64c845a2d587dc30254c439c530cf4a4. --- src/PktSrc.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PktSrc.cc b/src/PktSrc.cc index ac83aa8b69..d1f5eafba3 100644 --- a/src/PktSrc.cc +++ b/src/PktSrc.cc @@ -19,8 +19,8 @@ #include #endif -// Capture the entire packet please! -int snaplen = 0; +int snaplen = 8192; // really want "capture entire packet" + PktSrc::PktSrc() {