X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/49b23c5a9b0198bb382dcf43c458d46fcf2fa809..1a04b92e365f5ed01ca38619b41bcc4fc9cbd63c:/print-msnlb.c diff --git a/print-msnlb.c b/print-msnlb.c index 5264da49..2352ba38 100644 --- a/print-msnlb.c +++ b/print-msnlb.c @@ -56,7 +56,7 @@ msnlb_print(netdissect_options *ndo, const u_char *bp) ND_TCHECK(*hb); ND_PRINT((ndo, "MS NLB heartbeat, host priority: %u,", - EXTRACT_LE_32BITS(&(hb->host_prio)))); + EXTRACT_LE_U_4(&(hb->host_prio)))); ND_PRINT((ndo, " cluster IP: %s,", ipaddr_string(ndo, &(hb->virtual_ip)))); ND_PRINT((ndo, " host IP: %s", ipaddr_string(ndo, &(hb->host_ip)))); return;