Bug ID |
9310
|
Summary |
[PATCH] capinfos: print informations even on short reads
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
Extras
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
--
Even if a capture has not completed yet (i.e. when dumpcap is running),
it is still useful to know how many packets a file has, and how large
the capture is (when dumpcap is piped through gzip).
Before this patch, an error message would be printed when the file
appears to be truncated. After this patch, a warning will be printed,
but the information is still displayed. In both cases, capinfos exits
with status code 1.
You are receiving this mail because:
- You are watching all bug changes.