Bug ID |
9342
|
Summary |
[PATCH] editcap: stop polluting stdout with selections
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
1.11.x (Experimental)
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
Extras
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 11916 [details]
[PATCH] editcap: stop polluting stdout with selections
Build Information:
--
Writing diagnostic messages to stdout corrupts the output file:
editcap src.pcapng.gz - 2 | gzip -9 > out.pcapng.gz
Fix this by writing the diagnostic messages to stderr instead. Nobody
needs confirmation that their command is entered correctly, so display
the debugging details for packet selection only when verbose mode is
requested.
You are receiving this mail because:
- You are watching all bug changes.