Re: [Wireshark-dev] Using C++ Library in Wireshark

2008-08-20 Thread Lars Ruoff
Well, this depends on the compiled library. It'll only work if the library supports C linkage conventions. If this is not the case (probably), you have to write your own wrapper, in C++, which exports 'extern "C"' functions to be called from within your C dissector. See also: http://www.parashift

Re: [Wireshark-dev] Is it must to have dumpcap built in wireshark-1.0.0in order to do capturing.

2008-05-30 Thread Lars Ruoff
> Is it must to have dumpcap built along with tshark to get packet captured? Yes. > and if it can't run without dumpcap then why the configure option of disable-dumpcap? You can run tshark on files (see option -r) rather than on life capture data. In this mode you do NOT need dumpcap, hence th

Re: [Wireshark-dev] how to build standalone plugin dll

2008-04-09 Thread Lars Ruoff
r support list for Wireshark > Subject: Re: [Wireshark-dev] how to build standalone plugin dll > > Hi Lars, > > in the fact the plugin file name was set to bip.dll sorry for > misunderstood, still having the same problem. > > > > Regards, > > Jorge S

Re: [Wireshark-dev] how to build standalone plugin dll

2008-04-09 Thread Lars Ruoff
Well, it seems you should rename the file to bip.dll, which is probably the name you registered for the protocol from within the code. I wasn't aware of the fact that WS enforces the same name to be used for the protocol name and dll though (?) I presume the DLLs are loaded once, at runtime, by wa

Re: [Wireshark-dev] Redefining gtk version in uat_gui.c?

