Re: [Wireshark-dev] Bit offsets

2008-02-06 Thread Stephen Fisher
On Thu, Feb 07, 2008 at 06:30:02AM +, [EMAIL PROTECTED] wrote: > Wireshark provides Byte offsets only. Do any one of you know how to > provide BIT offsets to the tvb What are you trying to do? Steve ___ Wireshark-dev mailing list Wireshark-

[Wireshark-dev] Bit offsets

2008-02-06 Thread arun2 . b
Wireshark provides Byte offsets only. Do any one of you know how to provide BIT offsets to the tvb *** Aricent-Unclassified *** "DISCLAIMER: This message is proprietary to Aricent and is intended solely for the use of the individual to whom it i

Re: [Wireshark-dev] nmake -f Makefile.nmake all is failing

2008-02-06 Thread Abhik Sarkar
Well, the original output Satish posted did give this error: bison -d -p ascend ascend-grammar.y -o ascend-grammar.c bash -o igncr ..\tools\runlex.sh "flex" -oascend-scanner.c ascend-scanne r.l 15432 [main] bash 2588 fork: child -1 - CreateProcessA failed, errno 13 ../tools/runle

Re: [Wireshark-dev] ethercat plugin

2008-02-06 Thread Stig Bjørlykke
2008/2/6, Andrew Hood <[EMAIL PROTECTED]>: > > If you don't have a sufficiently recent C compiler (C99 maybe?), the > ethercat plugin will not compile because of the unnamed struct. Thank you for your notice.Committed revision 24277. -- Stig Bjørlykke __

[Wireshark-dev] ethercat plugin

2008-02-06 Thread Andrew Hood
If you don't have a sufficiently recent C compiler (C99 maybe?), the ethercat plugin will not compile because of the unnamed struct. --- plugins/ethercat/packet-ethercat-datagram.h (revision 24270) +++ plugins/ethercat/packet-ethercat-datagram.h (working copy) @@ -32,10 +32,13 @@ { guin

Re: [Wireshark-dev] build under ubuntu

2008-02-06 Thread Jaap Keuter
Hi, Install the GCC compiler and wireshark-dev package (see http://packages.ubuntu.com/gutsy/devel/wireshark-dev). Then get the source tarball or check out a branch with subversion. Does that help? Thanx, Jaap bijjou2000 wrote: > hi > > i have to build wireshark with a new dissector on ubunt

Re: [Wireshark-dev] Help Needed

2008-02-06 Thread Sake Blok
On Wed, Feb 06, 2008 at 04:28:53PM +0530, Priyadarshi Parida wrote: > > I have some problem in understanding segmentation in protocols in TCP and > top of TCP. > > I have fair idea in networking and protocols stacks n routing but seem I > have some confusion. > > When TCP assembles segments: > W

[Wireshark-dev] build under ubuntu

2008-02-06 Thread bijjou2000
hi i have to build wireshark with a new dissector on ubuntu.can someone help me and give me a instructions to do this.thanks www.jubii.fr c'est une seule interface pour communiquer. Email, téléphone gratuit, messagerie instantanée, 10 Go d'espace de stockage. Avec www.jubii.fr simplifiez-vous

[Wireshark-dev] looking into dissection information

2008-02-06 Thread Ravid Gabbay
Hello, I'm building a dissector that among other things call other dissectors like the wlan dissector. I want to be able within my dissector to view what has been dissected by the wlan disscetor (without changing it offcourse, and without repeating the wlan dissection). for example, I want to be

[Wireshark-dev] Help Needed

2008-02-06 Thread Priyadarshi Parida
Hi List, I have some problem in understanding segmentation in protocols in TCP and top of TCP. I have fair idea in networking and protocols stacks n routing but seem I have some confusion. When TCP assembles segments: What should be the end condition that TCP should assume and think

Re: [Wireshark-dev] nmake -f Makefile.nmake all is failing

2008-02-06 Thread J.C. Wren
ascend-scanner.c is produced by flex. As the make reported, the C compiler can't find ascend-scanner.c, so likely flex was unhappy and there was a silent error. Have you updated your cygwin tools recently? I know that flex-2.5.4 works, as that's what's installed on my machine. I would suggest r

Re: [Wireshark-dev] nmake -f Makefile.nmake all is failing

2008-02-06 Thread Satish Srirama
Hi Anders and Abhik, Thank you very much for your replys. I have tried with distclean, then checkout the code again and tried to distclean and 'nmake -f Makefile.nmake all'. Still I could not make it work. I tried to download wireshark-0.99.7 and tried to build again. Surprisingly I got

Re: [Wireshark-dev] nmake -f Makefile.nmake all is failing

2008-02-06 Thread Anders Broman
Hi, Start off with a distclean... /Anders -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Abhik Sarkar Sent: den 6 februari 2008 12:35 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] nmake -f Makefile.nmake all is failing Hi Satish,

Re: [Wireshark-dev] nmake -f Makefile.nmake all is failing

2008-02-06 Thread Abhik Sarkar
Hi Satish, Did you get the sources from a tarball or by checking it out from svn. If it was from svn, you might want to update and try again. Hope this helps Abhik. On Feb 6, 2008 3:16 PM, Satish Srirama <[EMAIL PROTECTED]> wrote: > > Hi All, > I am new to wireshark development. I am trying

[Wireshark-dev] nmake -f Makefile.nmake all is failing

2008-02-06 Thread Satish Srirama
Hi All, I am new to wireshark development. I am trying to establish the build setup from source code and I am following the developer guidelines. I am getting the following error when I am working with the command "nmake -f Makefile.nmake all". The snapshot of the details are : Further detai