From a6029d250d9c5dd0d7346fe47de838c243c20cac Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Tue, 23 Mar 2021 11:47:29 +0100 Subject: ndpiReader: print an error msg if we found an unsupported datalink type (#1157) --- example/reader_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'example/reader_util.h') 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) */ -- cgit v1.2.3