2008-04-07 Thread Lars Ruoff
That must be a subversive trick from Jeff Morris in order to silently maintain GTK1 code!!! ;-) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Stephen Fisher > Sent: lundi 7 avril 2008 06:18 > To: wireshark-dev@wireshark.org > Subject: [Wires

[Wireshark-dev] Startup speed up - remove dissectors?!

2007-11-21 Thread Lars Ruoff
Hi All, i start this thread as a parallel discussion to the ongoing startup speed assembler usage considerations. As goes for me, i'm using Wireshark on a daily basis. What i do most often is open a capture file (via clicking on the file), reading rapidly through it, look at some frames, close it

Re: [Wireshark-dev] Voice (RTP stream) quality - mos, delay, bandwidth, ...

2007-11-06 Thread Lars Ruoff
being the ITU G.107 "E-Model". But still, the model includes parameters like the audio characteristics of the end devices, jitter buffer implementations and so on, so MOS cannot be calculated from a network trace without making specific assumptions on the end devices and audio path. Best

Re: [Wireshark-dev] How to capture original packet ?

2007-10-11 Thread Lars Ruoff
the perturbation and then playing back onto the other. Some comercial solutions based on this principle exist: Netdisturb, Internet Simlulator, ... Regards, Lars Ruoff On 10/11/07, Vivek Satpute <[EMAIL PROTECTED]> wrote: Respected Sir/Madam,

Re: [Wireshark-dev] column_info.h rev 23058 introduce a bug forplugins?

2007-10-10 Thread Lars Ruoff
This is true. But since this is very annoying for plugin-developers, it would be nevertheless very nice of the core coders to avoid changing the plugin-API whenever possible. Especially I don't see the addition of enum values in the middle of existing ones as a sufficiently strong reason for chang

Re: [Wireshark-dev] add sub menu into wireshark menu

2007-09-25 Thread Lars Ruoff
If all you need is to store the payload from a single RTP stream to a file, consider Statistics > RTP > Show all Streams > Save As. This will save the payload along with timing information to a file in rtpdump format. see http://wiki.wireshark.org/rtpdump Br, L

Re: [Wireshark-dev] Wishlist? (items related to VoIP graph analysis)

2007-09-03 Thread Lars Ruoff
> Should *all* secondary windows (other than modal dialogs) > displaying data from a capture have the capture name in the > title? (The single-packet windows already show the summary > line for the packet in the title, which I think is appropriate.) As it goes for me, the answer is Yes! Lars

Re: [Wireshark-dev] Wishlist? (items related to VoIP graph analysis)

2007-09-03 Thread Lars Ruoff
As a frequent VoIP Graph user I second all the suggested feature requests! Unfortunately I haven't got any time to implement them myself right now. Lars Ruoff > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Antoine Reid > Se

Re: [Wireshark-dev] Wireshark Logo/Icons

2007-08-03 Thread Lars Ruoff
> > Lars Ruoff wrote: > > Sorry, but I think they look quite dull. > > I prefer the actual ones. > > Can you please elaborate as to how you think they are dull? > Does the blue version linked above alleviate this thought? It does. But I still prefer the current o

Re: [Wireshark-dev] Wireshark Logo/Icons

2007-08-01 Thread Lars Ruoff
Sorry, but I think they look quite dull. I prefer the actual ones. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rodney Dawes Sent: mardi 31 juillet 2007 17:17 To: wireshark-dev@wireshark.org Subject: [Wireshark-dev] Wireshark Logo/Icons Hi, I've draw

Re: [Wireshark-dev] Toolbar icon sizes on Windows too small?

2007-07-25 Thread Lars Ruoff
Hey, This actually works! :O Thanks. PS: Any reasons this is not the default? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jaap Keuter Sent: mardi 24 juillet 2007 18:52 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Toolbar ic

[Wireshark-dev] Toolbar icon sizes on Windows too small?

2007-07-24 Thread Lars Ruoff
Hi, Just out of curiosity, i noticed the size of toolbar icons in the Windows version is rather small. They look prettier under Linux. I talk about the size the icon takes up inside the toolbar button. The button itself is rather big, so there is much empty space around it. Obviously, this is a mat

Re: [Wireshark-dev] [PATCH] RTP/RTCP SSRC values in Hex

2007-05-31 Thread Lars Ruoff
something mixed up there. I don't use unix diff regularly. Thanks for your effort, Lars Stephen Fisher wrote: > On Mon, May 28, 2007 at 01:43:40PM +0200, Lars Ruoff wrote: > >> Another try... > > Sorry for the delay. > >>>>> Lars Ruoff wrote: >>>

[Wireshark-dev] [PATCH] RTP/RTCP SSRC values in Hex

2007-05-28 Thread Lars Ruoff
Hi! Another try... Lars Lars Ruoff wrote: Here it is. br, Lars Stephen Fisher wrote: Could you please send these as unified diffs (diff -u or using the svn diff command) so we can tell the context the changes are made in without having to cross-reference the source files. On Tue, May

[Wireshark-dev] [PATCH] RTP/RTCP SSRC values in Hex

2007-05-09 Thread Lars Ruoff
Here it is. br, Lars Stephen Fisher wrote: Could you please send these as unified diffs (diff -u or using the svn diff command) so we can tell the context the changes are made in without having to cross-reference the source files. On Tue, May 08, 2007 at 10:28:53AM +0200, Lars Ruoff wrote

[Wireshark-dev] Initialization order of tshark -z tap listener modules?

2007-05-08 Thread Lars Ruoff
Hello, can i expect that init functions (the one registered in register_tap_listener_xxx with a call to register_stat_cmd_arg) of tshark "-z" analysis modules are called in order of command line declaration (left-to-right)? Thanks for clarifiaction. Lars

Re: [Wireshark-dev] [PATCH] RTP/RTCP SSRC values in Hex

2007-05-08 Thread Lars Ruoff
Retry. Lars Ruoff wrote: Hi, find attached several trivial diffs for viewing RTP SSRC values in Hex rather than Dec at various places in the UI. Also includes change from BASE_DEC to BASE_HEX_DEC for corresponding RTP and RTCP dissector header fields. cheers, Lars Ruoff

Re: [Wireshark-dev] [PATCH] RTP/RTCP SSRC values in Hex

2007-04-27 Thread Lars Ruoff
forgot to say: diffs are relative to wireshark-0.99.6-SVN-21602. have a nice week-end, Lars Lars Ruoff wrote: > Hi, > find attached several trivial diffs for viewing RTP SSRC values in Hex > rather than Dec at various places in the UI. > Also includes change from BASE_DEC to BASE

[Wireshark-dev] [PATCH] RTP/RTCP SSRC values in Hex

2007-04-27 Thread Lars Ruoff
Hi, find attached several trivial diffs for viewing RTP SSRC values in Hex rather than Dec at various places in the UI. Also includes change from BASE_DEC to BASE_HEX_DEC for corresponding RTP and RTCP dissector header fields. cheers, Lars Ruoff diffs-for-ssrc-hex.tar.gz Description: GNU Zip

[Wireshark-dev] Missing directories q932 and qsig

2007-04-27 Thread Lars Ruoff
Just for info: The following directories are missing from the latest source tarball, wireshark-0.99.6-SVN-21602.tar.gz: /asn1/q932 /asn1/qsig Is this normal? Didn't check any other tarballs. br, Lars ___ Wireshark-dev mailing list Wireshark-dev@wiresha

Re: [Wireshark-dev] Display RTP SSRC in Hex?

2007-04-25 Thread Lars Ruoff
ernative to get both. > Regards > Anders > > > > Från: [EMAIL PROTECTED] genom Lars Ruoff > Skickat: on 2007-04-25 09:43 > Till: Wireshark-dev > Ämne: [Wireshark-dev] Display RTP SSRC in Hex? > > > > Hi, > how about display

Re: [Wireshark-dev] Display RTP SSRC in Hex?

2007-04-25 Thread Lars Ruoff
to get both. > Regards > Anders > > > > Från: [EMAIL PROTECTED] genom Lars Ruoff > Skickat: on 2007-04-25 09:43 > Till: Wireshark-dev > Ämne: [Wireshark-dev] Display RTP SSRC in Hex? > > > > Hi, > how about displaying the

[Wireshark-dev] Display RTP SSRC in Hex?

2007-04-25 Thread Lars Ruoff
Hi, how about displaying the RTP SSRC (RTP Streams, RTP Statistics) in hex rather than dec? Would it make easier to read and compare i think. What is the common practise display format in other apps? I can submit a patch if others agree. Lars ___ Wiresh

Re: [Wireshark-dev] Total number of capture bytes?

2007-04-25 Thread Lars Ruoff
Sorry, but i didn't mean in the user interface, but in the source code :-) Any name of a variable or name of source file to start with? Lars Stephen Fisher wrote: > On Tue, Apr 24, 2007 at 03:44:48PM +0200, Lars Ruoff wrote: > >> Can someone point me to the place in wireshar

[Wireshark-dev] Total number of capture bytes?

2007-04-24 Thread Lars Ruoff
Can someone point me to the place in wireshark where the total number of captured bytes is stored? thanks, Lars ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] Are tap-listeners called for malformed packets?

