X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/2de3a27ab75415237de96d2539e86b959ad0a9d0..57d187a3910bb1c6bb75cfdd20dae1fb2d4a61e8:/print-tcp.c diff --git a/print-tcp.c b/print-tcp.c index ef7bcf6c..1b8fb4c4 100644 --- a/print-tcp.c +++ b/print-tcp.c @@ -820,7 +820,7 @@ static void print_tcp_rst_data(netdissect_options *ndo, const u_char *sp, u_int length) { - int c; + u_char c; ND_PRINT(ND_TTEST_LEN(sp, length) ? " [RST" : " [!RST"); if (length > MAX_RST_DATA_LEN) {