Re: [Wireshark-dev] Adding count to the displayed data

2010-07-01 Thread Jaap Keuter
On 06/30/2010 06:06 PM, eymanm wrote: I'm extracting a multiple pieces of similar data using a for(i=0; imax; i++) loop. I'd like to add the i to each piece of data being displayed. Something like: Piece0 data Piece1 data Piece2 data and so on. I tried to use

Re: [Wireshark-dev] Resolved/Unresolved column (Was: [Wireshark-users] Adding DSCP column in Wireshark 1.4.0rc1)

2010-06-25 Thread Jaap Keuter
On Fri, 25 Jun 2010 08:48:39 +0200, Stig Bjørlykke s...@bjorlykke.org wrote: On Thu, Jun 24, 2010 at 8:29 AM, Jaap Keuter jaap.keu...@xs4all.nl wrote: It could be added here, as a checkbox item, on the dropdown menu, and enabled when applicable Please try a development release with revision

[Wireshark-dev] Resolved/Unresolved column (Was: [Wireshark-users] Adding DSCP column in Wireshark 1.4.0rc1)

2010-06-24 Thread Jaap Keuter
wireshark-us...@wireshark.org On Jun 23, 2010, at 2:54 PM, Jaap Keuter wrote: That would required the option of having custom columns with unresolved values. An interesting concept in itself. ...which might let us have the type of column and resolved vs. unresolved as separate notions

Re: [Wireshark-dev] How can i run wireshark on Win CE

2010-06-09 Thread Jaap Keuter
On Tue, 8 Jun 2010 23:14:54 -0700, Guy Harris g...@alum.mit.edu wrote: On Jun 8, 2010, at 5:22 PM, luoyantai wrote: And i have an another question,the dissectors,are they depend on platform? Most of them shouldn't depend on the platform (other than requiring GLib; as I already said,

Re: [Wireshark-dev] Creating a Wireshark installer with my dissector in it

2010-06-09 Thread Jaap Keuter
Hi, Follow *all* instruction in c:\wireshark\trunk\doc\README.plugins and you should be fine. Thanks, Jaap On 06/09/2010 09:49 PM, Brian Oleksa wrote: All I have created a wireshark dissector and it works great. When I am out in the field I like to use this dissector. But first I have to

Re: [Wireshark-dev] Creating a Wireshark installer with my dissector in it

2010-06-09 Thread Jaap Keuter
Hi, Depends on the kind of package you want to create. Following targets exist: rpm-package debian-package Thanks, Jaap On 06/09/2010 10:45 PM, Brian Oleksa wrote: Gerald / All I got it to work. This is what I was missing. Add File ..\..\plugins\xxx\xxx.dll

Re: [Wireshark-dev] Creating a Wireshark installer with my dissector in it

2010-06-09 Thread Jaap Keuter
: Japp I searched the README.plugins directory for rpm and did not find anything. How would one create an rpm-package..?? Thanks, Brian Jaap Keuter wrote: Hi, Depends on the kind of package you want to create. Following targets exist: rpm-package debian-package Thanks, Jaap

Re: [Wireshark-dev] How can i run wireshark on Win CE

2010-06-07 Thread Jaap Keuter
Hi, The answer was already sent on the mailing list, you should have received a copy from there. Are you subscribed to the dev-list? Thanks, Jaap On Mon, 7 Jun 2010 16:27:37 +0800 (CST), luoyantai wrote: My question is described in the title.If i want run wireshark on WinCE,what changes

Re: [Wireshark-dev] Generation of display filter based on a field in the pcap

2010-06-05 Thread Jaap Keuter
On 06/05/2010 11:37 AM, Rohit Mediratta wrote: Hi, I am trying to generate a display filter which is based on the the value of a TLV within the pcap. Let me provide an example of a display filter I am trying to generate in the pcap that I have. 1. Packet A has a TLV with value1 and another

Re: [Wireshark-dev] Generation of display filter based on a field in the pcap

2010-06-05 Thread Jaap Keuter
Hi, When your dissector sees packet A for the first time it should create a conversation with private data carrying req_tunnel_id, req_idx and later add the reply_tunnel_id when dissecting packet B. That would allow you to add a req_id to all related packets, offering a field to filter on.

Re: [Wireshark-dev] Sprintf weirdness

2010-06-01 Thread Jaap Keuter
Hi, With %lu you tell sprintf to expect a 32 bit value on the stack, while in fact you put 64 bit sized value 0 there. That reads like two times 32 bit sized value 0, hence the results you see. The rest is left as an exercise to the reader ;) Thanks, Jaap Send from my iPhone On 2 jun

Re: [Wireshark-dev] run wireshark from the build directory

2010-05-29 Thread Jaap Keuter
On 05/29/2010 11:01 AM, Toralf Förster wrote: Hello, I like to run wireshark from the build directory ~(/devel/wireshark). By this I have a working installed version (under the prefix /usr/local/) and a runable dev version. However the version of the build directory lacks a minor feature

[Wireshark-dev] Change new_packet_list to old_pa cket_list