2007-03-21 Thread Lars Ruoff
Hi, if i have a tap listener registered for protocol X, will it be called also for a malformed packet of protocol X ? (I.e. a packet which was passed to dissector X, but there was an exception thrown during dissection) br, Lars Ruoff ___ Wireshark-dev

[Wireshark-dev] User defined name resolution

2007-03-12 Thread Lars Ruoff
tion (overriding the latter if both are enabled). Possibly the last loaded file should be stored and loaded by default at startup. any other ideas? regards, Lars Ruoff ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Lightweigth tshark anybody?

2007-02-13 Thread Lars Ruoff
obably written in Python) would create list of > necessary files for compilation and linking. > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Lars Ruoff > Sent: Monday, February 12, 2007 4:32 PM > To: Wireshark-dev >

[Wireshark-dev] Lightweigth tshark anybody?

2007-02-12 Thread Lars Ruoff
dependency problems when i tried to kick out some of the packet-xxx.c last time i tried that. Anyone knows a way (or has it done already) to throw out unneccessary stuff easily? best regards, Lars Ruoff ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org

Re: [Wireshark-dev] Bonjour! Avez-vous une soeur appelee Sabrina?

2006-11-16 Thread Lars Ruoff
Sabrina Wireshark-dev ? Sophie Mayerhoeffer wrote: > Merci, > Sophie M. > > ___ > Wireshark-dev mailing list > Wireshark-dev@wireshark.org > http://www.wireshark.org/mailman/listinfo/wireshark-dev ___ Wiresha

