diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index e317b4aa8..5ec8b558c 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -318,6 +318,7 @@ struct ndpi_proto ndpi_workflow_process_packet(struct ndpi_workflow * workflow, const u_char *packet, FILE * csv_fp); +int ndpi_is_datalink_supported(int datalink_type); /* flow callbacks for complete detected flow (ndpi_flow_info will be freed right after) */ |