2010-05-27 Thread Jaap Keuter
Hi list, Now that the New Packet List feature is the default for a while, and is likely to become the default for the 1.4 branch, wouldn't it be better to change the version info to report , with old_packet_list if so configured during build? My vote: +1 Thanks, Jaap

Re: [Wireshark-dev] [Wireshark-users] tshark or dumpcap ring buffer limitations

2010-05-20 Thread Jaap Keuter
On Thu, 20 May 2010 12:05:09 -0400, Jeff Morriss jeff.morriss...@gmail.com wrote: [Redirecting to -dev for this question.] Jaap Keuter wrote: On 05/19/2010 07:38 PM, Joseph Laibach wrote: All, I’m running a continuous capture of data. I’m trying to use a ring buffer of 25000 files

Re: [Wireshark-dev] Is it just me? (build error in packet-q708.c)

2010-05-19 Thread Jaap Keuter
On 05/19/2010 04:07 PM, Jakub Zawadzki wrote: On Wed, May 19, 2010 at 02:56:52PM +0100, Martin Mathieson wrote: {hf_q708_sanc, { Signalling Area Network Code (SANC),q708.sanc, - FT_UINT16, BASE_DEC | BASE_EXT_STRING, VALS(q708_sanc_areas_ext), 0x0, +

Re: [Wireshark-dev] RFE: Remove the old buildbot source tarballs from automated/src/

2010-05-19 Thread Jaap Keuter
On 05/19/2010 10:46 PM, Jose Pedro Oliveira wrote: Hi, Would it be possible to have the pre-1.3.6 source tarballs removed from http://www.wireshark.org/download/automated/src/ ? The directory listing is getting a bit too long. Thanks in advance, jpo Hi, Aren't you talking about removing

Re: [Wireshark-dev] Wireshark 1.4 Cmake status - missing file

2010-05-18 Thread Jaap Keuter
On 05/18/2010 02:58 AM, Jose Pedro Oliveira wrote: On 2010-05-14 15:36, Joerg Mayer wrote: ...[snip]... Should we ship all the Cmake stuff in the tarballs so more people can play with it (e.g., those without SVN access), even if it's not release quality? From my point of view: Sure :-)

Re: [Wireshark-dev] Compiling a Dissector

2010-05-18 Thread Jaap Keuter
On 19 mei 2010, at 02:11, Stephen Fisher st...@stephen-fisher.com wrote: You can usually take a compiled plug-in and drop it into another installation (same operating system and Wireshark version) and have it work. Don't forget 'and same compiler version', especially on Windows. Thanks,

Re: [Wireshark-dev] Wireshark 1.4

2010-05-17 Thread Jaap Keuter
On 05/17/2010 03:07 AM, Stephen Fisher wrote: On Tue, May 11, 2010 at 04:40:36PM -0700, Gerald Combs wrote: If you have added a new feature in the past year, please review the release notes to make sure it's listed. Besides the initial new packet list work, it looks like I didn't add many

Re: [Wireshark-dev] Hi. regarding 'visited' bit

2010-05-16 Thread Jaap Keuter
On 05/16/2010 03:36 PM, Ari Yoskovitz wrote: Hi. I am using the pinfo-fd-flags.visited bit in my dissector. I have discovered (after a lot of debugging...) the sometimes this bit is asserted even on the first run, namely when the packet was not visited... It happens very rarely, but when it

Re: [Wireshark-dev] Wireshark 1.4

2010-05-15 Thread Jaap Keuter
On 05/15/2010 08:05 AM, Stephen Fisher wrote: On Tue, May 11, 2010 at 04:40:36PM -0700, Gerald Combs wrote: If you have added a new feature in the past year, please review the release notes to make sure it's listed. That's a long time to think back to :-) Are the release notes anywhere

Re: [Wireshark-dev] Auto-save packets to file

2010-05-13 Thread Jaap Keuter
Hi, First of all you should put these things to the user list, more chance of a response. Secondly, look into using dumpcap from the command line to do the capture for you. Thanks, Jaap On 05/13/2010 11:43 AM, Ari Yoskovitz wrote: Hi. I am working with massive amounts of packets. At some

Re: [Wireshark-dev] Wireshark 1.4

2010-05-13 Thread Jaap Keuter
Hi, I would get it done asap, so the core developers have the time to get it processed as well. Cutoff is when the branch is made. This will happen once we're satisfied the trunk is stable enough. We hope this happens somewhere next week. Thanks, Jaap On 05/12/2010 06:45 PM, Atcitty, Torrey

Re: [Wireshark-dev] maybe a little error in web page

2010-05-13 Thread Jaap Keuter
Hi, I think you're right. Corrected the Wiki page accordingly. Thanks, Jaap On 05/13/2010 08:37 AM, 刘延君 wrote: Hello: In this page,I found a example,mybe have problem. http://wiki.wireshark.org/CaptureFilters (tcp[2:2] 1500 and tcp[2:2] 1550) or (tcp[4:2] 1500 and tcp[4:2]

Re: [Wireshark-dev] Wireshark 1.4

2010-05-13 Thread Jaap Keuter
-Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Jaap Keuter Sent: Thursday, May 13, 2010 12:44 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Wireshark 1.4 Hi, I would get it done asap, so

Re: [Wireshark-dev] Reading from and writing back to tvbuff

2010-05-12 Thread Jaap Keuter
Hi, * Testy, Virtual(-izable) Buffer of guint8*'s * * Testy -- the buffer gets mad when an attempt is made to access data * beyond the bounds of the buffer. An exception is thrown. * * Virtual -- the buffer can have its own data, can use a subset of * the data of a backing tvbuff, or

Re: [Wireshark-dev] Issue with installing Wireshark

2010-05-09 Thread Jaap Keuter
Hi, I hope you meant: ./autogen.sh ./configure make Thanks, Jaap On 05/09/2010 02:41 PM, mayank kesarwani wrote: Hi, I have newly joined member of this group. Basiccally I have a issue with installing the wireshark from the source code. i did install.sh, confifure,make. After doing make

Re: [Wireshark-dev] [Wireshark-commits] rev 32633: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ip.c

2010-05-09 Thread Jaap Keuter
Hi, Work this through the bug system please. Thanks, Jaap On 05/08/2010 01:14 AM, Jakub Zawadzki wrote: On Mon, May 03, 2010 at 07:44:06PM +0200, Jakub Zawadzki wrote: On Sun, May 02, 2010 at 09:17:20PM +0200, Stig Bj?rlykke wrote: Where did the tree entry Flags go? It used to be above

Re: [Wireshark-dev] Configuration Profiles

2010-05-05 Thread Jaap Keuter
Hi, Check the User's Guide chapter 10.6. Configuration Profiles For the rest it's pretty straight forward: Select a profile, setup the stuff you want, rinse and repeat. Thanks, Jaap On Tue, 4 May 2010 12:35:51 -0700, Fred Marshall wrote: Does this make sense?: In the menu item

Re: [Wireshark-dev] [Wireshark-commits] rev 32519: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-rsvp.c

2010-04-28 Thread Jaap Keuter
Hi, Why the strong position that it must be a dissector bug? From a comment? What if that comment was misguided, and the author just didn't know how to handle these cases/wasn't aware they exist? Even the original text added to the tree says Unknown. If this really is a problem then the

Re: [Wireshark-dev] License question - Invoking TShark from commercial program

2010-04-25 Thread Jaap Keuter
Hi, This is considered using Wireshark/Tshark 'at arms length', hence is allowed by a non-GPL'ed program. Thanks, Jaap Send from my iPhone On 25 apr 2010, at 13:29, Lior Kaduri lior.kad...@venotion.com wrote: Hello, This point is a little vague in the GPL license: Does the

Re: [Wireshark-dev] CMake

2010-04-20 Thread Jaap Keuter
Hi, What's wrong with what is written in README.plugins? See http://anonsvn.wireshark.org/wireshark/trunk/doc/README.plugins Any viable additions/fixes are welcome as a patch in Bugzilla. Thanx, Jaap On Tue, 20 Apr 2010 10:42:14 +0100, Bruno Matos bruno.ma...@gmail.com wrote: Hello, In

Re: [Wireshark-dev] se_alloc() GSList segfault woes

2010-04-20 Thread Jaap Keuter
Hi, Maybe rethink the problem in light of binary trees, see doc/README.binarytrees. Thanks, Jaap On Tue, 20 Apr 2010 07:46:12 -0400, Jeremy O'Brien obrien6...@gmail.com wrote: Hello everyone, I am using a static GSList to record some data about packets I've seen so that I can look up said

Re: [Wireshark-dev] se_alloc() GSList segfault woes

2010-04-20 Thread Jaap Keuter
is 4 bytes. I've been keying on the last four bytes of the mac address, because these will probably be unique across a session. Do you think this will be enough to have unique keys, or should I use se_tree_*_array functions instead? Thank you! Jeremy On Tue, Apr 20, 2010 at 10:23, Jaap

Re: [Wireshark-dev] WSLUA improvement (ProtoField.bool extension)

2010-04-19 Thread Jaap Keuter
Tamás Regõs wrote: Hello, I'd like to introduce a WSLUA improvement. Any comment? :) Not from me, but then I'm not a LUA programmer. Can we map these changes to trunk-1.2 too (to have it in 1.2.8)? Ehm, no. The current stable release is only for bug fixes, see [1]. I haven't

Re: [Wireshark-dev] Tap Implementation

2010-04-07 Thread Jaap Keuter
Hi, Whatever you choose depends on what you want to do with the tapped information, so that is totally up to you. The syntax is correct. pinfo is a pointer to the packet info struct, containing all kinds of meta data on the frame. That's something (almost) every tap listener wants to have, so

Re: [Wireshark-dev] proto_tree_get_parent()

2010-03-30 Thread Jaap Keuter
Hi Chris, Please don't confuse semantics with syntaxis. Thanks, Jaap Send from my iPhone On 29 mrt 2010, at 16:33, Maynard, Chris christopher.mayn...@gtech.com wrote: ... and if we really want to retain a function call for whatever reason, then at the very least it should be renamed to

Re: [Wireshark-dev] Inner workings of libpcap

2010-03-26 Thread Jaap Keuter
Hi, This is your best initial point of contact: http://www.tcpdump.org/ Thanks, Jaap On Fri, 26 Mar 2010 02:02:41 -0700 (PDT), Rayne hja...@ymail.com wrote: Hi all, I'm interested in finding out more about the inner workings of libpcap, i.e. how it interacts with the network device etc to

Re: [Wireshark-dev] Add a decoder to Wireshark ?

2010-03-26 Thread Jaap Keuter
Hi, There's a multitude of information out there: * The developer guide, you can find on the Wireshark website. * The development pages on the Wiki. * The README.developer in the source code doc folder. * Several websites linked from the Wiki introducing dissector building. Thanks, Jaap On

Re: [Wireshark-dev] Build wireshark on windows fails, linux works

2010-03-25 Thread Jaap Keuter
Hi, If I'm correct these constructs are C99 only, which is not supported in this compilation. Thanks, Jaap On Thu, 25 Mar 2010 14:14:34 +0100, Marcel Sicking marcel.sick...@onephone.de wrote: Dear all, I have a problem building wireshark with windows after patching a dissector

Re: [Wireshark-dev] Using DISSECTOR_SUPPORT_SRC

2010-03-19 Thread Jaap Keuter
Hi, Jeremy O'Brien wrote: Hello, I have a perfectly working dissector, but I wanted to move a very large struct I have in it into its own C file. So I moved it (still keeping it static) Keeping it module static? Then there's no visibility outside the module, hence you can't link to it.

Re: [Wireshark-dev] INTERLINK dissector plugin added

2010-03-16 Thread Jaap Keuter
Hi, Well, it broke the build so you may want to check into that. Also the design desision to make it a plugin is a poor one. Single file dissectors should be added to the build in set, otherwise we would drown in the maintenane of all these 'little used' plugins. Thanks, Jaap Send from my

[Wireshark-dev] RFC: drop Fax T38 Analysis...

2010-03-16 Thread Jaap Keuter
Hi All, In WS 1.0 there was a separate option to analyze T38. With WS 1.2 this has been rolled into VoIP Calls. The T38 menu option still exists, but refers the user to VoIP Calls. Now for WS 1.3, can we drop the T38 menu option? I think it has served its purpose. Thanks, Jaap Send from

Re: [Wireshark-dev] Feeding data to Wireshark in real time

2010-03-16 Thread Jaap Keuter
Hi, That's called a pipe. Thanks, Jaap Send from my iPhone On 17 mrt 2010, at 05:26, kahou lei kaho...@gmail.com wrote: Hi, I am implementing an application that will receive real time traffic from a network interface (the interface is on a remote network equipment). I would like to

Re: [Wireshark-dev] [Wireshark-commits] rev 32184: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-cfm.h

2010-03-14 Thread Jaap Keuter
Hi, Yes, that was correct. My bad, obviously. Thanks, Jaap Martin Mathieson wrote: OK, checked the patch in bug 4391 to see that what I did was correct. Martin On Sun, Mar 14, 2010 at 9:17 AM, mart...@wireshark.org mailto:mart...@wireshark.org wrote:

Re: [Wireshark-dev] RFC 5086 (PW encapsulation) support

2010-03-09 Thread Jaap Keuter
Hi, Did you look? http://www.wireshark.org/lists/wireshark-commits/200904/msg00263.html Thanks, Jaap On Tue, 9 Mar 2010 12:56:13 +0530, Munish Dayal munish.da...@aricent.com wrote: Hi, Is RFC 5086 dissector available in Wireshark, or anyone working on this ? RFC 5086 is for Time Division

Re: [Wireshark-dev] pcap_next_ex() crashes

2010-03-05 Thread Jaap Keuter
Hi, Although Wireshark uses libpcap, these are libpcap questions, not Wireshark questions. You should post them to the right forum, which in this case is tcpdump-work...@lists.tcpdump.org. Thanks, Jaap On Fri, 5 Mar 2010 10:15:29 +0200, Selçuk Cevher cevh...@gmail.com wrote: Hi All, I

Re: [Wireshark-dev] pcap_next_ex() vs pcap_loop ()

2010-03-05 Thread Jaap Keuter
Hi, Although Wireshark uses libpcap, these are libpcap questions, not Wireshark questions. You should post them to the right forum, which in this case is tcpdump-work...@lists.tcpdump.org. Thanks, Jaap On Fri, 5 Mar 2010 13:54:44 +0200, Selçuk Cevher cevh...@gmail.com wrote: Hi All, As far

Re: [Wireshark-dev] How to add multiple packets in the main table

2010-03-05 Thread Jaap Keuter
Hi, You can't. Remember Wireshark works from the ground up, so framing on the wire is paramount. Thanks, Jaap On Fri, 05 Mar 2010 13:18:20 +0100, luuk luuk.van...@tomtom.com wrote: Hi all, My protocol sometimes has multiple packets in 1 TCP packet. Instead of adding every packet as a

Re: [Wireshark-dev] [PATCH][RFC] show number of segments which were used in the desgementation

2010-03-02 Thread Jaap Keuter
Hi, Better file an enhancement bug, so it won't get lost. Thanks, Jaap On Tue, 2 Mar 2010 09:32:24 +0200, Kaul myk...@gmail.com wrote: Attached non-elegant patch shows, in addition to the already shown total number of bytes, the number of segments that were used to desegment a message. It

Re: [Wireshark-dev] How to push packets into libpcap (Lin ux) ?

2010-02-19 Thread Jaap Keuter
On Thu, 18 Feb 2010 17:12:31 +0200, Ori Finkelman orifinkel...@gmail.com wrote: Hi, My Linux kernel module can sometimes drop packets on their way out (at the IP layer). However, I would like to be able to catch these packets in wireshark even though I am dropping them. Is there any way I

Re: [Wireshark-dev] somewhat misleading error messages in -K option processing

2010-02-19 Thread Jaap Keuter
Hi, Could you create a patch and submit a bugreport for this. Thanks, Jaap On Fri, 19 Feb 2010 10:22:07 -0500, Jonathan Schilling jschill...@niksun.com wrote: [Resending, since this has not shown up on the archive] In epan/dissectors/packet-kerberos.c, there is this code in a couple of

Re: [Wireshark-dev] Installation problem with wireshark 1.2.7

2010-02-16 Thread Jaap Keuter
Hi, First of all there is now Wireshark 1.2.7, yet. There tarballs of SVN versions and a few compiled prereleases. You never stated exactly what installation you did, either build by yourself, a prerelease or otherwise. Refer to the developer guide to see what's involved with the setup of a

Re: [Wireshark-dev] Installation problem with wireshark 1.2.7

2010-02-16 Thread Jaap Keuter
Hi, And I have changed one file plugins directory and build in windows environment Well there you go. Refer to the developer guide to see what's involved with the setup of a Windows development environment, especially concerning vcredist.exe Thanks, Jaap On Tue, 16 Feb 2010 17:51:13

Re: [Wireshark-dev] dissection question

2010-02-16 Thread Jaap Keuter
Hi, Is the sizeofroutername in the protocol a 8 bit value or 16 bit value? You read a 8 bit value: sizeofroutername = tvb_get_guint8(tvb, offset); , but present a 16 bit value: proto_tree_add_item(helen_sub_tree, hf_helen_sizeofRouterName,

Re: [Wireshark-dev] How to link external value_string between plugins

2010-02-16 Thread Jaap Keuter
Hi, On Windows, you can't. Same problem hits epan/tfs.[ch] for plugins. Sorry, Jaap Alex Lindberg wrote: I have created two plugins and I need to share a value_string array between them. In plug1.h I have defined extern const value_string share_data_vals[]; In plug1.c there is the

Re: [Wireshark-dev] To Build 2 plugins using single source code

2010-02-15 Thread Jaap Keuter
Hi, What about reworking the Makefile.am for this? Thanks, Jaap On Mon, 15 Feb 2010 15:46:14 +0530, Gurpreet Singh gforgurpr...@gmail.com wrote: Hi There, I have made my own plugin to decode some CDMA messages. But i want to build a another plugin from same source code. Can you please

Re: [Wireshark-dev] enum or #define?

2010-02-14 Thread Jaap Keuter
Hi, That would probably be #1. This option makes verification against a protocol spec / RFC easiest, also such values don't have to be sequential. Thanks, Jaap Send from my iPhone On 14 feb 2010, at 22:21, Kaul myk...@gmail.com wrote: Which one is better? option 1: #define

Re: [Wireshark-dev] Buildbot query

2010-02-13 Thread Jaap Keuter
Guy Harris wrote: On Feb 12, 2010, at 6:51 PM, Maynard, Chris wrote: ... but the following targets aren't: make rpm-package make srpm-package make svr4-package make debian-package (and maybe more) Should they be? I.e., can, and should, we get into the business of making binary

Re: [Wireshark-dev] Packet direction detection from dissector level

2010-02-11 Thread Jaap Keuter
Hi, There are a few ways to tackle this. First is based on a known port number. Say the server port has a fixed value of , you can check the pinfo to see if the sourceport is . If so it's a server packet. If its destinationport is it is a client packet. If neither it's not your

Re: [Wireshark-dev] [Wireshark-commits] rev 31834: /trunk/docbook/wsug_graphics/ /trunk/docbook/wsug_graphics/: ws-gui-config-profiles.png ws-menu.png ws-statistics-menu.png ws-stats-lte-rlc-traffic.p

2010-02-09 Thread Jaap Keuter
Hi, I took the GIMP, loaded the graphic, selected 'Scale image' and adjusted the resolution to a more appropriate value. A production run of the PDFs verified the result. Thanks, Jaap Martin Mathieson wrote: Hi Jaap, Could you please describe how you did this? Is it documented somewhere?

Re: [Wireshark-dev] Compilation_problem

2010-02-06 Thread Jaap Keuter
Hi, Carefully read through doc/README.plugins and you'll find what you've missed. Thanks, Jaap nikhil tripathi wrote: Hi I added new plugin on wireshark.I am compiling it on Linux platform. I modified all makefiles ,configure.in and ./configure file to register entry for new plugin.

Re: [Wireshark-dev] [Wireshark-commits] rev 31801: /trunk-1.2/docbook/ /trunk-1.2/docbook/: Makefile.common user-guide.xml /trunk-1.2/docbook/wsdg_src/: WSDG_chapter_tools.xml /trunk-1.2/docbook/wsug_

2010-02-05 Thread Jaap Keuter
Hi Bill, I limited myself to the essentials. There was something in WSDG_chapter_tools.xml that 'forced' me to take the current HEAD of this file and backport to trunk-1.2. Indeed the last commits contain changes to more files, but these weren't reviewed for applicability to the 1.2 branch.

Re: [Wireshark-dev] preliminary code submission

2010-02-04 Thread Jaap Keuter
Hi Chris, You describe it very nicely, it's al subjective indeed. Still the guidelines in README.Developer and other documentation give a pretty good idea what's required. Thanks, Jaap Send from my iPhone On 4 feb 2010, at 17:42, Maynard, Chris christopher.mayn...@gtech.com wrote: I am

Re: [Wireshark-dev] 1.3.3 - proto_register_field_array crashes with type FT_BYTES

2010-02-04 Thread Jaap Keuter
Hi, Well, go ahead and create such a page under /Development Thanks, Jaap Send from my iPhone On 4 feb 2010, at 18:01, Beth beth.trid...@gmail.com wrote: It seems I'm not the only one who got bitten by this change (several times - I'm a slow learner). Just wondering, is there a

Re: [Wireshark-dev] Capture filter syntax check - why no check before starting a session?

2010-02-03 Thread Jaap Keuter
Hi, I've been toying with the idea of adding a precompile option button to the capture dialog. When pressing that a popup would show you the BPF code (like tcpdump -d) and a result of processing the capture filter. Maybe you can file an enhancement bug? Thanks, Jaap Send from my iPhone

Re: [Wireshark-dev] RTP-MIDI and AppleMIDI dissectors

2010-02-01 Thread Jaap Keuter
have done more work for Wireshark might take a small look at the code if that is in good shape for inclusion otherwise. Best regards, Tobias -Ursprüngliche Nachricht- Von: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] Im Auftrag von Jaap Keuter

