diff options
Diffstat (limited to 'example/ndpi_util.c')
-rw-r--r-- | example/ndpi_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
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: |