Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 580510 - tshark returns exit code 0 in case of errors
tshark returns exit code 0 in case of errors
Status: CLOSED ERRATA
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: wireshark (Show other bugs)
5.5
All Linux
low Severity low
: rc
: ---
Assigned To: Jan Safranek
Karel Srot
:
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2010-04-08 08:56 EDT by Karel Srot
Modified: 2013-01-07 23:59 EST (History)
1 user (show)

See Also:
Fixed In Version: wireshark-1.0.15-2
Doc Type: Bug Fix
Doc Text:
Previously, tshark, console packet analyzer, did not properly analyze exit code of dupcap, wireshark's packet capturing backend. As result, tshark returned exit code 0 when dupcap failed to parse its command line arguments. In this update, tshark properly propagates dumpcap's exit code and returns nozero exit code when dumpcap fails.
Story Points: ---
Clone Of:
Environment:
Last Closed: 2013-01-07 23:59:59 EST
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2013:0125 normal SHIPPED_LIVE Moderate: wireshark security, bug fix, and enhancement update 2013-01-08 04:22:17 EST

  None (edit)
Description Karel Srot 2010-04-08 08:56:32 EDT
Description of problem:
tshark returns exit code 0 in case of errors


Version-Release number of selected component (if applicable):
wireshark-1.0.8-1.el5_3.1.x86_64


How reproducible:
always


Steps to Reproduce:
# tshark -f 'jkghg' -w './testout.pcap'
Running as user "root" and group "root". This could be dangerous.
Capturing on peth0
tshark: Invalid capture filter: "jkghg"!

That string isn't a valid capture filter (syntax error).
See the User's Guide for a description of the capture filter syntax.
# echo $?
0
# tshark -i 'invalid-interface'
Running as user "root" and group "root". This could be dangerous.
Capturing on invalid-interface
tshark: The capture session could not be initiated (ioctl: No such device).
Please check to make sure you have sufficient permissions, and that you have the proper interface or pipe specified.
0 packets captured
# echo $?
0

  
Actual results:
tshark return exit code 0


Expected results:
tshark should return exit code 1 as it does for wrong interface index:
# tshark -i 0
tshark: There is no interface with that adapter index
# echo $?
1
Comment 3 RHEL Product and Program Management 2011-05-31 10:29:56 EDT
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.
Comment 4 RHEL Product and Program Management 2012-04-02 06:35:48 EDT
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.
Comment 5 Jan Safranek 2012-04-18 04:11:49 EDT
Upstream patch is in SVN rev. 33387 in 1.2 branch.
Comment 7 Jan Safranek 2012-05-29 08:57:06 EDT
    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, tshark, console packet analyzer, did not properly analyze exit code of dupcap, wireshark's packet capturing backend. As result, tshark returned exit code 0 when dupcap failed to parse its command line arguments. In this update, tshark properly propagates dumpcap's exit code and returns nozero exit code when dumpcap fails.
Comment 11 errata-xmlrpc 2013-01-07 23:59:59 EST
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

Note You need to log in before you can comment on or make changes to this bug.