X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/32e24ead3b2a171e5f5eff50d7231c2514eda9b4..e7cfa5e63a27e6fbb75e0bbd151af2c7d0d222e9:/print-calm-fast.c diff --git a/print-calm-fast.c b/print-calm-fast.c index 45bb5cc7..6331a9c9 100644 --- a/print-calm-fast.c +++ b/print-calm-fast.c @@ -47,8 +47,8 @@ calm_fast_print(netdissect_options *ndo, const u_char *bp, u_int length, const s ND_TCHECK_2(bp); if (length < 2) goto trunc; - srcNwref = EXTRACT_U_1(bp); - dstNwref = EXTRACT_U_1(bp + 1); + srcNwref = GET_U_1(bp); + dstNwref = GET_U_1(bp + 1); length -= 2; bp += 2;