Re: [Wireshark-dev] Replace ntohl() with g_ntohl() - automated check?

2006-11-16 Thread Jeff Morriss
Hi Ulf, Ulf Lamping wrote: First of all, a big thank you to take some time to look at this topic. I guess the only way to improve the current situation is to find an automated way to find stuff like this and your approach looks promissing. :-) Thanks Does Subversion have the concept of a

[Wireshark-dev] AppleTalk fix?

2006-11-16 Thread Jaap Keuter
Hi, This is a patch for AppleTalk, at least to make one of my captures with ZIP (GetNetInfo request) to work. Current dissector misses the Zone UINT_STRING by one. At least I assume that it's the Zone string, could be an additional string as well. Index: packet-atalk.c

Re: [Wireshark-dev] Bonjour! Avez-vous une soeur appelee Sabrina?

2006-11-16 Thread Lars Ruoff
Sabrina Wireshark-dev ? Sophie Mayerhoeffer wrote: Merci, Sophie M. ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev ___ Wireshark-dev

[Wireshark-dev] Conversations?

2006-11-16 Thread Anergy Virt
Hi Some newbie questions: I want to ask how can I add extensions to current conversation in Wireshark for a protocol? Is there any startup resource available like README.xxx? Secondly how can one find out which tap is implemented in which file..for instance I am interested in tap for rsvp

[Wireshark-dev] [patch] Fix SCSI SSC space 6 command

2006-11-16 Thread Patrick vd Lageweg
Hi, The SCSI SSC space comand count field is in the two's complement notation. This patch gives the correct negative values for the count field. Patrick Index: packet-scsi.c === --- packet-scsi.c (revision 19908) +++

[Wireshark-dev] [patch] SCSI SSC reserve/release

2006-11-16 Thread Patrick vd Lageweg
Hi, The rease/release commands are also usable on SSC devices. This patch adds them to the valid SSC command. Patrick ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] [patch] SCSI SSC reserve/release

2006-11-16 Thread Patrick vd Lageweg
(Now with patch) Hi, The rease/release commands are also usable on SSC devices. This patch adds them to the valid SSC command. Patrick Index: packet-scsi.c === --- packet-scsi.c (revision 19908) +++ packet-scsi.c

Re: [Wireshark-dev] AppleTalk fix?

2006-11-16 Thread Jaap Keuter
Hi, See for yourself in the attached capture. Thanx, Jaap On Thu, 16 Nov 2006, didier wrote: Hi, Le jeudi 16 novembre 2006 ?? 10:36 +0100, Jaap Keuter a ??crit : Hi, This is a patch for AppleTalk, at least to make one of my captures with ZIP (GetNetInfo request) to work. Current

[Wireshark-dev] Proto_tree_add question

2006-11-16 Thread Andrew.Martin
I have a question I hope you guys can answer. Basically I've got a field in a packet that is a floating point. My question is however, to pull this value out I have to use tvb_get_ntohieee_float, but then I don't know how to display that like the proto_tree_add_item function does. Help please!

Re: [Wireshark-dev] AppleTalk fix?

2006-11-16 Thread Jaap Keuter
Hi, If you can check this, that is great. I've no knowledge of this protocol nor access to the resources you have. I found this in a customer trace. I also look them over for anomalies, This was one of them. Maybe I can pick up some more information when I get on site. What does ATALK_PS80211

Re: [Wireshark-dev] Proto_tree_add question

2006-11-16 Thread Jaap Keuter
Hi, FT_FLOAT - gfloat value = tvb_get_ntohieee_float(); printf(%f, value); Thanx, Jaap On Thu, 16 Nov 2006 [EMAIL PROTECTED] wrote: I have a question I hope you guys can answer. Basically I've got a field in a packet that is a floating point. My question is however, to pull this value out

Re: [Wireshark-dev] Regarding bug 948 - capture vs preferences

