Re: [Wireshark-dev] [Fwd: Re: install from source on SuSe 10]

2008-03-06 Thread Jim Ham
At 01:36 PM 3/6/2008, you wrote: > From your latest email I'm not sure if you saw this response. Are you > not on the list? > > Original Message >Subject: Re: [Wireshark-dev] install from source on SuSe 10 >Date: Thu, 06 Mar 2008 10:44:35 -0500 >From: Jeff Morriss <[EMAIL PROTEC

[Wireshark-dev] Feature Request: Clicking on RTP Player graphic pops up packet in question...

2008-03-06 Thread Nicholas Kovats
Great product! I have the latest 0.99.8. I use the Wireshark RTP player on a regular basis. I would find it very useful if I could click on a particular media anomaly and the associated packet would would pop up, e.g. a 2000 khz tone originating phone side that happens to be annoyingly multiplexi

Re: [Wireshark-dev] Error compilingacustomdllpluginforWireshark0.99.7

2008-03-06 Thread Maynard, Chris
Ash, You should carefully re-read the doc/README.plugins file, as some things have changed for plugins between the time you wrote your dissector and now. Also, keep in mind that you have plenty of other plugins to look at as examples of the changes. Look at plugins/agentx, plugins/artnet, ...

Re: [Wireshark-dev] Using Wireshark via sockets or pipes on Win32

2008-03-06 Thread Gerald Combs
James Gilsinn wrote: > What I am looking for is a way to have a way to filter a capture file > for specific packets and then pull particular pieces of data out of > those packets. The data that I need to pull out is not always what is > displayed in the "single-line" packet display that Wiresha

Re: [Wireshark-dev] install from source on SuSe 10

2008-03-06 Thread Jim Ham
Hi again, It's now the next day after turning the machine off overnight and... wireshark is working and finding its library with no problem. Does this mean that /etc/ld.so.conf is cached somehow? In any case I'm down to only one question, and it is really a generic Linux one: What do I have to

Re: [Wireshark-dev] Using Wireshark via sockets or pipes on Win32

2008-03-06 Thread James Gilsinn
Right now, the code will be public domain due to U.S. Government law since only government employees will be working on the software. The problem is that we are also trying to look to the future when we open up the development to other industry experts. We would like to find an elegant solutio

[Wireshark-dev] buildbot failure in Windows-XP-x86

2008-03-06 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-x86. Full details are available at: http://buildbot.wireshark.org/trunk/Windows-XP-x86/builds/4060 Buildbot URL: http://buildbot.wireshark.org/trunk/ Build Reason: Build Source Stamp: HEAD Blamelist: jmayer,wmeier BUILD FAILED: failed faile

Re: [Wireshark-dev] Support for BGP 4-byte AS numbers

2008-03-06 Thread Sébastien Tandel
Hi, > Does anyone know if decoding 4-byte AS numbers are supported yet? If > > not, is anyone working on it? > > A quick glance at the BGP dissector's code reveals that it does > recognize the capability for 4 byte AS numbers. It doesn't appear > though that it can display 32-bit AS numbers, only

Re: [Wireshark-dev] Error compiling acustomdllpluginforWireshark0.99.7

2008-03-06 Thread Stig Bjørlykke
Hi, You have to look at the error messages from the compiler to find the errors: > plugin.obj : error LNK2005: _version already defined in packet-xxx.obj > plugin.obj : error LNK2005: _plugin_register already defined in packet-xxx.obj > plugin.obj : error LNK2005: _plugin_reg_handoff already defi

Re: [Wireshark-dev] Error compiling acustomdllpluginforWireshark0.99.7

2008-03-06 Thread A Verma
Hi, In config.nmake, I changed from "LOCAL_LDFLAGS=/DEBUG" to "LOCAL_LDFLAGS= /NODEFAULTLIB:LIBC " changed the but I still get the following errors: cd xxx "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" / -f Makefile.nmake Microsoft (R) Program Maintenance

