[Wireshark-dev] Packaging of 1.12.0rc2 under OS X not working

2014-06-14 Thread Andreas Fink
The package of 1.12.0rc2 is not workign at all. It seems to be that the developer building it is referencing the wrong library locations: dyld: Library not loaded: @rpath/libfiletap.0.dylib Referenced from: /Applications/Wireshark.app/Contents/Resources/bin/wireshark-bin Reason: image not fo

Re: [Wireshark-dev] Packaging of 1.12.0rc2 under OS X not working

2014-06-14 Thread Andreas Fink
this is actually fixing the @rpath cd /Applications/Wireshark.app/Contents/Resources/bin for FILE in *-bin do install_name_tool -rpath @executable_path/../Frameworks @executable_path/../../Frameworks $FILE done But launching it does this: # ./wireshark-bin (wireshark-bin:7206): GdkPixbuf-WAR

Re: [Wireshark-dev] MAC OS/X 10.6.4

2010-07-28 Thread Andreas Fink
type sudo chmod 666 /dev/bpf* in terminal.app On 26.07.2010, at 13:15, Francis Feldman wrote: > Using WireShark v1.2.9. > > Able to start and capture packets into file and review post capture. > Attached file 'capture1' represents captured packets. > > Not able to start capture and have

Re: [Wireshark-dev] MacOS/X builds

2010-07-06 Thread Andreas Fink
what about setting it to blank which corresponds to the value "Current Mac OS" in XCode? On 06.07.2010, at 20:38, Guy Harris wrote: > > On Jul 6, 2010, at 10:44 AM, Guy Harris wrote: > >> Ultimately, I think we should add a couple of configure script options - one >> to control which version

Re: [Wireshark-dev] (was: no subject) KNX support

2008-04-11 Thread Andreas Fink
I have some KNX hardware and some expensive commercial software for it. I bought this when we renovated our house and installed everything on that system, replacing a 75 year old wiring. Since then I never had time to go too much further with it but there was a Linux implementation of some tool

Re: [Wireshark-dev] crashes of wireshark while decoding INAP

2008-03-07 Thread Andreas Fink
On 08.03.2008, at 04:53, Guy Harris wrote: > > On Mar 5, 2008, at 12:58 AM, Andreas Fink wrote: > >> I got some issues with the INAP dissector. >> >> Attached a crashlog, the stdout of wireshark and a tracefile. >> >> I did set INAP TCAP SSN to 14

Re: [Wireshark-dev] Capturing on multiple interfaces [FEATURE REQUEST]

2008-02-29 Thread Andreas Fink
On 29.02.2008, at 10:31, Guy Harris wrote: Andreas Fink wrote: Apparently its possible on some platforms to capture on all interfaces (tcpdump on linux does this). under MacOS X, however only the first interface is used. This means running tcpdump or dumpcap twice and merging the files

[Wireshark-dev] Capturing on multiple interfaces [FEATURE REQUEST]

2008-02-29 Thread Andreas Fink
). Suggestion: fix dumpcap to accept something like -i en0 -i en1 or - i en0,en1. In the fist case it does take the last passed interface. Or maybe fix libpcap to take all interfaces on MacOS X if none is specified? Andreas Fink Fink Consulting GmbH Global Networks Schweiz AG BebbiCell AG

Re: [Wireshark-dev] UTC time display

2008-02-28 Thread Andreas Fink
Wouldn't the folowing do? TZ=UTC export TZ wireshark (of course on windows this wouldnt work...) On 28.02.2008, at 13:16, John McHugh wrote: > I work with capture files containing data collected at locations all > over the world. The user community for this data is likewise all over > the worl

[Wireshark-dev] Unknown invokeData blob (GSM-MAP)

2008-02-16 Thread Andreas Fink
Hi all,I'm tracing a GSM Map message which is not being fully decoded. I presume its an older MAP version 1 message while the ASN code is built on MAP version 2 or 3 and thus the packet type is depreciated. At least I couldnt find the specification in the 3GPP document for it anymore ony a referenc

Re: [Wireshark-dev] wireshark-0.99.7 compiling error, The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss

