Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6020] Lua pinfo.cols.protocol not holding value in postdis

Date: Tue, 5 Jul 2011 13:19:28 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6020

--- Comment #9 from Tony Trinh <tony19@xxxxxxxxx> 2011-07-05 16:19:27 EDT ---
I have a couple *wild guesses* for the problem:

1. Stack size too small (possible?)
2. Incorrect usage of `malloc()` in `pinfo.cols.protocol`


In case it's none of the above, here's what I would try:

1. Check if it's related to the TCP dissector by picking a different protocol
(such as Ethernet) for the field predicate.

2. To hone in on the bug, remove all extraneous code. Leave nothing but the
required code to test the field predicate (with the `if` statement) and to set
the column text. This includes removing all tree "stuff".

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.