[Wireshark-dev] Built wireshark failed make[2]: *** [services] Error 1

2012-02-24 Thread Marcel Haas
Hey guys, i wanna bulit wireshark and get a failure. Maybe someone of u know the reason. libtool: link: rm -f .libs/rawshark.nm .libs/rawshark.nmS .libs/rawshark.nmT libtool: link: (cd .libs && gcc -DINET6 -D_U_="__attribute__((unused))" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -W

Re: [Wireshark-dev] Reassembling fragmented messages

2012-01-30 Thread Marcel Haas
On Thu, 19 Jan 2012 17:53:57 -0200, Francesco Jacomel wrote: Hi, I've just subscribe to this list to find some successful experience on reassembling packets. I'm trying to use the developers guide to help me on doing it, but I had no success until this moment. I'm creating a new dissector an

Re: [Wireshark-dev] Analyze of a Capture File

2011-11-11 Thread Marcel Haas
On Tue, 08 Nov 2011 10:08:12 +0100, Marcel Haas wrote: Hi @ all, first i have to say its more a question for the user mailinglist but im just registerd here. So maybe someone of u can help me I have capture some traffic from different ports and now i want to analyze it. For example: -which

[Wireshark-dev] Analyze of a Capture File

2011-11-08 Thread Marcel Haas
Hi @ all, first i have to say its more a question for the user mailinglist but im just registerd here. So maybe someone of u can help me I have capture some traffic from different ports and now i want to analyze it. For example: -which protocols where capture -how many packets of each protoco

Re: [Wireshark-dev] File->Export own format

2011-11-07 Thread Marcel Haas
On Fri, 4 Nov 2011 12:43:30 -0700, Guy Harris wrote: On Nov 4, 2011, at 2:45 AM, Andreas wrote: Am 04.11.2011 09:31, schrieb Marcel Haas: On Wed, 26 Oct 2011 11:00:27 +0200, Marcel Haas wrote: Hey Guys, With File->Export u can atm export "Plain text" "CSV" "C-Ar

Re: [Wireshark-dev] File->Export own format

2011-11-04 Thread Marcel Haas
On Wed, 26 Oct 2011 11:00:27 +0200, Marcel Haas wrote: Hey Guys, With File->Export u can atm export "Plain text" "CSV" "C-Array" etc. I want to Export my own format. Someone have an idea how

Re: [Wireshark-dev] ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted

2011-11-02 Thread Marcel Haas
built your dissector as a plugin, or the versions of wireshark differ between the first and second machine. regards, Roland On Wed, Nov 2, 2011 at 1:15 PM, Marcel Haas wrote: On Wed, 02 Nov 2011 12:11:31 +0100, Marcel Haas wrote: Hey If i want to start wireshark i am geting a failur

Re: [Wireshark-dev] ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted

2011-11-02 Thread Marcel Haas
built your dissector as a plugin, or the versions of wireshark differ between the first and second machine. regards, Roland On Wed, Nov 2, 2011 at 1:15 PM, Marcel Haas wrote: On Wed, 02 Nov 2011 12:11:31 +0100, Marcel Haas wrote: Hey If i want to start wireshark i am geting a failur

Re: [Wireshark-dev] ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted

2011-11-02 Thread Marcel Haas
On Wed, 02 Nov 2011 12:11:31 +0100, Marcel Haas wrote: Hey If i want to start wireshark i am geting a failur : ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted Somebody know how to fix it

[Wireshark-dev] ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted

2011-11-02 Thread Marcel Haas
Hey If i want to start wireshark i am geting a failur : ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted Somebody know how to fix it ? ___ Sent via:Wireshark-dev mailing list

[Wireshark-dev] File->Export own format

2011-10-26 Thread Marcel Haas
Hey Guys, With File->Export u can atm export "Plain text" "CSV" "C-Array" etc. I want to Export my own format. Someone have an idea how to built it in ?? Regards Marcel ___ Sent via:Wireshark-dev mailing list Archives:

Re: [Wireshark-dev] complex problem

2011-10-26 Thread Marcel Haas
On Tue, 18 Oct 2011 13:49:55 -0400, Jeff Morriss wrote: Marcel Haas wrote: On Thu, 13 Oct 2011 09:03:38 -0400, Jeff Morriss wrote: Marcel Haas wrote: Hey, maybe the problem isnt so complex to solve but its complex for me to explain. :) I have written my own reassemble code and it seems to

Re: [Wireshark-dev] complex problem

