Skip to content

Commit

Permalink
Fix bug and rebuild static version
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-odintsov committed Jun 21, 2014
1 parent 8bc27f2 commit eb9f019
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified fastnetmon
Binary file not shown.
2 changes: 1 addition & 1 deletion fastnetmon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<<print_simple_packet(packet)<<std::endl;
}
}
Expand Down

0 comments on commit eb9f019

Please sign in to comment.