]> The Tcpdump Group git mirrors - tcpdump/commit
Just dissect the TFTP packet byte by byte.
authorGuy Harris <[email protected]>
Wed, 15 Feb 2017 23:24:56 +0000 (15:24 -0800)
committerDenis Ovsienko <[email protected]>
Wed, 13 Sep 2017 11:25:44 +0000 (12:25 +0100)
commit6b004c4e263adab464db0970024a5948f0d41de3
tree84c59a87e76a2aa46e28fdcf06be65e88240f686
parente4f6fefdc7a3a467934a95e78c6b1c8e4e3eaa35
Just dissect the TFTP packet byte by byte.

Don't use a structure to define the layout - Coverity gets confused by
tu_stuff being 1 byte, and complains that we're going past 1 byte.

Should fix Coverity CID 1400556.
print-tftp.c