Re: [Wireshark-dev] question about RTP Streams - [ SPAM - Bayesian] Bayesian Filter detected spam

2006-09-08 Thread ronnie sahlberg
while you can not find the end to end latency between the peers A and B by looking at RTP traffic there may be other ways to measure it. IF the analyzer is somewhere on the path between A and B and IF you can also find TCP sessions for both A and B in the trace you can : Measure the time between

Re: [Wireshark-dev] About /snmp/mibs attached to Wireshark

2006-09-08 Thread Andrew Hood
Akira Hashiguchi wrote: > Hello, > > May I use the file '/snmp/mibs' for our product gratuitously? The MIBs come from net-snmp, so you probably should be looking at their license conditions. It is also possible that net-snmp are using the corrected MIBs from libsmi (net-snmp used to have some MI

Re: [Wireshark-dev] WPA decryption?

2006-09-08 Thread Solomon Peachy
On Fri, Sep 08, 2006 at 09:19:43AM -0500, Queisser, Andrew (Tonnerre de Brest!) wrote: > I found only one tool (aircrack/airdecap) that supposedly is capable of > doing this (so far it hasn't worked for me) but I'm wondering if anyone > is working on adding WPA decryption to wireshark in the same

[Wireshark-dev] About /snmp/mibs attached to Wireshark

2006-09-08 Thread Akira Hashiguchi
Hello, May I use the file '/snmp/mibs' for our product gratuitously? http://www.netcocoon.com/eng/home/home_f.html Best regards, Hashiguchi ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-d

[Wireshark-dev] WPA decryption?

2006-09-08 Thread Queisser, Andrew (Tonnerre de Brest!)
Title: WPA decryption? I'm trying to put together a tool to capture, decrypt and display WPA-Personal traffic with a known passphrase. I found only one tool (aircrack/airdecap) that supposedly is capable of doing this (so far it hasn't worked for me) but I'm wondering if anyone is working o

Re: [Wireshark-dev] question about RTP Streams - [ SPAM - Bayesian] Bayesian Filter detected spam

2006-09-08 Thread Andreina Toro
Hi Miha, now I understand why only analyzing RTP streams I can`t get the information I need.   Thank you to all for your time.. it´s amaizing your dedication and good will helping me!..   Regards,   Andreina (a venezuelan student)     On 9/7/06, Miha Jemec <[EMAIL PROTECTED]> wrote: > " looking at

Re: [Wireshark-dev] win32: nmake setup: can't find cl

2006-09-08 Thread Cook, Timothy
Good deal. I was a little surprised that you were having trouble, since I have seen email from you about as long as I've been subscribed. I've tried copying the CYGWIN setup from one machine to another (doesn't work!). Had to reinstall CYGWIN! -Tim > -Original Message- > From: [EMAIL P

[Wireshark-dev] Patch to packet-tcp.h

2006-09-08 Thread Peter Johansson
Hi, the attached patch adds a missing inlude to packet-tcp.h / Regards, Peter Index: C:/wireshark-win32-libs/epan/dissectors/packet-tcp.h === --- C:/wireshark-win32-libs/epan/dissectors/packet-tcp.h(revision 19161) +++ C:/wi

Re: [Wireshark-dev] How to add a string to the tree

2006-09-08 Thread Anders Broman \(AL/EAB\)
Hi, If a field in a protocol is a string the easiest way to add it to the protocol tree is:  proto_tree_add_item(tree, hf_xx, offset,length, FALSE);   Example delaration of corresponding hf item: { &hf_gtp_apn,     { "APN", "gtp.apn", FT_STRING, BASE_NONE,  NULL, 0, "Access Point Name"

Re: [Wireshark-dev] How to add a string to the tree

2006-09-08 Thread ronnie sahlberg
maybe studying the code, reading the documentation and looking at other dissectors will reveal the answer? On 9/8/06, prashanth joshi <[EMAIL PROTECTED]> wrote: > > > Hi, > My query is : > How to add a string i.e. a string which is part of the gtp packet , to the > tree. > I feel proto_

Re: [Wireshark-dev] A question about ASN.1 encoding in wireshark

2006-09-08 Thread Anders Broman \(AL/EAB\)
Title: A question about ASN.1 encoding in wireshark Hi, Those files are generated by asn2wrs and used to build packet-foo.c[h] after which they are deleted ( if the option to keep them are not used), line numbers in the packet-foo.c[h] are made to refere to the intermediate files which is go

[Wireshark-dev] How to add a string to the tree

2006-09-08 Thread prashanth joshi
Hi, My query is : How to add a string i.e. a string which is part of the gtp packet , to the tree. I feel proto_tree_add_string ( )  wont work becos: suppose packet contains an integer value, then val_to_str( ) operates on that value and then returns a string. Now proto_tree_add_string ( )

Re: [Wireshark-dev] Follow up to making register.c - python problem - patch

2006-09-08 Thread Joerg Mayer
On Fri, Sep 08, 2006 at 10:24:24AM +0100, Neil Piercy wrote: > I submitted this a few days ago, but it hasn't made it to the SVN as far > as I can see - is there a problem with it (I can believe that ;-), or > did it just overflow the stack ? The preferred way to send patches is to send the to t

Re: [Wireshark-dev] A question about ASN.1 encoding in wireshark

2006-09-08 Thread chris.guo
Title: A question about ASN.1 encoding in wireshark Hi,   Anyone can tell me what is the file packet-foo-hf.c, packet-foo-ett.c, packet-foo-fn.c, packet-foo-hfarr.c and packet-foo-ettarr.c stands for?   When I was trying to build wireshark it reported some syntax errors in file packet-foo-fn.

Re: [Wireshark-dev] A question about debug using DDD

2006-09-08 Thread patrick.yan
Hello Nathan, Many thanks for your answer! I'm out of office last 3 days. A little thing can be added: the source path is "/asn1/your_protocol", not "/epan/dissectors". Have a nice weekend patrick >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of ext

Re: [Wireshark-dev] Follow up to making register.c - python problem - patch

2006-09-08 Thread Neil Piercy
I submitted this a few days ago, but it hasn't made it to the SVN as far as I can see - is there a problem with it (I can believe that ;-), or did it just overflow the stack ? Neil Index: asn1/rrlp/Makefile.nmake === --- asn1/rrlp/

Re: [Wireshark-dev] win32: nmake setup: can't find cl

2006-09-08 Thread Jacques, Olivier \(OpenCall Test Infra\)
Tim, Thanks for your answer. > Have you done the following: > > Do you intend to build using MSVC & CYGWIN tools? > Was your Win32 build environment setup using the Developers Guide, > sections 2.3 & 4.6.2? Yes. > If you intended to use MSVC & CYGWIN tools, a command prompt [DOS > prompt] is t

Re: [Wireshark-dev] Problem with docbook build process

2006-09-08 Thread Ulf Lamping
Joerg Mayer wrote: > Hello, > > for some reasons not really clear to me, the build process for the > documentation tries to download some files from the docbook repository: > > 34.327847 192.168.0.3 -> 217.237.150.115 DNS Standard query A > docbook.sourceforge.net > 34.391786 217.237.150.115

Re: [Wireshark-dev] ESP Patch for Hexadecimal keys

2006-09-08 Thread Anders Broman
Checked in. Brg Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Frédéric Roudaut Skickat: den 7 september 2006 15:52 Till: Developer support list for Wireshark Kopia: Filonenko Alexander-AAF013; Ethereal development Ämne: [Wireshark-dev] ESP Patch for