Re: [Wireshark-dev] Wireshark crash after removing if(tree)

2015-02-27 Thread Raj sekar
Hi pascal, I saw I do have errors due to sdu length. But it was showing packet malformed. I set many break points an d found every tree produced the error access violation. In the debug I could see. I had errors on my code in one function and I have disabled it and seen. So that's the reason w

Re: [Wireshark-dev] Wireshark crash after removing if(tree)

2015-02-27 Thread Pascal Quantin
Le 27 févr. 2015 14:38, "Raj sekar" a écrit : > > Hi > > I am developing custom dissector and i was having issues on reassembly > > with help from PASCAL i have found my reassembly is not working because of if(tree) and if i remove if(tree) i can able to open my pcap file only in debug mode (Edit

[Wireshark-dev] Wireshark crash after removing if(tree)

2015-02-27 Thread Raj sekar
Hi I am developing custom dissector and i was having issues on reassembly with help from PASCAL i have found my reassembly is not working because of if(tree) and if i remove if(tree) i can able to open my pcap file only in debug mode (Edit -> preference -> console window = always debugging). and

Re: [Wireshark-dev] wireshark crash with segmentation fault

2013-08-05 Thread Hardik Patel
Hi Jeff, Sorry for silly question as details is already there on website. i have attached error which i get on console and backtrace report with this email. Regards, Hardik Patel On Mon, Aug 5, 2013 at 9:04 AM, Hardik Patel wrote: > > > Hi Jeff, > > I did not know how to take backtrace ?? c

Re: [Wireshark-dev] wireshark crash with segmentation fault

2013-08-05 Thread Jeff Morriss
/usr/lib64/libwireshark.so.2: undefined symbol: py_create_dissector_handle Are you trying to run Wireshark from a build directory or after installing? Are you installing to /usr/ or someplace else like /usr/local ? The basic problem, I think, is that your Wireshark is compiled expecting t

Re: [Wireshark-dev] wireshark crash with segmentation fault

2013-08-05 Thread Hardik Patel
Hi Jeff, I did not now how to take backtrace ?? can you please help me what do you need and how to take it?? Regards, Hardik Patel On Fri, Aug 2, 2013 at 4:39 PM, Jeff Morriss wrote: > On 08/02/13 08:54, Hardik Patel wrote: > >> Hi, >> >> I come accross a problem in which some time wireshark

Re: [Wireshark-dev] wireshark crash with segmentation fault

2013-08-02 Thread Jeff Morriss
On 08/02/13 08:54, Hardik Patel wrote: Hi, I come accross a problem in which some time wireshark crash and i can see "segmentation fault" on console. i have created dissector in which i guess problem with tree struct and ett variables, i think i have not properly define. I read that *The expan

Re: [Wireshark-dev] Wireshark Crash

2011-06-06 Thread Garcia, Luis Antonio
>One comment: if you are using tshark initially only to create capture >files for offline analysis, I suggest using dumpcap instead. >Dumpcap is the program used by tshark to actually do captures and only >does capturing (no analysis). >Using dumpcap may not resolve the problem, but using dumpcap

Re: [Wireshark-dev] Wireshark Crash

2011-06-06 Thread Bill Meier
On 6/6/2011 3:24 PM, Garcia, Luis Antonio wrote: Details about the crash:error messages/ etc. I don't really receive any error messages. The program just doesn't start up and seems to freeze the system. I've tried to manually debug the situation by running the capture through the Wireshark GUI

Re: [Wireshark-dev] Wireshark Crash

2011-06-06 Thread Garcia, Luis Antonio
ly runs on Windows. From: wireshark-dev-boun...@wireshark.org [wireshark-dev-boun...@wireshark.org] On Behalf Of Stephen Fisher [st...@stephen-fisher.com] Sent: Monday, June 06, 2011 3:23 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Wires

Re: [Wireshark-dev] Wireshark Crash

2011-06-06 Thread Stephen Fisher
On Mon, Jun 06, 2011 at 03:16:47PM -0400, Garcia, Luis Antonio wrote: > If anything else needs to be specified that I may have left out, > please let me know. Details about the crash: error messages / etc. ___ Sent via:

[Wireshark-dev] Wireshark Crash

2011-06-06 Thread Garcia, Luis Antonio
I am relatively new to Wireshark(This is my first post) and have been trying to figure out why Wireshark has been crashing. I am running an automated test off batch commands that uses Ostinato to generate traffic to a device (1 packets at 50 packs/sec) in parallel with an AirPCap sniffer to

Re: [Wireshark-dev] wireshark crash after "Adding Names to the protocol"

2009-10-27 Thread Josef Frühwirth
2009/10/27 Stig Bjørlykke : > 2009/10/27 Josef Frühwirth : >> I don't want to blame anybody I just want to help to improve usability >> of dissector interface. > > Did you try tools/checkAPIs.pl on your dissector? > Now I did and it complains about missing svn id tags only. ___

Re: [Wireshark-dev] wireshark crash after "Adding Names to the protocol"

2009-10-27 Thread Stig Bjørlykke
2009/10/27 Josef Frühwirth : > I don't want to blame anybody I just want to help to improve usability > of dissector interface. Did you try tools/checkAPIs.pl on your dissector? -- Stig Bjørlykke ___ Sent via:Wireshark-

Re: [Wireshark-dev] wireshark crash after "Adding Names to the protocol"

2009-10-27 Thread Josef Frühwirth
2009/10/27 Guy Harris : > > On Oct 27, 2009, at 1:01 AM, Josef Frühwirth wrote: [..] > > >> Shouldn't there be a better way to check the size/end of this data >> structure!? > > "Better" in what sense?  Harder to omit? To prevent a dissector author to run into that pitfall. When writing a C stri

Re: [Wireshark-dev] wireshark crash after "Adding Names to the protocol"

2009-10-27 Thread Guy Harris
On Oct 27, 2009, at 1:01 AM, Josef Frühwirth wrote: > The example says data structure should look like: > static const value_string packettypenames[] = { > { 1, "Initialise" }, > { 2, "Terminate" }, > { 3, "Data" }, > { 0, NULL } > }; > > when omitting the last line "{ 0,

[Wireshark-dev] wireshark crash after "Adding Names to the protocol"

2009-10-27 Thread Josef Frühwirth
Hi, using svn revision 30650 I started implementing a dissector. After adding names to Protocol-Fields (http://www.wireshark.org/docs/wsdg_html/#id4709795) wireshark crashed in some cases. Within Filter-Expression window I navigated to filter names of my custom dissector. When wireshark tried to

Re: [Wireshark-dev] Wireshark crash when quit while capturing

2009-05-14 Thread Stephen Fisher
On Fri, May 15, 2009 at 01:24:12AM +0300, Alfred Alinazar wrote: > Here are the steps to reproduce it: > 1. Open Wireshark > 2. Start Capturing > 3. Close Wireshark > 4. It will prompt to save, and click save > 5. type the filename > 6. It will crash. Note: This problem is only reproducible when

[Wireshark-dev] Wireshark crash when quit while capturing

2009-05-14 Thread Alfred Alinazar
Here are the steps to reproduce it: 1. Open Wireshark 2. Start Capturing 3. Close Wireshark 4. It will prompt to save, and click save 5. type the filename 6. It will crash. Here are the details of the system: OS: Windows Vista Wireshark Revision: 28365 I found that it crash when reach assertion o

Re: [Wireshark-dev] wireshark crash after svn commit 23562

2007-11-25 Thread Toralf Förster
Hi, rev 23582 works fine :-) -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 signature.asc Description: This is a digitally signed message part. ___ Wireshark-dev mailing list Wireshark-dev@wiresha

Re: [Wireshark-dev] wireshark crash after svn commit 23562

2007-11-25 Thread Sake Blok
On Sat, Nov 24, 2007 at 03:24:57PM +0100, Toralf F?rster wrote: > With the current svn version the program crashes if I click first onto the > icon "Edit coloring rules" and then at the button "OK" : I checked in a patch (SVN-23582) that should fix this. Please verify that it does for you as well

Re: [Wireshark-dev] wireshark crash after svn commit 23562

2007-11-25 Thread Sake Blok
On Sat, Nov 24, 2007 at 03:24:57PM +0100, Toralf F?rster wrote: > With the current svn version the program crashes if I click first onto the > icon "Edit coloring rules" and then at the button "OK" : OK, I can reproduce this on my dev-box. I will have a look at it. Thanks for the report! Cheers,

[Wireshark-dev] wireshark crash after svn commit 23562

2007-11-24 Thread Toralf Förster
With the current svn version the program crashes if I click first onto the icon "Edit coloring rules" and then at the button "OK" : [EMAIL PROTECTED] ~/devel/wireshark/trunk $ su -c "/home/tfoerste/devel/wireshark/trunk/wireshark" Password: 15:22:52 Warn radius: Could not find the radiu

Re: [Wireshark-dev] Wireshark crash on Windows (latest SVN)

2006-11-24 Thread Gerald Combs
Ulf Lamping wrote: > isprint() doesn't have a limited input range so it shouldn't crash on > this call - and on my machine it doesn't do so even with the value 65513. Feeding it anything outside an unsigned char or EOF is undefined, and can crash on systems that use glibc: http://sourceware.or

Re: [Wireshark-dev] Wireshark crash on Windows (latest SVN)

2006-11-22 Thread Ulf Lamping
Greg Morris wrote: > I just built Wireshark after performing a svn update. If Wireshark is > the active application (has focus) and you hit to lock > the computer, when you unlock or cancel you will find the Wireshark > application has crashed. Seems like the work to change the keyboard > inpu

[Wireshark-dev] Wireshark crash on Windows (latest SVN)

2006-11-22 Thread Greg Morris
I just built Wireshark after performing a svn update. If Wireshark is the active application (has focus) and you hit to lock the computer, when you unlock or cancel you will find the Wireshark application has crashed. Seems like the work to change the keyboard input to automatically echo to the

[Wireshark-dev] wireshark crash - Analyse RTP Streams

2006-09-06 Thread Thomas Sillaber
Hi all, when trying to analyse MPEG 1/2 Traffic with the "RTP->Analyse all Streams-> Analyse" Feature, Wireshark is crashing (looping). If you need a sample capture then let me know. TIA brgds Thomas -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem un

[Wireshark-dev] wireshark crash

2006-08-30 Thread Andreas Fink
anyone seen this before:(gdb) runStarting program: /usr/local/bin/wireshark Reading symbols for shared libraries .....+..+.+ doneReading symbols for shared libraries . doneReading symbols for shared libraries . done(wir