Michael Mann
changed
bug 10284
What |
Removed |
Added |
Status |
UNCONFIRMED
|
CONFIRMED
|
See Also |
|
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2892
|
Ever confirmed |
|
1
|
Comment # 1
on bug 10284
from Michael Mann
Your particular issue is (m)DNS dissector specific as it explicitly formats
(part of) the info column to be:
col_append_fstr(cinfo, COL_INFO, ", \"%s\" question", qu ? "QU" : "QM");
However, I doubt this is the only dissector that uses double quotes in the info
column, and I don't think we want to "outlaw" them.
I also don't like the idea of search/replace with the output as the "field
data" would end up different between Wireshark and TShark.
You are receiving this mail because:
- You are watching all bug changes.