Evan Huus
changed
bug 8537
Comment # 1
on bug 8537
from Evan Huus
Fixed in r48636.
Dario, Alexander, CCing you so you're aware since these were in the dissectors
you submitted. The issue was basically that col_set_str doesn't take a copy of
the string being set, but val_to_str returns a string that only lasts for the
current packet. The solution was to use col_add_str instead, which takes a copy
of the passed-in string so it's guaranteed to last long enough.
You are receiving this mail because:
- You are watching all bug changes.