Comment # 2
on bug 8467
from Evan Huus
(In reply to comment #1)
> Would it be case-sensitive, or case-insensitive? Might want both functions.
> For example for the SIP dissector (packet-sip.c), some of its string-to-val
> lookups are case-sensitive, some not, because of how they're defined in the
> RFCs.
The current string_string functions and Sebastiano's original patch are both
case-sensitive. Adding case-insensitive versions might be useful.
The sip dissector appears to do its own thing with hash tables at a few spots,
so I'm not sure how applicable this would be.
You are receiving this mail because:
- You are watching all bug changes.