Re: [Wireshark-dev] RTP-MIDI and AppleMIDI dissectors

2010-01-31 Thread Jaap Keuter
Hi, The way to do this is to file an enhancement bug, so it won't get lost. Two questions up front: Did you fuzztest the code? Can you work both as build in dissectors? That is really the prefered way. Thanx, Jaap Send from my iPhone On 31 jan 2010, at 14:19, Tobias Erichsen

Re: [Wireshark-dev] General Noob Questions

2010-01-27 Thread Jaap Keuter
Hi Shawn, Just keep on reading. Use any editor you like (VS if you wish), but use the build instructions as described in the Developer's Guide. Thanks, Jaap On Tue, 26 Jan 2010 17:20:41 -0500, Shawn Mayer mayer...@wvwc.edu wrote: Hello, I am currently endeavoring to modify/create a Wireshark

Re: [Wireshark-dev] Wireshark won't compile on PPC64 boxes

2010-01-27 Thread Jaap Keuter
didier wrote: Le mercredi 27 janvier 2010 à 23:12 +0200, Gerasimos Dimitriadis a écrit : Almost all of the string constants are used for initializing data structures, so an extra problem I think is that the contents of a strings array cannot be directly used for initializing e.g. the

Re: [Wireshark-dev] How to Debug wireshark in Eclipse on Linux Enviroment?