2008-01-23 Thread Andreas Fink
> I've checked in changes for most of the files in his message (most of > which were gratuitious non-ASCII characters in comments that could be > replaced with ASCII equivalents, e.g. just using " rather than fancy > curly quotes); the only exception is packet-e212.c, which has country > names in

[Wireshark-dev] MacOS X Leopard package of Wireshark 0.99.7 available

2008-01-12 Thread Andreas Fink
-1.2.24 lua-5.1.2 pango-1.19.0 pcre-7.4 pkg-config-0.22 portaudio_stable_v19.20071207 tiff-3.8.2 wireshark-0.99.7 A pseudo application starting wireshark from an icon in /Applications. A startup item making /dev/bpf* readable for everyone at startup. X11.app update Andreas Fink Fink Consulting

Re: [Wireshark-dev] Install from dmg fail OSX 10.4.11 Wireshark 0.99.5c

2008-01-10 Thread Andreas Fink
On 11.01.2008, at 00:33, Guy Harris wrote: > > On Jan 9, 2008, at 4:00 PM, John Obelenus wrote: > >> Wireshark 0.99.5c i386 Sounds like my package... >> >> >> It seems to install all the dependencies, goes to install Wireshark, >> seems to work - I can't catch the next message, seems to want to

Re: [Wireshark-dev] Add translation of SMS UCS2 to UTF-8 Problem

2008-01-07 Thread Andreas Fink
Properties Referenced from: /usr/local/lib/pango/1.6.0/modules/pango-arabic- fc.so Expected in: flat namespace when I open the triangle. Could be a problem of my pango installation though but this should be detected earlier. Andreas Fink Fink Consulting GmbH Global Networks Schweiz AG Be

Re: [Wireshark-dev] Add translation of SMS UCS2 to UTF-8 Problem

2008-01-07 Thread Andreas Fink
I tried to download that patch from the webpage. However it shows me the whole patch on like 5 very long lines. I would like to try it out under MacOS X and report if it makes sense to add it. GSM-SMS is my daily business so I would definitively benefit from something like that. But reading a

Re: [Wireshark-dev] wireshark 0.99.7 crash on MacOS X 10.5 (Leopard)

2008-01-03 Thread Andreas Fink
/share/gtk-doc/html/gtk/gtk- open.png I've put up installers for i386 10.5 Leopard on http://www.finkconsulting.com/page7.php Andreas Fink Fink Consulting GmbH Global Networks Schweiz AG BebbiCell AG --- Tel: +41-61-33

Re: [Wireshark-dev] wireshark 0.99.7 crash on MacOS X 10.5 (Leopard)

2008-01-03 Thread Andreas Fink
>> >>> I was able to successfully build wireshark with >>> the latest gtk/glib stuff. Everything works fine >>> except for the stock icons... >> >> I dont know which Icons you refer to but on my Mac i'm not missing >> any... > Hmmm. The New, Open, and so on icons in the toolbar. I used > gtk-2.12.3

Re: [Wireshark-dev] wireshark 0.99.7 crash on MacOS X 10.5 (Leopard)

2008-01-03 Thread Andreas Fink
On 03.01.2008, at 21:11, Guy Harris wrote:Andreas Fink wrote:ok. So I can safely blame Leopard of bringing me a broken X11.app... ;-)Yes.  The magic number is 5147896, but as I filed it you might not be able to see it.by the way I think it happens when it starts scrolling lines.I also noted that it

Re: [Wireshark-dev] wireshark 0.99.7 crash on MacOS X 10.5 (Leopard)

2008-01-03 Thread Andreas Fink
but on my Mac i'm not missing any... Andreas Fink Fink Consulting GmbH Global Networks Schweiz AG BebbiCell AG --- Tel: +41-61-330 Fax: +41-61-331 Mobile: +41-79-2457333 Address: Clarastrasse 3, 4058 Basel,

Re: [Wireshark-dev] wireshark 0.99.7 crash on MacOS X 10.5 (Leopard)

