mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Revert "Setting the snaplen to 0 to capture the full packet regardless of size."
This reverts commit fe274c3e64
.
This commit is contained in:
parent
fe274c3e64
commit
909c5daf6c
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue