From e29fd159d31b8d809814e73b7577a074351b0515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Fri, 5 Jul 2019 16:07:18 +0300 Subject: [PATCH] Looks like frames that seem to be runts are actually 100% legit --- ethertype-dump.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ethertype-dump.c b/ethertype-dump.c index 0b39571..1f2bc89 100644 --- a/ethertype-dump.c +++ b/ethertype-dump.c @@ -149,10 +149,6 @@ int main(int argc, char **argv) { if (printf(" (overlong)\n") == -1) { err(1, "printf"); } - } else if(frame_length < 64) { - if (printf(" (runt)\n") == -1) { - err(1, "printf"); - } } else { if (printf("\n") == -1) { err(1, "printf");