Re: [Wireshark-dev] Release 00.99.4 missing file?

2006-11-08 Thread Lars Ruoff
is xcopy in the PATH? On the command line type xcopy. The PATH to add on WinXP might be C:\WINNT\system32\ instead of C:\Windows\system32\ Lars Robert Trybis wrote: > I am in C:\Program Files\wireshark which is where I installed the > sources using SVN and I am using the commands you mentioned;

Re: [Wireshark-dev] Retrieving the SVN repository version

2006-11-03 Thread Lars Ruoff
What Ulf wanted to say (i think) is that as a Windows developer you don't have to have subversion installed *at all* in order to access the repository. TortoiseSVN (as an example) is working just fine. But then you don't have svnversion! Forcing every Windows developer to install this just to get

Re: [Wireshark-dev] help-help-help! Question about roundtrip delay?

2006-11-02 Thread Lars Ruoff
Andreina, look at the frame 447 this frame is referring to. Therein you should find the value of A, it is simply the reception time of that frame. (post the contents of this frame if you have questions). RTCP are usually exchanged about every 5 seconds or so. Andreina Toro wrote: > Hi everyone,

Re: [Wireshark-dev] Wireshark and real-time network issue detection?

2006-10-30 Thread Lars Ruoff
e packet filter and signal the application when > such a packet is received. > Let me know if you're interested in collaborating on this project. > Frederic Heem Sure, i am! (Don't have the time to work full-time on it though) br, Lars Ruoff > >> From what i can se

Re: [Wireshark-dev] Wireshark and real-time network issue detection?

2006-10-30 Thread Lars Ruoff
gt; > Alle 15:03, lunedì 30 ottobre 2006, Lars Ruoff ha scritto: >> Hi list, >> >> I wonder if Wireshark could be extended to provide real-time network >> issue detection and if there was any interest in the community to >> implement this feature. >> >> Let

[Wireshark-dev] Wireshark and real-time network issue detection?

2006-10-30 Thread Lars Ruoff
Wireshark's release frequency is difficult for me. That is why i'm asking wether there would be interest in redesigning, adding and maintaining the Wireshark related part to the Wireshark source tree? best regards, Lars Ruoff ___ Wireshark-

Re: [Wireshark-dev] Question regarding the information provided by Wireshark in the "RTP Stream Analysis Wndow" and the calculation of Interarrival Jitter

2006-10-19 Thread Lars Ruoff
on a packet-by-packet basis is defined as above and viewed in Wireshark RTP analysis in the 4th column. If you want to have *one* value of J for a whole communication, feel free the take the (arithmetic) mean over all J(i) (this is done and shown on the RTP streams window by stream btw.) or use s

[Wireshark-dev] Cannot open include file: 'airpcap.h'

2006-09-15 Thread Lars Ruoff
Hi, i'm trying to compile the 0.99.3 source tar on Win32/MSVC and run into the problem that i don't have the airpcap.h file. I have AIRPCAP_CONFIG= (nothing) in my config.nmake (without changing anything). What is the problem? Is that file missing in the tar or is there a way i can do without it?

[Wireshark-dev] Cannot use make setup with proxy on Win32?

2006-09-11 Thread Lars Ruoff
-user=xxx --proxy-password=yyy in the win32-setup.sh but it still doesn't use the proxy (HTTP request goes out directly => is unanswered). How do i specify it? best regards, Lars Ruoff ___ Wireshark-dev mailing list Wireshark-dev@wires