code: clean up

This commit is contained in:
zhuzhenjun
2023-10-26 13:48:41 +08:00
parent c9247d713d
commit 13721781f7
22 changed files with 184 additions and 203 deletions

View File

@@ -534,7 +534,7 @@ void process_packet(char *user, struct pcap_pkthdr *h, u_char *pkt)
// tcp/ip header detect example for user
int i;
for (i = 0; i < 1; i++) {
for (i = 0; i < 1000; i++) {
example_detect(osfp_db, p);
}