tcpdump 抓包存文件使用tftp傳輸 wireshark 打開報錯

pcap: File has 186435570-byte packet, bigger than maximum of 65535 


解決方法:將傳輸模式設置爲binary


在使用tftp傳輸時

tftp> connect 192.168.1.1

tftp> ?
Commands may be abbreviated.  Commands are:

connect         connect to remote tftp
mode            set file transfer mode
put             send file
get             receive file
quit            exit tftp
verbose         toggle verbose mode
trace           toggle packet tracing
status          show current status
binary          set mode to octet
ascii           set mode to netascii
rexmt           set per-packet retransmission timeout
timeout         set total retransmission timeout
?               print help information
tftp> binary

tftp> put ddns.pcap

Sent 15460 bytes in 0.0 seconds


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章