Re: [Wireshark-dev] Wireshark crashes

2013-09-06 Thread Christopher Maynard
Anders Broman writes: > I’m wondering if anyone sees these crashes (Ubuntu 13.04 ) , to reproduce: > Preferences > Update list of packets in real time: off > Automatic scrolling in live captures: off >   > Start a capture – wait for a few packets to arrive ( packet counter) > Stop capture. >   >

Re: [Wireshark-dev] wireshark crashes while I export the packets.

2013-08-27 Thread Dario Lombardo
You could use a bisection method. Split the file in 2 smaller and try both. Continue until you have 1 packet. Once you have the guilty, you can give it to the different softwares (wireshark, tshark, reordercap, mergecap, etc). If only one crashes, the bug is located there. If all crash probably the

Re: [Wireshark-dev] Wireshark crashes on tvb_get_const_stringz()

2012-03-20 Thread Kaul
On Tue, Mar 20, 2012 at 3:19 PM, Jakub Zawadzki wrote: > On Tue, Mar 20, 2012 at 03:04:23PM +0200, Kaul wrote: > > I might have used tvb_get_const_stringz() incorrectly, yet I don't think > > Wireshark should crash: > > Program received signal SIGSEGV, Segmentation fault. > > tvb_get_const_stringz

Re: [Wireshark-dev] Wireshark crashes on tvb_get_const_stringz()

2012-03-20 Thread Jakub Zawadzki
On Tue, Mar 20, 2012 at 03:04:23PM +0200, Kaul wrote: > I might have used tvb_get_const_stringz() incorrectly, yet I don't think > Wireshark should crash: > Program received signal SIGSEGV, Segmentation fault. > tvb_get_const_stringz (tvb=0x1c01b60, offset=10, lengthp=0x9) at > tvbuff.c:2548 > 2548

Re: [Wireshark-dev] Wireshark Crashes When Wireshark Flow Graph window is "CANCELLED" before closing the "Graph Analysis Window"

2012-01-18 Thread Alexis La Goutte
On Tue, Jan 17, 2012 at 10:03 PM, James Burnie wrote: > H.W: Intel core i7; 8G RAM etc… > > Windows Version: 7 64 Bit; patched current as of e-mail date > > Wireshark Version: 1.6.5 > > ** ** > > Issue: Wireshark Crashes When Wireshark Flow Graph window is "CANCELLED" > before closing

Re: [Wireshark-dev] wireshark crashes after adding preferencecodeto my

2011-01-30 Thread Martin Mathieson
tter (and more generally useful) they'll be. > Thanks for the help > > > > Yosi > > > Best regards, Martin > > > *From:* wireshark-dev-boun...@wireshark.org [mailto: > wireshark-dev-boun...@wireshark.org] *On Behalf Of *Martin Mathieson > *Sent:* Thursday

Re: [Wireshark-dev] wireshark crashes after adding preferencecodeto my

2011-01-30 Thread Yosi Saggi
lled the mac_lte dissector with the payload. Best regards, Martin Any help will be great. Yosi From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Martin Mathieson Sent: Wednesday, January 26, 2011 12:44 PM

Re: [Wireshark-dev] wireshark crashes after adding preferencecodeto my

2011-01-30 Thread Yosi Saggi
the struct mean so I could fill them up. Thanks for the help Yosi From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Martin Mathieson Sent: Thursday, January 27, 2011 6:31 PM To: Developer support list for Wireshark Subject: Re: [Wires

Re: [Wireshark-dev] wireshark crashes after adding preference code to my

2011-01-27 Thread Jeff Morriss
org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Jeff Morriss Sent: Wednesday, January 26, 2011 4:35 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] wireshark crashes after adding preference code to my Yosi Saggi wrote: Hi I wanted to add some options i

Re: [Wireshark-dev] wireshark crashes after adding preference codeto my

2011-01-27 Thread Martin Mathieson
t; *From:* wireshark-dev-boun...@wireshark.org [mailto: > wireshark-dev-boun...@wireshark.org] *On Behalf Of *Martin Mathieson > *Sent:* Wednesday, January 26, 2011 12:44 PM > > *To:* Developer support list for Wireshark > *Subject:* Re: [Wireshark-dev] wireshark crashes aft

Re: [Wireshark-dev] wireshark crashes after adding preference codeto my

2011-01-27 Thread Yosi Saggi
ark-dev-boun...@wireshark.org] On Behalf Of Martin Mathieson Sent: Wednesday, January 26, 2011 12:44 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] wireshark crashes after adding preference codeto my I can't see anything immediately wrong with this. I assume y

Re: [Wireshark-dev] wireshark crashes after adding preference code to my

