X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/45bfdabccfc96c7d2150cd24e1e9c3679f448a28..1afd3f308e25f7bf070f3932a28ed6b2be8173f6:/print-tftp.c diff --git a/print-tftp.c b/print-tftp.c index 0caff428..84cde396 100644 --- a/print-tftp.c +++ b/print-tftp.c @@ -99,15 +99,7 @@ tftp_print(register const u_char *bp, u_int length) case RRQ: case WRQ: case OACK: - /* - * XXX Not all arpa/tftp.h's specify th_stuff as any - * array; use address of th_block instead - */ -#ifdef notdef p = (u_char *)tp->th_stuff; -#else - p = (u_char *)&tp->th_block; -#endif putchar(' '); /* Print filename or first option */ if (opcode != OACK)