2011-10-18 Thread Marcel Haas
On Thu, 13 Oct 2011 11:40:01 +0200, Marcel Haas wrote: Hey, maybe the problem isnt so complex to solve but its complex for me to explain. :) I have written my own reassemble code and it seems to work. But i have one big problem. If i set the filter and click apply, it works,because it goes

Re: [Wireshark-dev] complex problem

2011-10-14 Thread Marcel Haas
On Thu, 13 Oct 2011 09:03:38 -0400, Jeff Morriss wrote: Marcel Haas wrote: Hey, maybe the problem isnt so complex to solve but its complex for me to explain. :) I have written my own reassemble code and it seems to work. But i have one big problem. If i set the filter and click apply, it

[Wireshark-dev] complex problem

2011-10-13 Thread Marcel Haas
Hey, maybe the problem isnt so complex to solve but its complex for me to explain. :) I have written my own reassemble code and it seems to work. But i have one big problem. If i set the filter and click apply, it works,because it goes trough every packet. And I get my reassemble msg after th

Re: [Wireshark-dev] include "tvbuff.h" failed

2011-10-12 Thread Marcel Haas
On Tue, 11 Oct 2011 11:33:56 -0600, Stephen Fisher wrote: On Tue, Oct 11, 2011 at 02:02:48PM +0200, Marcel Haas wrote: > i want to include the tvbuff.h to my code so i can make own tvbs > with tvbuff_t* my code lies at wireshark/epan so as tvbuff.h. > except.h:97: error:

Re: [Wireshark-dev] include "tvbuff.h" failed

2011-10-11 Thread Marcel Haas
On Tue, 11 Oct 2011 10:32:33 +0200, Marcel Haas wrote: Hey, i want to include the tvbuff.h to my code so i can make own tvbs with tvbuff_t* my code lies at wireshark/epan so as tvbuff.h. My code : #include "tvbuff.h" ... when i am running make i get that failure In file inc

[Wireshark-dev] include "tvbuff.h" failed

2011-10-11 Thread Marcel Haas
Hey, i want to include the tvbuff.h to my code so i can make own tvbs with tvbuff_t* my code lies at wireshark/epan so as tvbuff.h. My code : #include "tvbuff.h" ... when i am running make i get that failure In file included from exceptions.h:29, from tvbuff.h:41,

Re: [Wireshark-dev] Decompress Data

2011-10-10 Thread Marcel Haas
On Fri, 7 Oct 2011 09:34:53 -0600, Stephen Fisher wrote: On Fri, Oct 07, 2011 at 11:31:24AM +0200, Marcel Haas wrote: I have some packets witch are compress witz zlib. I want to uncompress them. Take a look at the tvb_uncompress() or tvb_child_uncompress() functions in epan/tvbuff.c. An

Re: [Wireshark-dev] Decompress Data

2011-10-10 Thread Marcel Haas
On Fri, 7 Oct 2011 09:34:53 -0600, Stephen Fisher wrote: On Fri, Oct 07, 2011 at 11:31:24AM +0200, Marcel Haas wrote: I have some packets witch are compress witz zlib. I want to uncompress them. Take a look at the tvb_uncompress() or tvb_child_uncompress() functions in epan/tvbuff.c. An

Re: [Wireshark-dev] Decompress Data

2011-10-07 Thread Marcel Haas
get the decompress function and what type does rc have .. ? On Fri, 7 Oct 2011 13:51:13 +0400, Max Dmitrichenko wrote: 2011/10/7 Marcel Haas : And i have the next problem. Damn wireshark kick my ass :) I have some packets witch are compress witz zlib. I want to uncompress them. I read the dev-guid

Re: [Wireshark-dev] Decompress Data

2011-10-07 Thread Marcel Haas
On Fri, 7 Oct 2011 13:51:13 +0400, Max Dmitrichenko wrote: 2011/10/7 Marcel Haas : And i have the next problem. Damn wireshark kick my ass :) I have some packets witch are compress witz zlib. I want to uncompress them. I read the dev-guid about transformed data but i dont have a clue. I were

[Wireshark-dev] Decompress Data

2011-10-07 Thread Marcel Haas
And i have the next problem. Damn wireshark kick my ass :) I have some packets witch are compress witz zlib. I want to uncompress them. I read the dev-guid about transformed data but i dont have a clue. I were testing some stuff but with no good result. Can someone help me with that ? thx and re

Re: [Wireshark-dev] Couldn't load module / undefined symbol:

