]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-dhcp6.c
ICMP: Fix a typo in a comment.
[tcpdump] / print-dhcp6.c
index 699b728fbd9b9cb02e2e20a42bd29d7ace438369..dba13e9e483ef208241eb45f26853acbb77a0247 100644 (file)
@@ -764,7 +764,7 @@ dhcp6opt_print(netdissect_options *ndo,
                                break;
                        }
                        tp = (const u_char *)(dh6o + 1);
-                       ND_PRINT("=");
+                       ND_PRINT(" ");
                        nd_printjnp(ndo, tp, optlen);
                        ND_PRINT(")");
                        break;