2010-01-25 Thread Jaap Keuter
Hi, I'm not familiar with Eclipse but Unix/Linux development is fully supported. Have a look at the Developer's Guide and notice all the Unix/Linux sections. In general Windows development is more involved, requiring more documentation. Unix/Linux development is pretty straightforward. Thanks,

Re: [Wireshark-dev] constify some functions in proto.c / tvbuff.c

2010-01-25 Thread Jaap Keuter
Hi, Note that this patch pushes more than just consts, but also changes in the VNC dissector and packet-redc as a PIDL dissector. Thanks, Jaap Kaul wrote: Re-attaching diff - now without conflicts. On Mon, Jan 25, 2010 at 5:50 PM, Kaul myk...@gmail.com mailto:myk...@gmail.com wrote:

Re: [Wireshark-dev] Adding new dissector to the Wireshark

2010-01-22 Thread Jaap Keuter
Hi, This wasn't discussed not too long ago on the list: http://seclists.org/wireshark/2010/Jan/178 Thanks, Jaap On Fri, 22 Jan 2010 16:29:40 +0530, Varun Gupta varun.gu...@aricent.com wrote: Hi All, I have written a new wireshark dissector, I would like it to become part of standard

Re: [Wireshark-dev] Ubuntu dissector plugin tutorial

