]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-msnlb.c
IPoIB: Add the output with -e for a capture test
[tcpdump] / print-msnlb.c
index 7a86ff0652be7830c68cf3b5144488f4974c34df..5d25f568265c6c0df486bb846956640914f7ab28 100644 (file)
@@ -57,7 +57,7 @@ msnlb_print(netdissect_options *ndo, const u_char *bp)
        ND_TCHECK_SIZE(hb);
 
        ND_PRINT("MS NLB heartbeat, host priority: %u,",
-               EXTRACT_LE_U_4((hb->host_prio)));
+               GET_LE_U_4((hb->host_prio)));
        ND_PRINT(" cluster IP: %s,", ipaddr_string(ndo, hb->virtual_ip));
        ND_PRINT(" host IP: %s", ipaddr_string(ndo, hb->host_ip));
        return;