Comment # 2
on bug 11688
from Xiaochuan Sun
Sorry for late response. It is neither wireshark bug nor Qt bug, it is my
private dissector bug. The sprintf is widely used in my dissector, which slows
down the loading and filtering speed significantly. When I used col_add_fstr
and col_append_fstr to substitue sprintf, the loading and filtering performance
is OK. So the issue is actually introduced by sprintf I used in my dissector.
You are receiving this mail because:
- You are watching all bug changes.