Guy Harris
changed
bug 9878
What |
Removed |
Added |
Component |
TShark
|
Dissection engine (libwireshark)
|
Hardware |
x86
|
All
|
Summary |
"tshark -G values" doesn't match documentation
|
Some value_string strings contain newlines
|
OS |
Mac OS X 10.8
|
All
|
Comment # 1
on bug 9878
from Guy Harris
(In reply to comment #0)
> Should we add a check for newlines in value strings to checkAPIs.pl
Yes. Too much stuff assumes, in effect, that the representation of a field in
a protocol takes one line.
I've fixed the cases listed in the bug; some grepping didn't find other
examples, but perhaps the pattern I used (which assumed there was a
curly-bracket on the same line as the "\n" in a string) might not find all of
them.
I'll backport that, but the bug shouldn't be closed unless we either enhance
checkAPIs.pl or conclude it can't easily be enhanced.
You are receiving this mail because:
- You are watching all bug changes.