From 2f7a9bb789c94f8dc7a2422694e04d667a534d02 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 23 May 2016 08:01:51 +0200 Subject: Fix missing break --- example/ndpi_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'example') diff --git a/example/ndpi_util.c b/example/ndpi_util.c index 1aa944f9a..f28da7078 100644 --- a/example/ndpi_util.c +++ b/example/ndpi_util.c @@ -592,6 +592,7 @@ void ndpi_workflow_process_packet (struct ndpi_workflow * workflow, type = ETH_P_IPV6; ip_offset = 4 + eth_offset; + break; /* Cisco PPP in HDLC-like framing - 50 */ case DLT_PPP_SERIAL: -- cgit v1.2.3