2006-11-16 Thread Stuart MacDonald
From: On Behalf Of Stephen Fisher restart the program? I don't think it should work the other way around though - the capture options screen feels more like per capture options to me. That's exactly what I expected, the main Preferences is the general default for all captures, and the

Re: [Wireshark-dev] Proto_tree_add question

2006-11-16 Thread Guy Harris
[EMAIL PROTECTED] wrote: I have a question I hope you guys can answer. Basically I've got a field in a packet that is a floating point. My question is however, to pull this value out I have to use tvb_get_ntohieee_float, but then I don't know how to display that like the

[Wireshark-dev] Why replace ntohl() with g_ntohl()?

2006-11-16 Thread Shaun Jackman
This task seems to be a fundamentally broken idea. Why use a funky g_ntohl -- or any g_xxx function for that matter -- when there's a perfectly good, standard library function, namely ntohl? If a particular architecture doesn't provide ntohl, one may use autoconf to detect this case and provide

Re: [Wireshark-dev] AppleTalk fix?

2006-11-16 Thread didier
Hi, Le jeudi 16 novembre 2006 à 18:35 +0100, Jaap Keuter a écrit : Hi, If you can check this, that is great. I've no knowledge of this protocol nor access to the resources you have. Did it and for me wireshark is right, an appletalk node (a client, server or router) is asking for the default

Re: [Wireshark-dev] wierd display issue ..

2006-11-16 Thread LEGO
take a look to http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1223 for a workarround. On 11/17/06, Ravi Kondamuru [EMAIL PROTECTED] wrote: Hi, I just build the latest revision of wireshark rev: 19915. I am seeing a weird display issue. I cant see any text. I am attaching a screenshot to

Re: [Wireshark-dev] wierd display issue ..

2006-11-16 Thread Ulf Lamping
LEGO wrote: take a look to http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1223 for a workarround. On 11/17/06, Ravi Kondamuru [EMAIL PROTECTED] wrote: Hi, I just build the latest revision of wireshark rev: 19915. I am seeing a weird display issue. I cant see any text. I am attaching

Re: [Wireshark-dev] Regarding bug 948 - capture vs preferences

2006-11-16 Thread Ulf Lamping
Stuart MacDonald wrote: From: On Behalf Of Ulf Lamping A slightly different question remains: Do we need these capture related Preference settings anymore as we have the recent file now? To preserve the general per-capture override mechanism, yes the Preference settings are

[Wireshark-dev] Stephen Fisher Jaap Keuter: Big thanks for your work!

2006-11-16 Thread Ulf Lamping
Hi to you both! As you've both been hard working to improve the newbie user/developer experience I just wanted to say a BIG THANK YOU!!! I know (by experience) that answering questions on the dev and users mailing lists can be a very annoying and repeating task. Most of the time you'll solve

Re: [Wireshark-dev] Stephen Fisher Jaap Keuter: Big thanks for your work!

2006-11-16 Thread Stephen Fisher
On Fri, Nov 17, 2006 at 04:05:52AM +0100, Ulf Lamping wrote: As you've both been hard working to improve the newbie user/developer experience I just wanted to say a BIG THANK YOU!!! I know (by experience) that answering questions on the dev and users mailing lists can be a very annoying

Re: [Wireshark-dev] Stephen Fisher Jaap Keuter: Big thanks for your work!

2006-11-16 Thread Jaap Keuter
On Thu, 16 Nov 2006, Stephen Fisher wrote: On Fri, Nov 17, 2006 at 04:05:52AM +0100, Ulf Lamping wrote: As you've both been hard working to improve the newbie user/developer experience I just wanted to say a BIG THANK YOU!!! I know (by experience) that answering questions on the dev and

Re: [Wireshark-dev] wierd display issue ..

2006-11-16 Thread Anders Broman
Hi, I did some brief tests yesterday and it looked to me like the installer from the buildbot did not contain the same pango *-dll:s as my own build. I have tried to fix it by temporarily changing the setup script to overwrite files when unzipping. I haven't had the time to check the result yet.