2010-01-22 Thread Jaap Keuter
On Fri, 22 Jan 2010 12:48:58 +0100, Manthos S. s.mant...@gmail.com wrote: Thanks for your answers! in addition to the doc/README.Plugin file, you can also have a look at http://wiki.wireshark.org/Development. If you have never build anything on Linux, this could help a bit. I already

Re: [Wireshark-dev] how to submit code to wireshark..??

2010-01-19 Thread Jaap Keuter
Hi Brian, Sure it's possible to have them included. How do you think we got most of our code ;) First of all we're very critical of code quality. For regular dissectors we very much like the code to adhere to the guidelines set out in README.developer. For generated (from ASN.1) dissectors

Re: [Wireshark-dev] Ubuntu dissector plugin tutorial

2010-01-11 Thread Jaap Keuter
Hi, I would like to point you to doc/README.plugins. There it describes how to add a plugin dissector to a Windows *and* Unix/Linux build If you're looking for development information for Wireshark on Linux itself, the Wireshark Developer's Guide also includes sections for Unix/Linux along

Re: [Wireshark-dev] Wireshark highlighting wrong packet bytes in live capture

2009-12-21 Thread Jaap Keuter
Hi, My guess would be that the offsets passed in the proto_tree_add_xxx() calls is incorrect. Thanks, Jaap Jeremy O'Brien wrote: 1.2.2 on windows. Haven't tried live captures on Linux yet. Only dump files. On Dec 18, 2009 6:32 PM, Jaap Keuter jaap.keu...@xs4all.nl mailto:jaap.keu

