[Wireshark-dev] I am not able to decode FP messages.

2007-08-08 Thread vaibhav . agarwal
Hi, I want to decode FP messages over UDP and RRC messages. Please tell How to set default values for FP dissector and how to configure. Thanks & Regards, Vaibhav *** Aricent-Unclassified *** "DISCLAIMER: This message is proprietary to Aricent a

Re: [Wireshark-dev] TCP Reassembler

2007-08-08 Thread Michael Ngo
I attached an example as Richard asked. The sequence numbers I refer to, are relative sequence numbers. Also this is not a complete capture, I filtered out enough packets for explanation purposes. So the situation is that frame 3 is an out-of-order packet with sequence number 10876 and length 1058.

Re: [Wireshark-dev] TCP Reassembler

2007-08-08 Thread Richard van der Hoff
On Wed, 8 Aug 2007, Michael Ngo wrote: > Hi > > I'm not sure if the reassembler is buggy or if I am > using it wrong. I'm using it like this > > tcp_dissect_pdus(tvb, pinfo, tree, TRUE, 12, > get_foo_length, dissect_foo_message) > > where get_foo_length returns the length of the packet > and disse

[Wireshark-dev] wirehark make faiulre on rhel4

2007-08-08 Thread Andrew Leung
I'm trying to build wireshark on rhel4 and the build is failing with output: cc1: warnings being treated as errors file_access.c: In function 'wtap_dump_file_write': file_access.c:952: warning: passing argument 2 of 'gzwrite' discards qualifiers from pointer target type make[3]: *** [libwiretap_la-

Re: [Wireshark-dev] Support for XCAP

2007-08-08 Thread Anders Broman
Hi, I've added some more XCAP application types to the XML dissector in revision 22471. You can download it from http://wireshark.org/download/automated/ once the build has finished http://buildbot.wireshark.org/trunk/ Here what it will look as if Decode as http is used: No. TimeSourc

[Wireshark-dev] TCP Reassembler

2007-08-08 Thread Michael Ngo
Hi I'm not sure if the reassembler is buggy or if I am using it wrong. I'm using it like this tcp_dissect_pdus(tvb, pinfo, tree, TRUE, 12, get_foo_length, dissect_foo_message) where get_foo_length returns the length of the packet and dissect_foo_message is my dissector. So the problem occurs w

[Wireshark-dev] Legal problems including the IANA PORT NUMBERS file into Wireshark?

2007-08-08 Thread Ulf Lamping
Hi! I'm one of the developers of the open source network protocol analyzer Wireshark[1]. I would like to include the IANA list of assigned port numbers [2] into Wireshark, so it will display the "human readable" service name instead of only the TCP/UDP/... port number. The file in the Wireshar

Re: [Wireshark-dev] /etc/services file for "port name resolvings"?

2007-08-08 Thread Ulf Lamping
> -Ursprüngliche Nachricht- > Von: Developer support list for Wireshark > Gesendet: 08.08.07 16:18:48 > An: Developer support list for Wireshark > Betreff: Re: [Wireshark-dev] /etc/services file for "port name resolvings"? > > Joerg Mayer wrote: > > [EMAIL PROTECTED]:~/work/vpn/vpnc/s

Re: [Wireshark-dev] Support for XCAP

2007-08-08 Thread Lampe, Sebastian
Thanks for your answer, corresponding tot he RFC4825 there are several specifications extending XCAP with other MIME Types: Draft-ietf-simple-xcap-diff-05 7.1. application/xcap-diff+xml MIME Type . . . . . . . . . . . 8 RFC 4826 8.2.1. application/resource-lists+xml . . .

Re: [Wireshark-dev] Support for XCAP

2007-08-08 Thread Anders Broman
Hi, Quickly browsing RFC4825 I get the impression that XCAP is used over http With different MIME types. 15.2. MIME Types . . . . . . . . . . . . . . . . . . . . . . . . 61 15.2.1. application/xcap-el+xml MIME Type . . . . . . . . . . 61 15.2.2. application/xcap-att+xml MIME Typ

Re: [Wireshark-dev] Support for XCAP

2007-08-08 Thread Martin Mathieson
On 8/8/07, Lampe, Sebastian <[EMAIL PROTECTED]> wrote: > Hi, > > we're working on XCAP and want to use Wireshark for testing and > analyzing network traffic. Will there be any possibility to Wireshark > for showing XCAP-Packets respectively planed for future releases? > > Currently we have to filte

[Wireshark-dev] Support for XCAP

2007-08-08 Thread Lampe, Sebastian
Hi, we're working on XCAP and want to use Wireshark for testing and analyzing network traffic. Will there be any possibility to Wireshark for showing XCAP-Packets respectively planed for future releases? Currently we have to filter for TCP using a specified port. But instead of displaying a forma

[Wireshark-dev] building error!!

