diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2016-05-23 08:01:51 +0200 |
---|---|---|
committer | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2016-05-23 08:01:51 +0200 |
commit | 2f7a9bb789c94f8dc7a2422694e04d667a534d02 (patch) | |
tree | 3d7bf4bfd5b53fe9711fda7ec88a83bf6f75b50f /example/ndpi_util.c | |
parent | 86893a2984e29ae6b25d7d3117f26fff45701bd0 (diff) |
Fix missing break
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: |