Re: [Wireshark-dev] I am interested about your project : Wireshark

2009-12-21 Thread Jaap Keuter
Hi Ποποβίδης, I would like to introduce you to a wonderful piece called The Cathedral and the Bazaar. It basically shows the difference between software projects which are directed top-down (Cathedral style) and as a cooperative effort (Bazaar style). Cathedral style projects start off with

Re: [Wireshark-dev] [Wireshark-commits] rev 31326: /trunk/docbook/ /trunk/docbook/: README.txt developer-guide.xml /trunk/docbook/wsdg_src/: WSDG_chapter_quick_setup.xml WSDG_chapter_sources.xml WSDG_

2009-12-20 Thread Jaap Keuter
Hi Bill, Yes, FOP 0.95 tries to do a better job, but if you look at the details: http://xmlgraphics.apache.org/fop/0.95/graphics.html#png ---8--- PNG PNG images are supported through an Image I/O codec. Transparency is supported but not guaranteed to work with every output format.

Re: [Wireshark-dev] Wireshark highlighting wrong packet bytes in live capture

2009-12-18 Thread Jaap Keuter
Hi, One which Wireshark release are you developing? Thanks, Jaap Jeremy O'Brien wrote: Hello, I've written my own dissector, and it works perfectly fine while dissecting dump files. I noticed today however, during a live capture, that wireshark is dissecting the packet correctly

