diff options
Diffstat (limited to 'src/lib/protocols/raknet.c')
-rw-r--r-- | src/lib/protocols/raknet.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/protocols/raknet.c b/src/lib/protocols/raknet.c index 49db3cc55..e134f3668 100644 --- a/src/lib/protocols/raknet.c +++ b/src/lib/protocols/raknet.c @@ -300,7 +300,6 @@ static void ndpi_search_raknet(struct ndpi_detection_module_struct *ndpi_struct, } return; } - break; case 0x09: /* Connection Request */ if (packet->payload_packet_len != 16) @@ -370,7 +369,6 @@ static void ndpi_search_raknet(struct ndpi_detection_module_struct *ndpi_struct, } return; } - break; case 0xfe: /* Game Packet */ required_packets = 8; |