Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net/tcpshow: fix parsing TSO-enabled "cooked" capture | Eugene Grosbein | 2019-12-27 | 1 | -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 Weinberger | 2014-07-29 | 1 | -0/+341 |
Approve by: portmgr (not really, but one of these is modifying an unstaged port) Notes: svn path=/head/; revision=363285 |