summaryrefslogtreecommitdiffstats
path: root/src/common/pcap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/pcap.cpp')
-rwxr-xr-xsrc/common/pcap.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/pcap.cpp b/src/common/pcap.cpp
index 9b360a3e..a68fb620 100755
--- a/src/common/pcap.cpp
+++ b/src/common/pcap.cpp
@@ -156,8 +156,7 @@ bool LibPCapReader::ReadPacket(CCapPktRaw *lpPacket)
}
if (pkt_header.len > READER_MAX_PACKET_SIZE) {
/* cannot read this packet */
- printf("ERROR packet is too big, bigger than %d \n",READER_MAX_PACKET_SIZE);
- exit(-1);
+ //printf("ERROR packet is too big, bigger than %d \n",READER_MAX_PACKET_SIZE);
return false;
}