diff --git a/fastnetmon b/fastnetmon index a72294daf..d38f6abf0 100755 Binary files a/fastnetmon and b/fastnetmon differ diff --git a/fastnetmon.cpp b/fastnetmon.cpp index f8525499b..a50639ee0 100644 --- a/fastnetmon.cpp +++ b/fastnetmon.cpp @@ -830,7 +830,7 @@ void parse_packet_pf_ring(const struct pfring_pkthdr *h, const u_char *p, const packet.length = h->len; packet.protocol = h->extended_hdr.parsed_pkt.l3_proto; - //process_packet(packet); + process_packet(packet); //std::cout<