Re: [Wireshark-dev] plugin's cleanup function

2008-03-06 Thread Guy Harris
Ravid Gabbay wrote: > Can my plugin register a cleanup function that will be called upon > tshark termination? What do you want your plugin to do on exit? ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listin

Re: [Wireshark-dev] plugin's cleanup function

2008-03-06 Thread Jaap Keuter
Hi, There's no API for that. Maybe we should create one, and modify packet_cleanup() to call them. For now all you can do is register for exit(), assuming gtk_exit does that. So atexit() or on_exit are your choices. Thanx, Jaap Ravid Gabbay wrote: > Can my plugin register a cleanup function tha

Re: [Wireshark-dev] install from source on SuSe 10

2008-03-06 Thread Jeff Morriss
Jim Ham wrote: [...] > wireshark: error while loading shared libraries: libwiretap.so.0: cannot open > shared object file: No such file or directory > > The necessary file is in /usr/local/lib, which is included in /etc/ld.so.conf. > > If I do this, it works: > > export LD_LIBRARY_PATH=/usr/lo

[Wireshark-dev] install from source on SuSe 10

2008-03-06 Thread Jim Ham
Hi, I came across this mailto in the User's Guide. I just got the sources wireshark-0.99.8 and installed it on my machine (SuSe 10, i586). This is what I did: (in root directory of distribution) configure make ...and as root make install Now if I simply invoke wireshark I get this message: w

Re: [Wireshark-dev] IO Graphs cumulative plot

2008-03-06 Thread Stig Bjørlykke
2008/3/6, Michele Pedrolli <[EMAIL PROTECTED]>: > Stig says "it's just a matter of adding this as a generated frame > field"; what does it mean? You can have a look at the attached patch. I think this patch will do what you want, but it does not always work as expected when used as display filt

Re: [Wireshark-dev] Using Wireshark via sockets or pipes on Win32

2008-03-06 Thread Joerg Mayer
On Wed, Mar 05, 2008 at 01:11:19PM -0500, James Gilsinn wrote: > I am working on a software package and would like to use the Wireshark > packet dissectors instead of writing my own. I am a U.S. Government > employee, so any code that I write is public domain and not subject to > the GPL. I am

[Wireshark-dev] IO Graphs cumulative plot

2008-03-06 Thread Michele Pedrolli
Let's move this dicussion from wireshark-users to wireshark-dev. Il giorno 05/mar/08, alle ore 20:34, Stig Bjørlykke ha scritto: > We already have the cumulative number of bytes in the frame dissector > (used for the cumulative column), so it's just a matter of adding this > as a generated frame

[Wireshark-dev] plugin's cleanup function

2008-03-06 Thread Ravid Gabbay
Can my plugin register a cleanup function that will be called upon tshark termination? ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Error compiling acustomdllpluginforWireshark0.99.7

2008-03-06 Thread A Verma
Hi, Thanks ya I did correct the warnings. I wanted ask if there is way to supress them. Well now I am getting new link errors :-( : cd .. cd xxx "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" / -f Makefile.nmake Microsoft (R) Program Maintenance Utility Version 8.00.50727.76

Re: [Wireshark-dev] Error compiling acustomdllpluginforWireshark0.99.7

2008-03-06 Thread Stig Bjørlykke
Hi, If you read the warnings you will see what is wrong: packet-xxx.c(1077) : warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data This warning tells you that you are trying to convert a time_t to an unsigned int, which may lead to loss of data. In Wireshark

Re: [Wireshark-dev] Error compiling acustomdllpluginforWireshark0.99.7

2008-03-06 Thread A Verma
Hi, Thanks for the inputs. Here are the lines with line numbers: 1077hours = tagv.secs / 3600; 1078 mins = (tagv.secs - (hours * 3600)) / 60; 1079 secs = tagv.secs - (hours * 3600) - (mins * 60); 1103 hours = tagv.secs / 3600; 1104 mins = (tagv.secs - (hours * 3600)) / 60; 1105 secs =