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() {