diff options
| author | zhuzhenjun <[email protected]> | 2023-10-26 13:48:41 +0800 |
|---|---|---|
| committer | zhuzhenjun <[email protected]> | 2023-10-26 13:48:41 +0800 |
| commit | 13721781f73b4efc2a8a5115c297581c1310d1bb (patch) | |
| tree | 478660b968f11f699d9d43c24d718405e08d5591 /example/osfp_example.c | |
| parent | c9247d713da668ed1bd2d332849dd9409330c0e3 (diff) | |
Diffstat (limited to 'example/osfp_example.c')
| -rw-r--r-- | example/osfp_example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/osfp_example.c b/example/osfp_example.c index 9d94015..28194b7 100644 --- a/example/osfp_example.c +++ b/example/osfp_example.c @@ -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); } |