2008-01-03 Thread Andreas Fink
On 03.01.2008, at 20:44, Guy Harris wrote: > Andreas Fink wrote: > >> I'm trying to rebuild wireshark for MacOS X 10.5 (Leopard) with the >> new >> X11 engine (instead of the old XFree86, Leopard uses XFree.org's >> implementation if I'm not mistake

[Wireshark-dev] wireshark 0.99.7 crash on MacOS X 10.5 (Leopard)

2008-01-03 Thread Andreas Fink
ed the preferences (to eliminate tons of warnings of undefined new preferences) started a capture with live display on my ethernet. A few packets got displayed before this happened. Same happens to my preconfigured Wireshark 0.99.5 version which was still compiled under Tiger 10.4. Andreas Fi

Re: [Wireshark-dev] Small performance improvements to packet-http.c

2007-11-07 Thread Andreas Fink
hope the string doesn't contain any "%" symbols or you end up crashing... Andreas Fink Fink Consulting GmbH Global Networks Schweiz AG BebbiCell AG IceCell ehf --- Tel: +41-61-330 Fax: +41-61-331 Mobile: +41-79

Re: [Wireshark-dev] preference tree for SS7

2007-03-27 Thread Andreas Fink
the protocols, sorted alphabetically, like today? Or even a "filter" box to search the list? ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev Andr

Re: [Wireshark-dev] Adding a data item to gsm map

2007-03-09 Thread Andreas Fink
/listinfo/wireshark-dev Andreas Fink Global Networks Schweiz AG --- Tel: +41-61-333 Fax: +41-61-331 Mobile: +41-79-2457333 Address: Clarastrasse 3, 4058 Basel, Switzerland E-Mail: [EMAIL PROTECTED] Homepage: http://www.global

Re: [Wireshark-dev] IS-41 ANSI-MAP

2007-02-05 Thread Andreas Fink
e is two sample fiple files at the Wiki Sampletraces page… BR Anders Från: [EMAIL PROTECTED] [mailto:wireshark-dev- [EMAIL PROTECTED] För Andreas Fink Skickat: den 3 februari 2007 08:34 Till: Developer support list for Wireshark Ämne: [Wireshark-dev] IS-41 ANSI-MAP Is there anyone on this list wh

[Wireshark-dev] IS-41 ANSI-MAP

2007-02-02 Thread Andreas Fink
Is there anyone on this list who has access to a ANSI-MAP network who could provide me with a few specific trace files so the MAP decoder could be enhanced for them? Andreas Fink Fink Consulting GmbH Global Networks Schweiz AG BebbiCell AG

[Wireshark-dev] Wireshark MacOS X binary update

2007-02-01 Thread Andreas Fink
usr/local/share/man" "all" "lua-5.1.1" "install" "manual" "macosx" "libgpg-error-1.5""install" "--mandir=/usr/local/share/man" "all" "libgcrypt-1.2.3" "install" "-

Re: [Wireshark-dev] SVN doesn't compile under MacOS X

2007-01-31 Thread Andreas Fink
On 01.02.2007, at 02:39, Stephen Fisher wrote:On Thu, Feb 01, 2007 at 02:01:41AM +0100, Andreas Fink wrote: current SVN seems to have some double defined symbol conflict:ld_classic: multiple definitions of symbol _svnversionversion_info.o definition of _svnversion in section (__DATA,__data)gtk

[Wireshark-dev] SVN doesn't compile under MacOS X

2007-01-31 Thread Andreas Fink
) definition of _svnversion in section (__DATA,__common) Andreas Fink Fink Consulting GmbH Global Networks Schweiz AG BebbiCell AG --- Tel: +41-61-330 Fax: +41-61-331 Mobile: +41-79-2457333 Address: Clarastrasse 3, 4058 Basel

Re: [Wireshark-dev] bootstrapping SVN checkout

2007-01-31 Thread Andreas Fink
thanks. It does in fact. Current SVN version hits me size_t in aircap code (easy to fix, size_t is already there). Hi, ./autogen.sh && ./configure && make usually does the trick. Thanx, Jaap On Wed, 31 Jan 2007, Andreas Fink wrote: Hello, I've just done a SVN ch

[Wireshark-dev] bootstrapping SVN checkout

