]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-radius.c
PIM: refresh and use tok2str()
[tcpdump] / print-radius.c
index 3ba26b1433806ea0bd5e015cfdb89a52ac386436..0c3880ef46a1807b10a09ef338384753c35ecc33 100644 (file)
@@ -699,11 +699,11 @@ print_attr_address(netdissect_options *ndo,
               if (EXTRACT_32BITS(data) == 0xFFFFFFFE )
                  ND_PRINT((ndo, "NAS Select"));
               else
-                 ND_PRINT((ndo, "%s",ipaddr_string(data)));
+                 ND_PRINT((ndo, "%s",ipaddr_string(ndo, data)));
       break;
 
       default:
-          ND_PRINT((ndo, "%s", ipaddr_string(data)));
+          ND_PRINT((ndo, "%s", ipaddr_string(ndo, data)));
       break;
    }