[Wireshark-dev] Byte Stream Display in WS

2009-06-26 Thread Jonathan Walker (c)
Hello, I was just wondering which structure in the dissect_ ( ) function has to do with displaying the bytes (hex and ascii) below the GUI tree? I would like to ideally set my plug-in to display only up to a certain point of these bytes, instead of the whole packet that WS receives. Is th

Re: [Wireshark-dev] header field arrays

2009-06-19 Thread Jonathan Walker (c)
009 6:24 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] header field arrays On Jun 18, 2009, at 3:11 PM, Jonathan Walker (c) wrote: > It wasn't giving the specific error, which is why it was so hard to > debug. What non-specific error did it give? Did

Re: [Wireshark-dev] header field arrays

2009-06-18 Thread Jonathan Walker (c)
ark Subject: Re: [Wireshark-dev] header field arrays On Jun 18, 2009, at 1:43 PM, Jonathan Walker (c) wrote: >When creating and registering a new header field array in a plug- > in, does the size of the array have to be exactly the same as the > number of used fields? No. This i

[Wireshark-dev] header field arrays

2009-06-18 Thread Jonathan Walker (c)
Hello all, When creating and registering a new header field array in a plug-in, does the size of the array have to be exactly the same as the number of used fields? For example, I created a hf array as follows: static hf_register_info hf[MAX_FIELDS]; I plan to fill up a certain variab

Re: [Wireshark-dev] compile using libwireshark.dll

2009-06-12 Thread Jonathan Walker (c)
Wireshark. This would likely work if the versions were "close". I found that even my 1.0.6 plugins ran with 1.2.0pre2, although I didn't thoroughly test them. From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Jonathan Walker (c) Sent

Re: [Wireshark-dev] compile using libwireshark.dll

2009-06-12 Thread Jonathan Walker (c)
n your question I assume that you will run in to all of the issues that I have while trying to do what you asked about. -Bryant From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Jonathan Walker (c) Sent: Thursday, June 11, 2009 4:46 PM To: wireshark-dev@

[Wireshark-dev] compile using libwireshark.dll

2009-06-11 Thread Jonathan Walker (c)
Hello, I noticed that actual release versions of wireshark that can be downloaded online do not include a libwireshark.lib file, but they do include a libwireshark.dll. Does this mean that the only possible way to compile a wireshark plugin is by compiling all of wireshark source first? Or

[Wireshark-dev] Wireshark Runtime Problem

2009-06-01 Thread Jonathan Walker (c)
Hello, I have successfully gotten Wireshark to compile on my Windows 2003 Server machine, and the program starts up successfully. However, when I try to "open capture file" and click on a file, the program freezes up. What is the problem here? Thank you, J. Walker

[Wireshark-dev] protocol translation

2009-05-30 Thread Jonathan Walker (c)
Hello, I am working on a project on capturing a packet and identifying/translating its unique communication application protocol inside the standard protocols Eth/IP/UDP. I was reading about reserving a DLT_VALUE for the protocol, so that with some coding it can be identified. Please let me