2007-01-31 Thread Andreas Fink
e/automake-1.6/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL configure.in:1335: required file `./ltmain.sh' not found ... and so forth anyone have a hint to get started on the SVN? compilation of the normal tar.gz files works usually (besides all the bugs which have

[Wireshark-dev] bootstrapping SVN checkout

2007-01-29 Thread Andreas Fink
/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL configure.in:1335: required file `./ltmain.sh' not found ... and so forth anyone have a hint to get started on the SVN? Andreas Fink Fink Consu

[Wireshark-dev] compilation error in airpdcap (0.99.5pre1 under MacOS X)

2007-01-20 Thread Andreas Fink
ere make[3]: *** [airpdcap.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 andreas10:~/development/wireshark-0.99.5pre1 afink$ Andreas Fink Fink Consulting GmbH Global Ne

Re: [Wireshark-dev] RUDP Plugin functional ?

2007-01-15 Thread Andreas Fink
ng list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev Andreas Fink Fink Consulting GmbH Global Networks Schweiz AG BebbiCell AG --- Tel: +41-61-330 Fax: +41-61-331 Mobile: +41-79-2457333 Address: Claras

[Wireshark-dev] MacOS X Package 0.99.4 done

2007-01-04 Thread Andreas Fink
ng the workaround...) As gtk+ 2 and all the dependent libraries are finally been built properly (with gtk+1 we had only 2 dependencies, now we have more than a dozen), I will try to keep up with the cvs version and build updated packages more often.

Re: [Wireshark-dev] Building 0.99.4 under MacOS X (fixes)

2007-01-04 Thread Andreas Fink
On 04.01.2007, at 13:09, Guy Harris wrote: Andreas Fink wrote: Here is how I configure export PATH="/usr/X11R6/bin:/usr/bin:/bin:/usr/local/bin:/sbin:/usr/ sbin:/usr/local/sbin" export LDFLAGS="-lz -L/usr/local/lib -Wl,-search_paths_first -Wl,- single_module" So why is

[Wireshark-dev] Building 0.99.4 under MacOS X (fixes)

2007-01-04 Thread Andreas Fink
Hi folks, After receiving a newer MacBook pro, I'm installing wireshark and all its dependencies again (gtk+ 2 this time so over 20 libs to compile), so I can finalize a doubleclickable installer which is independent of any packaging system like "fink" or "ports" so anyone can use wireshar

Re: [Wireshark-dev] 0.99.4pre1 Compatibility issue

2006-10-24 Thread Andreas Fink
LEGO wrote: > There's probably other duplicate libs (I've seen the same behaviour we > discussed befor when with a duped openssl). > > Luis > > On 10/23/06, Andreas Fink <[EMAIL PROTECTED]> wrote: >> >> 0.99.4pre1 still doesnt work under MacOS X unless

Re: [Wireshark-dev] 0.99.4pre1 Compatibility issue

2006-10-23 Thread Andreas Fink
On 23.10.2006, at 18:47, Michael Tuexen wrote:Hi Andreas,0.99.4pre1 can be compiled on my 10.4.8 systens without any problems.Same here on powerPC. but not on intel Andreas FinkFink Consulting GmbH---Tel: +41-61-332 Fax: +41-61-331

[Wireshark-dev] 0.99.4pre1 Compatibility issue

2006-10-23 Thread Andreas Fink
0.99.4pre1 still doesnt work under MacOS X unless -without-zlib is being choosen as configure option even though no other zlib is present on the system except the one shipped from Apple. (Seen on 10.4.8)Andreas FinkFink Consulting GmbH---

Re: [Wireshark-dev] Portability issue of capture files.

2006-09-07 Thread Andreas Fink
Oh thats interesting. I think my wireshark was built with the source of libz as well but really what whould have been needed was a export LDFLAGS -lz for most of the tools. I'm rebuilding it currently on a new MacPro. Will report if that fixes it too. On 07.09.2006, at 13:57, LEGO wrote: >

Re: [Wireshark-dev] Portability issue of capture files.

