https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5630
wireshark@xxxxxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wireshark@xxxxxxxxxxxxx
--- Comment #8 from wireshark@xxxxxxxxxxxxx 2011-02-03 04:08:41 PST ---
If you want to stay on the stable release, I've found that putting the strings
into a dictionary with global scope works around the problem. YMMV depending
on how many variations you have for the pinfo string. I guess the set command
doesn't make a copy of the string so when the non-const string goes out of
scope lua writes over the top.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.