Re: [Wireshark-dev] patch for new encapsulation protocol FCoE - Fibre Channel over Ethernet

2007-05-24 Thread Jaap Keuter
Hi, The code looks oke, one question though. Why is the ethertype in a preference? Are there non-IEEE-ethertype-standard implementations in the wild, or is this a development left over? If so, better get it out. A sample capture would be usefull for fuzztesting, so yes please. Thanx, Jaap On

[Wireshark-dev] DTAP dissector not getting called from my dissector

2007-05-24 Thread jaiswal.vikash
Hi , I've developed a dissector for understanding the wireshark , using an imaginary test protocol. But I'm facing a problem with it . When I try to call another dissector ( I'm calling gsm_a_dtap) , I'm not getting any display for the wireshark gui . The bytes related to dtap are not at all

Re: [Wireshark-dev] Help to build Wireshark

2007-05-24 Thread bruno.mor
Thanks everybody, know it sayed me, than i can build wireshark. But, as i sayed in the last message, when i do make, a amazing number of warning are wrotten. It's a matter for me, because i would like to change the wireshark code, and i never can do that, if i can't see my errors when i compile (

[Wireshark-dev] Different tshark output between P4 and Itanium for NFS trace

2007-05-24 Thread Shehjar Tikoo
Hi all, I am testing tshark with revision 21520. Running tshark on an NFS capture gives different output between the two machines I am testing it on. On the first machine, a P4, the command I run is: wireshark $ ./tshark -R nfs -r ~/docs/work/traffic_dumps/bigops2 -o

Re: [Wireshark-dev] Help to build Wireshark

2007-05-24 Thread John
[EMAIL PROTECTED] wrote: Thanks everybody, know it sayed me, than i can build wireshark. But, as i sayed in the last message, when i do make, a amazing number of warning are wrotten. It's a matter for me, because i would like to change the wireshark code, and i never can do that, if i can't see

[Wireshark-dev] TCP PDU reassembly problem.

2007-05-24 Thread Graham Bloice
Folks, In the DNP3 dissector I am using tcp_dissect_pdus() to handle data across multiple tcp segments. It mostly works but in the attached capture things go a bit awry. The DNP3 data consist of 2 pdus, the first is 292 bytes, the second is 178 bytes. The first pdu is contained in frames 1, 3

[Wireshark-dev] [PATCH] Fix compilation failures on x86_64-unknown-linux-gnu

2007-05-24 Thread David Howells
Fix compilation failures when building wireshark-0.99.6-SVN-21916 on an x86_64-unknown-linux-gnu target with gcc version 4.1.2 20070403 (Red Hat 4.1.2-8). The failures fall into two categories: (1) Casts between pointers and 32-bit integers without an intermediary cast via 'long' or

Re: [Wireshark-dev] Different tshark output between P4 and Itanium for NFS trace

2007-05-24 Thread didier
Hi, On jeu, 2007-05-24 at 18:55 +1000, Shehjar Tikoo wrote: Hi all, I am testing tshark with revision 21520. Running tshark on an NFS capture gives different output between the two machines I am testing it on. tshark reads and follow user's preferences. It looks like on the P4 you have tcp

Re: [Wireshark-dev] Help to build Wireshark

2007-05-24 Thread Guy Harris
[EMAIL PROTECTED] wrote: But, as i sayed in the last message, when i do make, a amazing number of warning are wrotten. It's a matter for me, because i would like to change the wireshark code, and i never can do that, if i can't see my errors when i compile ( for yet i can't see my errors

Re: [Wireshark-dev] WiMAX and M2M plugin code

2007-05-24 Thread Harvey, Michael
Sorry for the delay, I'm trying to get a capture released to you. Is this a prerequisite for release? We'd really like to have this out in 0.99.6 since others are interested and waiting for it. Mike -Original Message- From: ronnie sahlberg [mailto:[EMAIL PROTECTED] Sent: Monday, May 21,

Re: [Wireshark-dev] Help to build Wireshark

2007-05-24 Thread Brian Vandenberg
That's why I was having trouble the other day. I realized it last night when I was looking at the compile switches being used and saw /WX. -Brian Guy Harris wrote: [EMAIL PROTECTED] wrote: But, as i sayed in the last message, when i do make, a amazing number of warning are wrotten.

Re: [Wireshark-dev] WiMAX and M2M plugin code

2007-05-24 Thread Gerald Combs
It's strongly recommended, and has been discussed as a prerequisite in the past. If you're interested, you can run the fuzz tests yourself: http://wiki.wireshark.org/FuzzTesting Harvey, Michael wrote: Sorry for the delay, I'm trying to get a capture released to you. Is this a prerequisite for

[Wireshark-dev] Flex --header-file option?

2007-05-24 Thread Guy Harris
[EMAIL PROTECTED] wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=21817 User: standel Date: 2007/05/17 06:02 PM Log: Since code generated by lex may trigger gcc warnings, we are now generating two libraries. A single library is generated with the lex code

[Wireshark-dev] proposed change for packet-ssl-utils.h

2007-05-24 Thread Brian Vandenberg
I ran into a problem trying to debug some of my stuff yesterday that depends on the http dissector, and the server I'm working with defaults to ssl traffic; whenever I try to debug it, it always gets hung up on the lines I mentioned in the email quoted below (within the ssl dissector). It

[Wireshark-dev] PCI Compliance Question

2007-05-24 Thread Void Main
We have a large network and are currently going through the process of becoming PCI compliant. We use a leading performance management tool that has distributed sniffing capabilities. They are about to deliver to us the capability of globally limiting captures on specific ports, urls, or ip

Re: [Wireshark-dev] Help to build Wireshark

2007-05-24 Thread Stephen Fisher
On Thu, May 24, 2007 at 10:28:43AM +0200, [EMAIL PROTECTED] wrote: It's a matter for me, because i would like to change the wireshark code, and i never can do that, if i can't see my errors when i compile ( for yet i can't see my errors because of the amazing number of warning). So, how