2011-10-07 Thread Marcel Haas
On Thu, 06 Oct 2011 10:11:23 -0400, Jeff Morriss wrote: Marcel Haas wrote: On Thu, 06 Oct 2011 09:10:38 -0400, Jeff Morriss wrote: Marcel Haas wrote: Hey, I have a new problem. Some of u still remember that im writing my own function and include it to wireshark/epan file folder. i built

Re: [Wireshark-dev] Couldn't load module / undefined symbol:

2011-10-06 Thread Marcel Haas
On Thu, 06 Oct 2011 16:02:32 +0200, Marcel Haas wrote: On Thu, 06 Oct 2011 09:10:38 -0400, Jeff Morriss wrote: Marcel Haas wrote: Hey, I have a new problem. Some of u still remember that im writing my own function and include it to wireshark/epan file folder. i built it in with autogen

Re: [Wireshark-dev] Couldn't load module / undefined symbol:

2011-10-06 Thread Marcel Haas
On Thu, 06 Oct 2011 09:10:38 -0400, Jeff Morriss wrote: Marcel Haas wrote: Hey, I have a new problem. Some of u still remember that im writing my own function and include it to wireshark/epan file folder. i built it in with autogen configure and make. Now i want to include my functions to my

Re: [Wireshark-dev] Couldn't load module / undefined symbol:

2011-10-06 Thread Marcel Haas
Can the problem be caused by multiple installations of Wireshark where the new binary picked up the old lib On Thu, 06 Oct 2011 10:36:00 +0200, Marcel Haas wrote: Hey, I have a new problem. Some of u still remember that im writing my own function and include it to wireshark/epan file

[Wireshark-dev] Couldn't load module / undefined symbol:

2011-10-06 Thread Marcel Haas
Hey, I have a new problem. Some of u still remember that im writing my own function and include it to wireshark/epan file folder. i built it in with autogen configure and make. Now i want to include my functions to my dissector plugin. #include and inculde my function "NeuesListenElement" Built

Re: [Wireshark-dev] Building with libtool /epan

2011-10-05 Thread Marcel Haas
Thx Jeff .. it works..im happy :) I run ./autogen ./configure and make and it finally works Thx a lot buddy u made my day ;) On Tue, 04 Oct 2011 09:24:17 -0400, Jeff Morriss wrote: Marcel Haas wrote: Hmm Nope.. the makefile will work without any error but at libwireshark.la "libdir=&q

Re: [Wireshark-dev] Building with libtool /epan

2011-10-05 Thread Marcel Haas
Yep, but i dont have a version checked out by SVN. I dl the source code.. so i have directly a Makefile.in On Tue, 04 Oct 2011 09:24:17 -0400, Jeff Morriss wrote: Marcel Haas wrote: Hmm Nope.. the makefile will work without any error but at libwireshark.la "libdir=" is no entry a

Re: [Wireshark-dev] Building with libtool /epan

2011-10-04 Thread Marcel Haas
th "list_mh" On Tue, 4 Oct 2011 13:00:42 +0200, Anders Broman wrote: -----Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Marcel Haas Sent: den 4 oktober 2011 12:53 To: wireshark-dev@wireshark.org Subject: [Wi

[Wireshark-dev] Building with libtool /epan

2011-10-04 Thread Marcel Haas
Hey guys.. I have written, my own functions to reassemble split packets. Now I want to include that to wireshark more precisely wireshark/epan. I updated the Makefile.in common .am. If i run ./configure it works. He built me a Makefile and the ./deps file folder. I get a xxx.Plo File with conten

Re: [Wireshark-dev] Reassembling Packets need some help plz

2011-09-26 Thread Marcel Haas
First at all thx Chris for the answer. The problem is that my packt isn't split by tcp or udp but split by themself. It only is transported by udp(udp header) The question is can i actually use fragment_add_seq_check to split my packets. Im looking for 2 weeks at this problem now. Makes me go

Re: [Wireshark-dev] Reassembling Packets need some help plz

2011-09-22 Thread Marcel Haas
Nobody an idea ? On Tue, 20 Sep 2011 14:43:04 +0200, Marcel Haas wrote: Hello, im just writeing my first dissector and i have some problems with the reassembling My prtocoll contain some fields for Snode =ID ,Packetnumber and total packets i get them with snode =tvb_get_guint8(tvb,offset

[Wireshark-dev] Reassembling Packets need some help plz

2011-09-20 Thread Marcel Haas
Hello, im just writeing my first dissector and i have some problems with the reassembling My prtocoll contain some fields for Snode =ID ,Packetnumber and total packets i get them with snode =tvb_get_guint8(tvb,offset);offset +=1; pnum =tvb_get_guint8(tvb,offset);offset +=1; totalp =tvb_get_gui