Bug ID |
9637
|
Summary |
fix 3 printf format issues in editcap.c and dumpcap.c
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
x86
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
TShark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 12472 [details]
patch
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
tfoerste@n22 ~/devel/wireshark $ cat ~/tmp/fix_printf.patch
Index: editcap.c
===================================================================
--- editcap.c (revision 54800)
+++ editcap.c (working copy)
@@ -1596,7 +1596,7 @@
}
if (dup_detect) {
- fprintf(stdout, "%u packet%s seen, %u packet%s skipped with duplicate
window of %u packets.\n",
+ fprintf(stdout, "%u packet%s seen, %u packet%s skipped with duplicate
window of %i packets.\n",
...
You are receiving this mail because:
- You are watching all bug changes.