summaryrefslogtreecommitdiff
path: root/net/tcpshow/files/patch-tcpshow.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/tcpshow: fix parsing TSO-enabled "cooked" captureEugene Grosbein2019-12-271-27/+41
| | | | | | | | | | | Modern tcpdump may issue zero for octets encoding length of IP datagramm that contains TCP packet captured with TCP Segmentation Offload enabled. tcpshow breaks due to signed underflow in such case. Fix it by using total length of captured packet from "length:" field instead of zero value from packet data. Notes: svn path=/head/; revision=520963
* Rename net/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-291-0/+341
Approve by: portmgr (not really, but one of these is modifying an unstaged port) Notes: svn path=/head/; revision=363285