Re: [Wireshark-dev] Building 1.0.8 on AIX

2009-07-02 Thread Stig Bjørlykke
On 2. juli. 2009, at 01.33, Albert Chin wrote: In sys/param.h on AIX, we have: #define GOOD0 #define BAD (-1) This causes a problem in epan/dissectors/packet-mip6.h with: Hi, I have committed your patch in revision 28917 on trunk. This will be marked for copy to 1.0.9 and 1.2.1.

Re: [Wireshark-dev] New experimental feature: GTK2 based packet list(svn rev 28892)

2009-07-02 Thread Anders Broman
Hi Steve, Great job! Looks quite good I think. I played with it a bit and loading large files is quite slow but removing the resorting for every row speeds it up to be faster than the original code I think. A 61Mb trace New packet list with patch ~11s, old WS (SVN Rev 27374) ~16s Memmory usage

Re: [Wireshark-dev] New experimental feature: GTK2 based packet list (svn rev 28892)

2009-07-02 Thread yami
Hi Fisher, Does this checkin tries to address following wiki page? http://wiki.wireshark.org/Development/OptimizePacketList So the new implementation will consume less memory and be faster? (have not tried it yet :)) On Wed, Jul 1, 2009 at 2:12 AM, Stephen Fisher

[Wireshark-dev] New experimental feature: GTK2 based packet list - a flaw

2009-07-02 Thread Anders Broman
Hi, As I understand the code internally all 59 defined columns are allocated in the treeview and data is written/retrieved Using the columns enum, this causes a problem if more than one custom column is added as data will be overwritten with the latest added Column data and I guess it waists

[Wireshark-dev] IEEE 1588 PTP DataTypes

2009-07-02 Thread CeSaR PrAdOs
Hi, I'm developing a PTP software (IEEE 1588)and I was so surprised when I saw the definitions of the data type used in WhireShark's filter for the PTP standard v2. At the beginning I was freaking out because no one of my PTP packets machted with the information in Wireshark. This is the

[Wireshark-dev] assosiate a link type to a protocol

2009-07-02 Thread Wassim Abdallah
hi im a new developper in wireshark and i created a new link type that i had associated to a new specific value. also i created my own dissector as a plugin for a certain type of frame. however this frame isnt captured on the network and have a specific format. i would like to know how to

[Wireshark-dev] bug report(?): Windows crash when DNS server not specified

2009-07-02 Thread pakalee
I was able to reproducibly crash Wireshark (at startup) by not specifying a DNS server in the network-adapter dialog of Windows. Once a DNS server is specified (even if it is a dummy IP) then Wireshark starts up fine. Version: 1.2.0 OS: Windows XP Pro SP3Ethernet: Broadcom 10/100

[Wireshark-dev] WireShark on MAC OS X Leopard 10.5.7

2009-07-02 Thread Ed Wagner
Aloha, I tried Wireshark on my home Apple Intel IMAC using Leopard 10.5.7 and found that I could not capture anything as an administrator. The interfaces did not show up, and I saw an error stating that permission on /dev/bpf0 was denied. Apparently this program must be run as root because the

Re: [Wireshark-dev] bug report(?): Windows crash when DNS server not specified

2009-07-02 Thread Jaap Keuter
Hi, Can you file a bug report at bugs.wireshark.org. Thanx, Jaap pakalee wrote: I was able to reproducibly crash Wireshark (at startup) by not specifying a DNS server in the network-adapter dialog of Windows. Once a DNS server is specified (even if it is a dummy IP) then Wireshark

Re: [Wireshark-dev] IEEE 1588 PTP DataTypes

2009-07-02 Thread Jaap Keuter
CeSaR PrAdOs wrote: Hi, You might want to ask Markus as he's the one sending the latest additions From packet-ptp.c: * Copyright 2007, Markus Renz markus.r...@hirschmann.de Thanx, Jaap Hi, I'm developing a PTP software (IEEE 1588)and I was so surprised when I saw the definitions of

Re: [Wireshark-dev] New experimental feature: GTK2 based packet list(svn rev 28892)