2007-08-08 Thread aziz asniba
Hi all, I have followed steps to build the Wireshark project under Win32 platform and I have got the following error that I cannot find any issue to solve them: Linking wireshark.exe Link @... CVPACK : fatal error CK1022 : cannot open program database e:\wintools\htmlhelp\release\htm

Re: [Wireshark-dev] Problem building sources on Windows

2007-08-08 Thread Kevin Tambascio
I took a look at the official guide, and it appears to be the same. I believe I've followed the same steps. I am using VS2005 Pro, not the free edition that is referenced. I also used a different directory, c:\src\wireshark\wireshark-svn instead of c:\wireshark. On 8/8/07, Ulf Lamping <[EMAIL

Re: [Wireshark-dev] /etc/services file for "port name resolvings"?

2007-08-08 Thread Andrew Hood
Joerg Mayer wrote: > [EMAIL PROTECTED]:~/work/vpn/vpnc/svn/work> lsb_release -a > LSB Version: > core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32:desktop-3.1-ia32:desktop-3.1-noarch:graphics-2.0-ia32:graphics-2.0-noarch:graphics-3.1-ia32:graphics-3.1-noarch > Distributor ID: SUSE LINUX >

Re: [Wireshark-dev] /etc/services file for "port name resolvings"?

2007-08-08 Thread Joerg Mayer
[EMAIL PROTECTED]:~/work/vpn/vpnc/svn/work> lsb_release -a LSB Version: core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32:desktop-3.1-ia32:desktop-3.1-noarch:graphics-2.0-ia32:graphics-2.0-noarch:graphics-3.1-ia32:graphics-3.1-noarch Distributor ID: SUSE LINUX Description:openSUSE 10.

Re: [Wireshark-dev] [Wireshark-commits] rev 22468: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-catapult-dct2000.c

2007-08-08 Thread Martin Mathieson
That's pretty funny. I can't believe someone would take the time to write the DTD for it! On 8/8/07, Luis EG Ontanon <[EMAIL PROTECTED]> wrote: > http://tools.ietf.org/html/rfc3252 ? > :-) > > On 8/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > http://anonsvn.wireshark.org/viewvc/viewvc.c

Re: [Wireshark-dev] [Wireshark-commits] rev 22468: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-catapult-dct2000.c

2007-08-08 Thread Luis EG Ontanon
http://tools.ietf.org/html/rfc3252 ? :-) On 8/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22468 > > User: martinm > Date: 2007/08/08 01:12 PM > > Log: > Send free-standing generic XML messages -> xml dissector > > Directory

[Wireshark-dev] review_for_checkin requested: [Bug 1733] Enhanced packet dissector for IEEE1588/PTP

2007-08-08 Thread bugzilla-request-daemon
Markus Seehofer <[EMAIL PROTECTED]> has asked for review_for_checkin: Bug 1733: Enhanced packet dissector for IEEE1588/PTP http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1733 ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wires

[Wireshark-dev] review_for_checkin requested: [Bug 1733] Enhanced packet dissector for IEEE1588/PTP

2007-08-08 Thread bugzilla-request-daemon
Markus Seehofer <[EMAIL PROTECTED]> has asked for review_for_checkin: Bug 1733: Enhanced packet dissector for IEEE1588/PTP http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1733 ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wires

[Wireshark-dev] review_for_checkin requested: [Bug 1732] Implement desegment for SIGCOMP over TCP

2007-08-08 Thread bugzilla-request-daemon
Daniel Rao <[EMAIL PROTECTED]> has asked for review_for_checkin: Bug 1732: Implement desegment for SIGCOMP over TCP http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1732 ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.or

Re: [Wireshark-dev] help !!

2007-08-08 Thread Anders Broman
Hi, Have a look at packet-isakmp.c /* Routines for the Internet Security Association and Key Management Protocol*/ In dir Wireshark/epan/dissectors/ And check http://wiki.wireshark.org/Development Regards Anders _ Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För aziz asn

[Wireshark-dev] help !!

2007-08-08 Thread aziz asniba
Hi all, I am a new subscriber in this mailing list,also I 'm a a beginner in this kind of development. I have just installed a new development environment for Win32,I have build the hole project(very big project..good work guys :)).My request is to know how to make changes in sources in order t

Re: [Wireshark-dev] Problem building sources on Windows

2007-08-08 Thread Ulf Lamping
Kevin Tambascio schrieb: > I've been trying to build Wireshark (latest SVN as well as 0.99.5) and > I've been having some issues. I've seen this issue under both VS2003 > and VS2005. I'm running XP SP2, and using the latest cygwin install. > > When I run the build command for the first time, usin

[Wireshark-dev] IPTV and IGMP recorded data ?

2007-08-08 Thread Mauro Mincarelli
I'm looking for recorded data on complete IGMP sessions (join, leave, ) with related MPEG2TS traffic. Is there anybody who can help me ? thanks Mauro ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinf