n...] dialog do you see your proto there?
On Fri, Jun 20, 2008 at 6:05 PM, Rowswell, Brent
<[EMAIL PROTECTED]> wrote:
> Whenever I try to run the filter on the ProtoFields wireshark comes up
> with an error.
> I'm trying to assign the ProtoField as such:
>
> loca
hting bytefield
display with LUA
On Fri, Jun 20, 2008 at 3:58 PM, Rowswell, Brent
<[EMAIL PROTECTED]> wrote:
> So when you say that using a ProtoField would create a filterable
> field, do you mean that wireshark can then filter based on some field
> in the protocol which has the P
protoField lets'say
local pf_mine = ProtoField.uint8("my_field")
...
mytree = subtree:add(pf_mine, "STUFF")
should not only highlight the bytes but should create a filterable field
"my_proto.my_filed" for the byte(s) in the tvbRange.
On Wed, Jun 18, 2008
as with any other dissector.
On Mon, Jun 16, 2008 at 3:37 PM, Rowswell, Brent
<[EMAIL PROTECTED]> wrote:
> Hey there,
>
> I was wondering if there was a way to make my LUA dissector highlight
> specific bytes in the bytefield display so that they stand out easily,
> s
Hey there,
I was wondering if there was a way to make my LUA dissector highlight
specific bytes in the bytefield display so that they stand out easily,
such as the various portions of my header and attach these to the
subtrees that explain what they are. I know something that does this is
already
over the src and dst addresses.
On Fri, Jun 13, 2008 at 12:04 AM, Rowswell, Brent
<[EMAIL PROTECTED]> wrote:
> Over the past few weeks I've been trying to make a LUA script to parse
> out my header information, open up the packet and display the
> necessary data in a vario
Over the past few weeks I've been trying to make a LUA script to parse
out my header information, open up the packet and display the necessary
data in a various tree structure. So far all of that has been done well
enough, but I find that the packets that I have dissected come maybe
once every 300
Hello,
I'm working on developing a dissector with LUA, and so far all of the
dissection has been fairly easy to make. What I was wondering is if
there was a way to take my LUA dissector, grab out a packet and change
it in a way that wireshark will display the change, so that we can
filter out the