Re: [Wireshark-dev] log of wireshark

2009-12-12 Thread Jaap Keuter
Send from my iPhone On 12 dec 2009, at 08:26, Stephen Fisher st...@stephen-fisher.com wrote: On Dec 11, 2009, at 5:13 AM, Awadhesh Kumar wrote: I got error segmentation fault, I want to know the root cause of the problem. How can I enable the logger. Where log files will be dumped.

Re: [Wireshark-dev] Jitter Buffer in Wireshark

2009-12-10 Thread Jaap Keuter
Hi, Yes, the Wireshark implementation of a 'jitterbuffer', if you may call it, is rather poor. But then again, do you really need a high performance jitter buffer? It's not that you can use Wireshark to do MOS tests for you. That is really up to the performance of the endpoint, not the 'man in

Re: [Wireshark-dev] In which release was 6LoWPAN dissector added?

2009-12-07 Thread Jaap Keuter
Hi, First of all you need to be aware of the fact the the 1.3.x series aren't real releases. They are development snapshots, with no other status than that. Hopefully they work, but they might break badly. Not recommended in production as the saying goes. There's not even a svn tag for it, so

Re: [Wireshark-dev] Help needed on value translation of dissected bits

2009-12-03 Thread Jaap Keuter
Hi, Almost, but that put bit 8 in Byte 1 at the LSB for Value B, while it's supposed to be the MSB. This is a really weird encoding, not something supported by normal routines. Chris pointed you in the right direction how to present 'interpreted' data. Thanks, Jaap John Tapparo wrote: Does

Re: [Wireshark-dev] How to extract a string

2009-12-03 Thread Jaap Keuter
Hi, Anders is right, neither highlighted 0x06 nor 0x05 gives you the string length. Leaves you with FT_STRINGZ to display the string in the protocol tree. Thanks, Jaap Anders Broman wrote: Hi, From the picture below it looks like you are reading the length from offset 0x43 the bytes

Re: [Wireshark-dev] including a wireshark view in propietary software

2009-12-02 Thread Jaap Keuter
that to a partner for free as a coopoeration? Thanks, Joshua On Thu, Nov 5, 2009 at 11:43 AM, Jaap Keuter jaap.keu...@xs4all.nl wrote: Alexander Göbel wrote: Dear Wireshark developers, As a university student I just started working for an IT-engineering chair. They are working

Re: [Wireshark-dev] Looking for Response to Copying Text from Telephony VoIP Calls Dialog to Clipboard

