]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-eap.c
On Solaris, for 64-bit builds, use the 64-bit pcap-config.
[tcpdump] / print-eap.c
index 00d40889bd898caeb84f895318071eccc4e47a24..b0542ad94b59ac8c2ebc5665f268c141877ea464 100644 (file)
@@ -178,14 +178,14 @@ eap_print(netdissect_options *ndo,
             case EAP_TYPE_IDENTITY:
                 if (len - 5 > 0) {
                     ND_PRINT(", Identity: ");
-                    (void)nd_printzp(ndo, cp + 5, len - 5, NULL);
+                    nd_printjnp(ndo, cp + 5, len - 5);
                 }
                 break;
 
             case EAP_TYPE_NOTIFICATION:
                 if (len - 5 > 0) {
                     ND_PRINT(", Notification: ");
-                    (void)nd_printzp(ndo, cp + 5, len - 5, NULL);
+                    nd_printjnp(ndo, cp + 5, len - 5);
                 }
                 break;