al Message-
From: stig.bjorly...@gmail.com [mailto:stig.bjorly...@gmail.com] On Behalf Of
Stig Bjørlykke
Sent: Sunday, May 10, 2009 12:11 PM
To: Developer support list for Wireshark
Cc: Becker, Matthew J.
Subject: Re: [Wireshark-dev] Lua - error calling multiple dissectors
On Mon, Dec 1, 2008
In working with Lua custom dissectors, if I pass the current dissector's
'buffer' variable to another dissector that I am calling for a specific
subrange of the data, the 'buffer' variable is destroyed when the second
dissector finishes and is no longer available to the first dissector.
To work ar
Hello! I'm creating a Lua dissector to dissect custom packets that
contain header data and then other message-type-specific data. I made
dissectors for the header data and message-type data in separate Lua
files, and then want to call those dissectors from inside this one.
However, after I call t