]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-cnfp.c
Update version to 4.99.2-PRE-GIT
[tcpdump] / print-cnfp.c
index 69f905f5c94ea7c6ce3b42112fa206749e2cb99c..101148fa86c0c138ef33315ffc46ca0cde4e0d7c 100644 (file)
@@ -47,7 +47,6 @@
 #include "netdissect-stdinc.h"
 
 #include <stdio.h>
-#include <string.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
@@ -247,7 +246,6 @@ cnfp_v1_print(netdissect_options *ndo, const u_char *cp)
 
 trunc:
        nd_print_trunc(ndo);
-       return;
 }
 
 static void
@@ -350,7 +348,6 @@ cnfp_v5_print(netdissect_options *ndo, const u_char *cp)
 
 trunc:
        nd_print_trunc(ndo);
-       return;
 }
 
 static void
@@ -456,7 +453,6 @@ cnfp_v6_print(netdissect_options *ndo, const u_char *cp)
 
 trunc:
        nd_print_trunc(ndo);
-       return;
 }
 
 void