Re: [Wireshark-dev] [Wireshark-commits] rev 20918: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dcerpc-ndr.c packet-dcerpc-winreg.c packet-dcerpc.h

2007-02-26 Thread Joerg Mayer
On Sun, Feb 25, 2007 at 01:34:42AM +, [EMAIL PROTECTED] wrote: Log: add new PIDL friendly helpers for dissection of integer types. these new helpers take a parameter that can be used to decorate the tree and summary line (when this parameter is acted upon/implemented in the code

Re: [Wireshark-dev] What do you use to get a boolean

2007-02-26 Thread Hal Lander
Steve, Its more what the documentation does not say that caused me the problem. The function is called 'add_boolean' and it has a parameter 'value'. I had assumed, incorrectly, that 'value' would be a 1 or a 0. It is not, it is the value of the packet byte that requires to be masked and

Re: [Wireshark-dev] What do you use to get a boolean

2007-02-26 Thread Jaap Keuter
Hi, Reading from README.developer it states: quote For proto_tree_add_boolean(), the 'value' argument is a 32-bit integer; zero means false, and non-zero means true. /quote That is misleading. You have to take into account the field info to determine the interpretation of this value (see

[Wireshark-dev] U3 package fails to install

2007-02-26 Thread Graham Bloice
I built a U3 version from SVN 20915, but the resulting .u3p fails to install on my SanDisk MicroCruzer. When I run the U3 add programs applet, it reports: U3 Launchpad failed to install U3 program, due to a possible error in the program package. Try downloading and installing the program again.

[Wireshark-dev] [PATCH] Short section on building RPM for developers guide

2007-02-26 Thread Douglas Pratley
Hi guys This patch gives brief instructions on how to build the RPM package target for Wireshark. It just contains the steps that worked for me, and a warning on the issues I ran into. It does not contain any instructions on how to install tools for building RPMs on platforms that don't have

Re: [Wireshark-dev] local operation code in MAP

2007-02-26 Thread durgabhavani.uppuluru
Hi Anders, Hex value shown, in the bytes pane is 99. I've tried other numbers too (150) and I get similar result. Best Regards, Bhavani. From: Anders Broman [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Date: Sun, 25 Feb 2007 19:55:43 +0100 Hi, What is the hex value shown in the

Re: [Wireshark-dev] Mixed application contexts in MAP

2007-02-26 Thread durgabhavani.uppuluru
Hi, I'm adding proprietary operations application contexts to GSMMAP. I'm updating the same GSMMAP.asn file with the operations. Please let me know whether I can add them directly, to the GSMMAP file or not. I couldn't find the below PlmnContainer in the wireshark soure. Did you

Re: [Wireshark-dev] local operation code in MAP

2007-02-26 Thread Anders Broman \(AL/EAB\)
Hi, Are you running the latest SVN version of Wireshark? I asume that adding an operation with local value 153 to GSMMAP means that you are editing the sources, what happens if you change: GSMMAPOperationLocalvalue ::= INTEGER{ updateLocation (2), : noteMM-Event (89) } To: noteMM-Event

Re: [Wireshark-dev] Mixed application contexts in MAP

2007-02-26 Thread Anders Broman \(AL/EAB\)
Hi, Are you using the 0.99.5 sources or a fresh SVN checkout? That code is only in the latest sources I think. Best regards Anders From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: den 26 februari 2007 11:45 To:

Re: [Wireshark-dev] U3 package fails to install

2007-02-26 Thread Graham Bloice
Graham Bloice wrote: I built a U3 version from SVN 20915, but the resulting .u3p fails to install on my SanDisk MicroCruzer. When I run the U3 add programs applet, it reports: U3 Launchpad failed to install U3 program, due to a possible error in the program package. Try downloading and

Re: [Wireshark-dev] [Wireshark-commits] rev 20908: /trunk/ /trunk/epan/dissectors/: packet-h248.c packet-h248.h packet-h248_3gpp.c packet-h248_annex_c.c packet-h248_annex_e.c packet-h248_q1950.c packe

2007-02-26 Thread Luis Ontanon
I got it clear now. But I have thought of another way to relate both sides: TSN. Other than the table indexed by [spt,dpt,vtag] from where we look for known half associations we can have a table indexed by (spt,dpt,highest_tsn_seen_so_far). If we find an entry in that table that is equal to the

[Wireshark-dev] [PATCH] README.developer corrections

2007-02-26 Thread Richard van der Hoff
I posted this a few weeks ago, but I guess it got overlooked. It's some updates to the section on datagram reassembly in README.developer which I hope will save someone the confusion I suffered! Index: README.developer === ---

Re: [Wireshark-dev] U3 package fails to install

2007-02-26 Thread Graeme Lunt
Hi, Graham Bloice wrote: I built a U3 version from SVN 20915, but the resulting .u3p fails to install on my SanDisk MicroCruzer. Does the package downloaded from: http://prdownloads.sourceforge.net/wireshark/wireshark-0.99.5.u3p install OK? When I run the U3 add programs applet, it

[Wireshark-dev] [Fwd: H.223 over rtp]

2007-02-26 Thread Richard van der Hoff
Now that the predependent patches for this have been applied (thanks for all that, Anders), please could this one be applied? Original Message Subject: [Wireshark-dev] H.223 over rtp Date: Tue, 20 Feb 2007 12:29:45 + From: Richard van der Hoff [EMAIL PROTECTED]

[Wireshark-dev] makefile fixes for reassemble_test

2007-02-26 Thread Richard van der Hoff
A couple of weeks ago, I submitted a patch with a load of unit tests for the reassemble.c API. Anders applied the patch, but didn't want to apply the part that referred to the Makefile as he uses Windows and couldn't test under Linux. It would be really good if this could be applied - else

Re: [Wireshark-dev] [Wireshark-commits] rev 20908: /trunk/ /trunk/epan/dissectors/: packet-h248.c packet-h248.h packet-h248_3gpp.c packet-h248_annex_c.c packet-h248_annex_e.c packet-h248_q1950.c packe

2007-02-26 Thread Michael Tuexen
Comments in-line. Best regards Michael On Feb 26, 2007, at 5:32 PM, Luis Ontanon wrote: I got it clear now. But I have thought of another way to relate both sides: TSN. Other than the table indexed by [spt,dpt,vtag] from where we look for known half associations we can have a table

Re: [Wireshark-dev] [Patch] Add Copy as Filter to the detail-pane context menu

2007-02-26 Thread Sake Blok
On Sat, Feb 24, 2007 at 09:17:20AM +0100, Sake Blok wrote: Hi, Many times I find myself using prepare as filter, just to copy the filter to another instance of wireshark with a second trace (think of selecting the tcp.seq to match packets between two traces). As this distroys the filter

Re: [Wireshark-dev] [Patch] Add Copy as Filter to the detail-pane context menu

2007-02-26 Thread Sake Blok
On Mon, Feb 26, 2007 at 11:30:30PM +0100, Sake Blok wrote: On Sat, Feb 24, 2007 at 09:17:20AM +0100, Sake Blok wrote: Please review this second patch (and discard the first one) and add it to the trunk if it is found useful :) Oops, I see that I did not test this patch properly... please

Re: [Wireshark-dev] local operation code in MAP

2007-02-26 Thread durgabhavani.uppuluru
Hi, I'm using wireshark 0.99.5 sources. The below code is right. I've added the operations in the same way. Here are the steps followed: My GSMMAP.asn files looks 1. OperationLocalvalue ::= INTEGER{ updateLocation (2), : noteMM-Event (89),

[Wireshark-dev] Regarding Dissector

2007-02-26 Thread Vipin M
Hi all, I used ethereal / wireshark to sniffing WLAN ( IEEE 802.11 ) packet. Now for some of my research purpose i like to add a new dissector. I red through README.developer of dissector. I am not clear how to add a new protocol and also the flow of packet in the ethereal / wireshark I like

Re: [Wireshark-dev] [Fwd: H.223 over rtp]

2007-02-26 Thread Anders Broman
Committed revision 20935. Best regards Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Richard van der Hoff Skickat: den 26 februari 2007 18:28 Till: Developer support list for Wireshark Ämne: [Wireshark-dev] [Fwd: H.223 over rtp] Now that the

Re: [Wireshark-dev] makefile fixes for reassemble_test

2007-02-26 Thread Anders Broman
Committed revision 20935. Best regards Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Richard van der Hoff Skickat: den 26 februari 2007 18:41 Till: Developer support list for Wireshark Ämne: [Wireshark-dev] makefile fixes for reassemble_test A

Re: [Wireshark-dev] Patch for GTK version in simple_dialog.c

2007-02-26 Thread Anders Broman
Committed revision 20936. Best regards Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För [EMAIL PROTECTED] Skickat: den 23 februari 2007 16:58 Till: wireshark-dev@wireshark.org Ämne: [Wireshark-dev] Patch for GTK version in simple_dialog.c This patch

Re: [Wireshark-dev] local operation code in MAP

2007-02-26 Thread durgabhavani.uppuluru
Hi Again, I've tried latest svn version files too, still I get the same problem. I've added gsmmap, ranap directories packet-gtp.c from svn Revision 20934, on top of wireshark-0.99.5 sources. Please help me. Best Regards, Bhavani. From:

Re: [Wireshark-dev] [patch] update for ETHERNET Powerlink dissector

2007-02-26 Thread Anders Broman
Committed revision 20937. Best regards Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Daniel Krüger Skickat: den 24 februari 2007 16:57 Till: wireshark-dev@wireshark.org Ämne: [Wireshark-dev] [patch] update for ETHERNET Powerlink dissector Hello,

Re: [Wireshark-dev] [PATCH] Short section on building RPM fordevelopers guide

2007-02-26 Thread Anders Broman
Committed revision 20938. Best regards Anders _ Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Douglas Pratley Skickat: den 26 februari 2007 15:37 Till: Developer support list for Wireshark Ämne: [Wireshark-dev] [PATCH] Short section on building RPM fordevelopers guide Hi