summaryrefslogtreecommitdiff
path: root/nDPId-test.c
diff options
context:
space:
mode:
authorToni <matzeton@googlemail.com>2024-08-19 18:33:18 +0200
committerGitHub <noreply@github.com>2024-08-19 18:33:18 +0200
commit5e4005162b804c5501fccf4d066c5b1b99c38b89 (patch)
tree73a090e6c0fd79de4a2d5fc950be8d52185bf905 /nDPId-test.c
parenta230eaf061e4c570acfa3e2d494baa6c604acc22 (diff)
Add PF_RING support. (#38)
Diffstat (limited to 'nDPId-test.c')
-rw-r--r--nDPId-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nDPId-test.c b/nDPId-test.c
index 7d57c696d..38f327a38 100644
--- a/nDPId-test.c
+++ b/nDPId-test.c
@@ -1313,7 +1313,7 @@ static void * nDPId_mainloop_thread(void * const arg)
{
goto error;
}
- run_pcap_loop(&reader_threads[0]);
+ run_capture_loop(&reader_threads[0]);
process_remaining_flows();
for (size_t i = 0; i < nDPId_options.reader_thread_count; ++i)
{