2009-11-26 Thread Jaap Keuter
Hi, Since this is not a flat text pane it's not trivial. Could a save option be of help? If so, please file an Enhancement bug in Bugzilla, it might be picked up by a developer with some spare brain cycles. Thanks, Jaap John Powell wrote: Hi, Since I have received not comments on this

Re: [Wireshark-dev] wireshark GUI vs tshark

2009-11-24 Thread Jaap Keuter
Jaap Keuter wrote: Hi, Oke, quick review then. First of all the code is a mess. That results in: 1. hard to look through. 2. hard to spot even obvious errors. You forget to set initialized to TRUE in your handoff functions. FT_BYTES, BASE_HEX should be FT_BYTES, BASE_NONE Many

Re: [Wireshark-dev] Need advice on modifying tvb

2009-11-24 Thread Jaap Keuter
Hi, What's wrong with tvb_new_subset() ? Thanks, Jaap Beth wrote: I am trying to rewrite an existing dissector for a proprietary protocol that, in fact, is only a slight variation on a standard protocol that is supported by a builtin Wireshark dissector. The proprietary frame begins

Re: [Wireshark-dev] Need advice on modifying tvb

2009-11-24 Thread Jaap Keuter
Beth wrote: Change the builtin dissector? You sure that's not cheating? ;) Seriously though, that might be an option to consider - is there a way I could turn on that setting automatically from my plugin? I would prefer this to be a drop-in solution if possible, i.e. the end user simply

Re: [Wireshark-dev] wireshark assertion issue

2009-11-23 Thread Jaap Keuter
Hi, Which version of Wireshark are you developing on? Otherwise it's hard to map the assert to the source code. Thanks, Jaap On Mon, 23 Nov 2009 12:50:16 +0530, Rach, Darshan darsh...@nds.com wrote: Hi, I have written a plugin to parse a new protocol called DASH in wireshark. For packets

Re: [Wireshark-dev] wireshark GUI vs tshark

2009-11-23 Thread Jaap Keuter
crashes using the GUI...it just crashes and gives me that pop up when I run it with that tshark command. This is about all the information that I can provideunless you can think of something else that you need..?? Thanks, Brian Jaap Keuter wrote: Hi Brian, Thanks for including

Re: [Wireshark-dev] wireshark GUI vs tshark

2009-11-23 Thread Jaap Keuter
is my code. Any help is greatly appreciated. Thank you Brian Jaap Keuter wrote: Hi, Well, your assumption is probably right, that your dissector has something to do with it. You can post it, but we prefer to spend our time on GPL'ed code. I don't know what you license

Re: [Wireshark-dev] Windows plugin directory search path?

2009-11-19 Thread Jaap Keuter
On Thu, 19 Nov 2009 11:07:00 -0500, Beth beth.trid...@gmail.com wrote: Yes, you can put them under your user folder (usually Documents and Settings\username)\ApplicationData\Wireshark\plugins and they will be picked up automatically. To make sure they have been picked up after you start

Re: [Wireshark-dev] Wireshark and visual disability

2009-11-18 Thread Jaap Keuter
Hi, What's the platform? I'm trying here with Wireshark 1.2.4 on Windows XP. When in the overview pane Tab brings me to the details pane, and Tab again brings me to the hex view pane. In each pane arrow up/down scrolls through the list, in the details pane arrow right/left opens/closes trees. All

Re: [Wireshark-dev] 3 protocol dissectors in a single plugi n dll?

2009-11-16 Thread Jaap Keuter
Hi, Just put them together in your plugin subdirectory and add the dissector source files to the DISSECTOR_SRC symbol in Makefile.common of your dissector. Thanks, Jaap On Sun, 15 Nov 2009 23:00:33 -0800, Ravi Kondamuru ravikondam...@gmail.com wrote: Hi, I am writing 3 dissectors one on udp

Re: [Wireshark-dev] Wiki

2009-11-16 Thread Jaap Keuter
Hi Frank, Well, you posted a question, in a forum a.k.a. mailing list, so you already got that figured out ;) Now the next step is to think about your question. Is it a user question or a developer question? For a user question, subscribe to wireshark-users

Re: [Wireshark-dev] Question about reassembled fragmentation

2009-11-11 Thread Jaap Keuter
Hi, No, it doesn't know that packet No.132 is part of packet No.134. What it does know is that packet No.132 is not long enough to contain all the data for this HTTP request. So it keeps on reading in the capture file. Once it encounters packet No.133 it knows it's the next part of the HTTP

Re: [Wireshark-dev] How about moving from svn to git?

2009-11-07 Thread Jaap Keuter
Joerg Mayer wrote: Hello, this is just something that went through my mind yesterday while working on the third patch on the same files and without a chance to commit between the patches. If there is one thing that I don't like (although I do it sometimes) is to do a commit that does

Re: [Wireshark-dev] including a wireshark view in propietary software

2009-11-05 Thread Jaap Keuter
Alexander Göbel wrote: Dear Wireshark developers, As a university student I just started working for an IT-engineering chair. They are working on a software they plan to sell commercially. I've read the GNU GPL and your FAQ as well but I still don't feel competent enough to judge my

<    2   3   4   5   6   7   8   9   10   11   >