Re: [Wireshark-dev] Anyone of the developers going to support Win98 (and alike) any further? Otherwise we should officially drop support of it!

2006-08-28 Thread Ulf Lamping
Andreas Fink wrote: To give you an example what you have to maintain for GTK2 on MacOS X. This is the list of dependent packages to link to for GTK2 under MacOS X atk1 atk1-shlibs gettext-bin gettext-dev gettext-tools glib2 glib2-dev glib2-shlibs

Re: [Wireshark-dev] help on using asn2wrs

2006-08-28 Thread Jacob Avraham
Hi, I'm getting the following error: (python version is 2.4.3) [EMAIL PROTECTED] qod]$ python ../../tools/asn2wrs.py -p qod -c qod.cnf -s packet-qod-template qod.asn ASN.1 to Wireshark dissector compiler Traceback (most recent call last): File ../../tools/asn2wrs.py, line 4875,

Re: [Wireshark-dev] help on using asn2wrs

2006-08-28 Thread Anders Broman \(AL/EAB\)
Hi, That implys that there is something asn2wrs does not like at line 38 of your asn1 file can yo send lines 30 - 40? Brg Anders From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jacob AvrahamSent: den 28 augusti 2006 14:59To: Developer support list for WiresharkSubject:

[Wireshark-dev] newbie building on cygwin, windows... can't find pcap

2006-08-28 Thread Andrew Schweitzer
I'm trying to build Wireshark on a Windows PC, but I only have VC7, which as far as I can tell, won't work. So I am trying to build everything purely under cygwin. Does anyone do that? Or do must people install VC6 and cobble together the right tools? When I try to build, configure discovers

Re: [Wireshark-dev] Anyone of the developers going to support Win98 (and alike) any further? Otherwise we should officially drop support of it!

2006-08-28 Thread Joerg Mayer
On Mon, Aug 28, 2006 at 10:25:36AM +0200, Andreas Fink wrote: pcre I dont know even what it is. its for sure not needed on MacOS X. You really should include it in the normal build: It will provide improved display filters (regular expression lib). Ciao Joerg -- Joerg Mayer

Re: [Wireshark-dev] newbie building on cygwin, windows... can't find pcap

2006-08-28 Thread Andrew Schweitzer
Ulf Lamping wrote: -Ursprüngliche Nachricht- Von: Developer support list for Wireshark wireshark-dev@wireshark.org Gesendet: 28.08.06 16:50:12 An: wireshark-dev@wireshark.org Betreff: [Wireshark-dev] newbie building on cygwin, windows... can't find pcap I'm trying to build Wireshark

Re: [Wireshark-dev] newbie building on cygwin, windows... can't find pcap

2006-08-28 Thread Cook, Timothy
I use MSVC++ v6.0 Cygwin. I recently spent better part of a week looking at how to build entirely under Cygwin (just to support one person who has .net 2005). I finally concluded that it is way too much work. I opted to install MS Virtual PC (now FREE) setup an environment that can be

Re: [Wireshark-dev] Anyone of the developers going to support Win98 (and alike) any further? Otherwise we should officially drop support of it!

2006-08-28 Thread Guy Harris
Andreas Fink wrote: This list just came as output from fink show-deps ethereal and the corresponding libraries. So are we talking about the Fink project's Ethereal/Wireshark package, or the Andreas Fink Ethereal/Wireshark package? :-) If it's the Fink project's package, they might, for

Re: [Wireshark-dev] newbie building on cygwin, windows... can't find pcap

2006-08-28 Thread Andrew Schweitzer
Cook, Timothy wrote: I use MSVC++ v6.0 Cygwin. I recently spent better part of a week looking at how to build entirely under Cygwin (just to support one person who has .net 2005). I finally concluded that it is way too much work. I opted to install MS Virtual PC (now FREE) setup an

Re: [Wireshark-dev] p_add_proto_data() memory handling question

2006-08-28 Thread ronnie sahlberg
No it just means that p_add_proto_data() will not manage your memory and release it.If you allocate the memory using malloc() it is your responsibility to release it when required. p_add_proto_data() will not do that for you. If you use se_alloc() the data will be released for you by the emem

Re: [Wireshark-dev] README.developer spelling corrections

2006-08-28 Thread Ulf Lamping
Stephen Fisher wrote: I ran doc/README.developer through a spell checker and conservatively changed misspelled words. Attached is a compressed patch with the corrections. Checked in SVN 19070, Regards, ULFL ___ Wireshark-dev mailing list

Re: [Wireshark-dev] Anyone of the developers going to support Win98 (and alike) any further? Otherwise we should officially drop support of it!

2006-08-28 Thread Guy Harris
On Aug 28, 2006, at 7:22 PM, Andreas Fink wrote: Now I'm on the last bit. Wireshark itself and I hit one error I can't figure out what I'm doing wrong: here's the last few lines of output from make: ...L/usr/local/lib /usr/local/lib/libgmodule-2.0.dylib /usr/lib/ libc.dylib