2009-07-02 Thread Stephen Fisher
On Thu, Jul 02, 2009 at 10:13:54AM +0200, Anders Broman wrote: Great job! Looks quite good I think. Thanks! I'm going to work on the coloring rules next. I played with it a bit and loading large files is quite slow but removing the resorting for every row speeds it up to be faster than

[Wireshark-dev] VB: [Wireshark-commits] rev 28920: /trunk/ /trunk/gtk/: hostlist_table.c /trunk/: Makefile.am Makefile.common Makefile.nmake config.h.win32 configure.in mkstemp.c mkstemp.h tempfile.c

2009-07-02 Thread Anders Broman
Hi, : uat_load.c NMAKE : fatal error U1073: don't know how to make '..\mkstemp.c' Stop. NMAKE : fatal error U1077: 'C:\Program\Microsoft Visual Studio 9.0\VC\BIN\nmake .exe' : return code '0x2' Stop. : In makefile.nmake in epan/ ther is: # (Windows only) Copy some sources from /trunk to

Re: [Wireshark-dev] New experimental feature: GTK2 basedpacket list(svn rev 28892)

2009-07-02 Thread Anders Broman
Hi This goes along the lines of my thinking that we could turn off sorting until a capture file is fully loaded. We could also only turn on sorting if the user clicks on one of the column headings by using a number for sort_id to signify no sorting. That seems to work any way, I've checked in

Re: [Wireshark-dev] WireShark on MAC OS X Leopard 10.5.7

2009-07-02 Thread Guy Harris
On Jul 2, 2009, at 12:01 AM, Ed Wagner wrote: I tried Wireshark on my home Apple Intel IMAC using Leopard 10.5.7 and found that I could not capture anything as an administrator. The interfaces did not show up, and I saw an error stating that permission on /dev/bpf0 was denied.

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-Win64

2009-07-02 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-Win64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-Win64/builds/826 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-win64 Build

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-x86

2009-07-02 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-x86/builds/6449 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build

Re: [Wireshark-dev] VB: [Wireshark-commits] rev 28920: /trunk/ /trunk/gtk/: hostlist_table.c /trunk/: Makefile.am Makefile.common Makefile.nmake config.h.win32 configure.in mkstemp.c mkstemp.h tempfil

2009-07-02 Thread Gerald Combs
It shouldn't be anything, since nothing in epan directly calls mkstemp any more. I checked in a fix in r28923. It also removes mkstemp from libwireshark.def. Hopefully no one's using it in a third-party plugin. :) Anders Broman wrote: Hi, : uat_load.c NMAKE : fatal error U1073: don't know how

[Wireshark-dev] buildbot failure in Wireshark (development) on Ubuntu-7.10-x86-64

2009-07-02 Thread buildbot-no-reply
The Buildbot has detected a new failure of Ubuntu-7.10-x86-64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Ubuntu-7.10-x86-64/builds/1207 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: ubuntu-7.10-x86

Re: [Wireshark-dev] New experimental feature: GTK2 based packet list (svn rev 28892)

2009-07-02 Thread Stephen Fisher
On Thu, Jul 02, 2009 at 07:35:56PM +0800, yami wrote: Does this checkin tries to address following wiki page? http://wiki.wireshark.org/Development/OptimizePacketList So the new implementation will consume less memory and be faster? (have not tried it yet :)) Yes, this is a step in that

Re: [Wireshark-dev] New experimental feature: GTK2 based packet list(svn rev 28892)

2009-07-02 Thread Stephen Fisher
On Thu, Jul 02, 2009 at 10:13:54AM +0200, Anders Broman wrote: I played with it a bit and loading large files is quite slow but removing the resorting for every row speeds it up to be faster than the original code I think. A 61Mb trace New packet list with patch ~11s, old WS (SVN Rev

Re: [Wireshark-dev] Is it a good idea to use rdps.py instead of rdps.c?

2009-07-02 Thread yami
Hi all, Is there anyone kindly give some comments regarding to this issue? Thanks! On Tue, Jun 9, 2009 at 9:56 AM, yami yami...@gmail.com wrote: Hi, I found that rdps.c was replaced by rdps.py. The change log says This makes it easier to cross-compile Wireshark on Windows. However