Description of problem: tshark snaplen option does not work. See the reproducer below. -s <capture snaplen> Set the default snapshot length to use when capturing live data. No more than snaplen bytes of each network packet will be read into memory, or saved to disk. Version-Release number of selected component (if applicable): wireshark-1.0.8-1.el5_3.1 How reproducible: always Steps to Reproduce: # tshark -i eth0 -s 30 -c 5 -w Tmpfile # capturing 30 bytes at most Running as user "root" and group "root". This could be dangerous. Capturing on eth0 5 # tshark -V -r Tmpfile | grep -i 'capture length' Running as user "root" and group "root". This could be dangerous. Capture Length: 66 bytes Capture Length: 62 bytes Capture Length: 68 bytes Capture Length: 62 bytes Capture Length: 66 bytes Actual results: Packets are not truncated Expected results: Packets are truncated
This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux.
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release.
Upstream patch: http://anonsvn.wireshark.org/viewvc?view=revision&revision=27526
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Previously, tshakr's '-s <size>' option worked only for <size> greater than 68 bytes. If lower <size> was specified, tshar captured just 68 bytes of incoming packets. With this update, '-s' option is fixed and sizes lower than 68 bytes work as expected.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0125.html