Revert "Setting the snaplen to 0 to capture the full packet regardless of size."

This reverts commit fe274c3e64.
This commit is contained in:
Robin Sommer 2011-06-01 11:27:53 -07:00
parent fe274c3e64
commit 909c5daf6c

View file

@ -19,8 +19,8 @@
#include <pcap-int.h> #include <pcap-int.h>
#endif #endif
// Capture the entire packet please! int snaplen = 8192; // really want "capture entire packet"
int snaplen = 0;
PktSrc::PktSrc() PktSrc::PktSrc()
{ {