2011-01-26 Thread Jaap Keuter
Hi, Never mind, already done this in revision 35671. Thanks, Jaap On 01/26/2011 05:37 PM, Jaap Keuter wrote: Hi, Could you patch doc/README.developer for this? Thanks, Jaap On Wed, 26 Jan 2011 09:34:50 -0500, Jeff Morriss wrote: Yosi Saggi wrote: Hi I wanted to add some options in the pr

Re: [Wireshark-dev] wireshark crashes after adding preference code to my

2011-01-26 Thread Jaap Keuter
Hi, Could you patch doc/README.developer for this? Thanks, Jaap On Wed, 26 Jan 2011 09:34:50 -0500, Jeff Morriss wrote: Yosi Saggi wrote: Hi I wanted to add some options in the preference window for my dissector. This is the code I have added to the "proto_register" function: [...] prefs_

Re: [Wireshark-dev] wireshark crashes after adding preference code to my

2011-01-26 Thread Yosi Saggi
Thanks, it works -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Jeff Morriss Sent: Wednesday, January 26, 2011 4:35 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] wireshark crashes after

Re: [Wireshark-dev] wireshark crashes after adding preference code to my

2011-01-26 Thread Jeff Morriss
Yosi Saggi wrote: Hi I wanted to add some options in the preference window for my dissector. This is the code I have added to the “proto_register” function: [...] prefs_register_bool_preference(dan_lte_sdk_module, "Dissect_MAC_Payload", "Dissect MAC Layer from D

Re: [Wireshark-dev] wireshark crashes after adding preference code to my

2011-01-26 Thread Martin Mathieson
I can't see anything immediately wrong with this. I assume your prefs variables (global_dan_lte_sdk_dissect_MAC and global_dan_lte_sdk_dissect_RLC) are gbooleans with file scope? I'm wondering why the existing LTE MAC dissector isn't suitable, or can't be made to work with your frames? Regards,

Re: [Wireshark-dev] Wireshark crashes immediately upon launch.

2009-05-13 Thread Aaron Outhier
Ok, an update. I found the problem. It looks like this was an old issue that only happens on Leopard 10.5.4 and below. The trouble is, I have 10.5.6, with all updates applied. I got to thinking. I ultimately realized, that I had initially done a custom install of Leopard, then installed the updates

Re: [Wireshark-dev] Wireshark crashes immediately upon launch.

2009-05-12 Thread Jeff Morriss
Aaron Outhier wrote: > OS = Mac OS X 10.5.6 Leopard. > Hardware = PowerBook G4 1.0 GHz. > RAM = 768 MB. > X11 installed = Yes. > > Command-line tools working = Some (mergecap working, wireshark not > working). > > Wireshark GUI crashes immediately upon launch. Using V. 1.0.7 Stable > release.

Re: [Wireshark-dev] Wireshark crashes on Ubuntu 7.10

2008-04-01 Thread Stephen Fisher
On Tue, Apr 01, 2008 at 08:40:02AM +, Munish Dayal wrote: > I have built and made an rpm package on RHEL 4 (wireshark 0.99.7 > source). Then I installed the rpm on Ubuntu 7.10 Gutsy Gibbon (using > alien). But wireshark crashes when I open the Preferences window. > Below is the backtrace. >

Re: [Wireshark-dev] WireShark crashes when I try to use a filter on my plugin dissector

2006-09-20 Thread Guy Harris
Bill Fassler wrote: > My concern now is > that the first and last entries are zero. Could this create any run > time problems? > > {0x00, "No Operation"} > . > . > . > {0, NULL} No, that won't cause a problem. It's the null string pointer that's the key, not the 0 value.

Re: [Wireshark-dev] WireShark crashes when I try to u se a filter on my plugin dissector

2006-09-20 Thread Ulf Lamping
> The reason I removed it was because we identify a NOP command as 0x00. I put > this final record in and I no longer get a run time fatal error and crash. > It looks like my filters are working. My concern now is that the first and > last entries are zero. Could this create any run time pro

Re: [Wireshark-dev] WireShark crashes when I try to use a filter on my plugin dissector

2006-09-20 Thread Bill Fassler
You nailed it Gilbert!  My string value array was missing the last necessary record of : { 0, NULL }wThe reason I removed it was because we identify a NOP command as 0x00.  I put this final record in and I no longer get a run time fatal error and crash.  It looks like my filters are working.  My co

Re: [Wireshark-dev] WireShark crashes when I try to use a filter on my plugin dissector

2006-09-19 Thread Gilbert Ramirez
On 9/19/06, Bill Fassler <[EMAIL PROTECTED]> wrote: > Thanks Guy, Jaap et al for helping me through this. My plugin dissector > seems to be working pretty well until I try to filter on something. When I > open the expression box and then expand my plugin filter(s), as soon as I > select the field