Re: [Wireshark-dev] LUA development highlighting bytefield display with LUA

2008-06-20 Thread Rowswell, Brent
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

Re: [Wireshark-dev] LUA development highlighting bytefield display with LUA

2008-06-20 Thread Rowswell, Brent
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

Re: [Wireshark-dev] LUA development highlighting bytefield display with LUA

2008-06-20 Thread Rowswell, Brent
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

Re: [Wireshark-dev] LUA development highlighting bytefield display with LUA

2008-06-18 Thread Rowswell, Brent
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

[Wireshark-dev] LUA development highlighting bytefield display with LUA

2008-06-16 Thread Rowswell, Brent
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

Re: [Wireshark-dev] LUA development changing column headers

2008-06-16 Thread Rowswell, Brent
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

[Wireshark-dev] LUA development changing column headers

2008-06-12 Thread Rowswell, Brent
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

[Wireshark-dev] LUA: Editing the protocol column

2008-06-05 Thread Rowswell, Brent
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