tcpdump: fix XXX in fdata()

2021-04-12 Thread Guilherme Janczak
It appears that all the fdata() calls use fmt strings supplied at compile time so this patch makes all the same assumptions, the only change is that it uses the right functions for the job. Index: usr.sbin/tcpdump/smbutil.c ===

Re: tcpdump: fix XXX in fdata()

2021-04-12 Thread Guilherme Janczak
I apologize, I managed to slip in a syntax error. This reply has the missing close parenthesis. Index: usr.sbin/tcpdump/smbutil.c === RCS file: /cvs/src/usr.sbin/tcpdump/smbutil.c,v retrieving revision 1.10 diff -u -p -u -r1.10