2006-09-07 Thread Andreas Fink
Most frequently that's due to using FTP and not setting binary mode.Does the file's checksum change from machine to machine after copying it?no.  iIuse scp to copy from machine to machine.The PCAP/Wiretap library is supposed to figure out the endianism of thehost where the file was generated automa

[Wireshark-dev] Portability issue of capture files.

2006-09-06 Thread Andreas Fink
I recently compiled wireshark under MacOS X 10.4.7 on a intel machine. This time I succeeded even with GTK+2 after fiddling with a lot of options.I'm preparing an installer for it for users without "fink" or "darwin ports".But while using it, I find out a strange behaviour.I'm capturing data on a l

[Wireshark-dev] wireshark crash

2006-08-30 Thread Andreas Fink
anyone seen this before:(gdb) runStarting program: /usr/local/bin/wireshark Reading symbols for shared libraries .....+..+.+ doneReading symbols for shared libraries . doneReading symbols for shared libraries . done(wir

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-29 Thread Andreas Fink
On 29.08.2006, at 21:15, Thomas Steffen wrote:On 8/29/06, Stephen Fisher <[EMAIL PROTECTED]> wrote: I installed Wireshark/Ethereal from Darwin Ports so it took care of thedependencies, then I laid out my source code to develop with. Exactly. If you don't like to mess with dependencies yourself, use

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 Andreas Fink
> I don't build with ADNS; I'll have to install it and see what happens. apparently thats the issue there. that one doesnt want to build unless you tell it to only build the static library. > You didn't list GTK+ as one of the packages; presumably you're > building it with one of the newer vers

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 Andreas Fink
I took another effort to build wireshark on MacOS X with gtk 2 instead of gtk.It took me 7 hours so far and I got all dependencies tracked down.There are still far too many but in comparison to last attempt, most dependencies now compile out of the box on MacOS X which was not the case when I tried

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 Andreas Fink
is    glib-1.2    gtk+1.2 Normal users have none of them installed Andreas Fink Fink Consulting GmbH --- Tel: +41-61-332 Fax: +41-61-331  Mobile: +41-79-2457333 Address: Clarastrasse 3, 4058 Basel, Switzerland E-Mail:  [EMAIL PROT

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 Andreas Fink
On 28.08.2006, at 11:28, Guy Harris wrote: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  ...     libpcap    libpcap-shlibs    libjpeg    libjpeg-shlibs    libpng3    libpng3-shlibs 

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 Andreas Fink
On 28.08.2006, at 10:13, Ulf Lamping wrote: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 

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 Andreas Fink
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    gtk+2    gtk+2-dev    gtk-doc    libiconv   

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-27 Thread Andreas Fink
Well, I'm very much for dropping GTK-1 support:Look at the source in gtk/ to see the effort it takes to take all thedifferences between gtk1 and gtk2 into account as well as the effortto maintain both versions. Compare this with the one-time-effort toset up a working compile time env for gtk2 for

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-26 Thread Andreas Fink
On 26.08.2006, at 15:32, Erwin Rol wrote: > On Sat, 2006-08-26 at 14:32 +0200, Ulf Lamping wrote: >> Hi List! >> >> The current situation of Win98/95/ME (and Nt 4.0) support is >> unsatisfactory IMHO. >> > > I assume this is due to the request from Tor Lillqvist on the GTK list > to drop support

Re: [Wireshark-dev] [Ethereal-dev] QSIG Support

2006-08-26 Thread Andreas Fink
Q.SIG is just a variant of Q.931 and thus might be covered in that already. The question is what does Q.SIG run on top of? Usualy Q.SIG is on top of Q.921 on top of ISDN BRI or ISDN PRI physical interfaces. Q.SIG over some IP carrier might simply be some really "vendor specific" way of doing

Re: [Wireshark-dev] FW: ANSI MAP / TCAP dissector hooks

2006-08-22 Thread Andreas Fink
I have attached a capture file with the following:SCTPM2UAMTP3 (ITU)SCCPTCAP (ANSI)ANSI MAPI think no one expects this type of stack because ANSI MAP usually rides on ANSI MTP3, not ITU MTP3.So you obviously have a mixed case here which was not foreseen.Andreas FinkFink Consulting GmbH-