[Wireshark-dev] CMake and missing '_LIBRARY_2"

2016-01-26 Thread Alex Lindberg
When building wireshark from Debian sources (testing), the only item not found is something called 'LIBRARY_2'.  I am using JetBrain's CLion. _LIBRARY_1     /usr/lib/x86_64-linux-gnu/libgtk-3.so _LIBRARY_10    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so _LIBRARY_11    /usr/lib/x86_64-linux-g

[Wireshark-dev] CMake queastion - How to change Install Dirs, LIB and Executable names?

2016-01-20 Thread Alex Lindberg
meet some resistance. As always, thank you for your help. Alex Lindberg ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.

[Wireshark-dev] Change LIB and Executable names using CMake?

2016-01-15 Thread Alex Lindberg
I am using CMake to build a customized version of Wireshark that needs to be installed beside the default Wireshark libraries and run-time files. To do this with previous version of Wireshark (<2) I created a SED script to do global search and replace functions to change file names, etc. The resu

[Wireshark-dev] Changing names of excutable files using CMake?

2016-01-14 Thread Alex Lindberg
I am using CMake to build a customized version of Wireshark that needs to be installed at the beside the default Wireshark libraries and run-time files. To do this with previous version of Wireshark (<2) I created a SED script to do global search and replace functions to change file names, etc. T

Re: [Wireshark-dev] Win7 - 64 bit build

2013-01-31 Thread Alex Lindberg
ill leave that to folks smarter than me. From: Graham Bloice To: Developer support list for Wireshark Sent: Thursday, January 31, 2013 3:50 AM Subject: Re: [Wireshark-dev] Win7 - 64 bit build On 31 January 2013 00:18, Ed Beroset wrote: Alex Lindberg w

[Wireshark-dev] Win7 - 64 bit build

2013-01-30 Thread Alex Lindberg
les\Microsoft SDKs\Windows\v7.1\BIn\SetEnv.cmd" /x64 The /x64 can be changed to set any number of different compile options. The file vcvars32.bat does exist and if you wish to compile 32 bit programs, all should be OK without this

Re: [Wireshark-dev] HELP Needed to avail wireshark's functionality as a command line utility/service

2013-01-01 Thread Alex Lindberg
mber of scripts that will just extract the media portion of the packets and put the results together.  The final file is a G711 (PCM  A or MU law) file that can be played as you describe.  These scripts don't do any analysis, but just look into the packet an offset where the media starts. A

Re: [Wireshark-dev] RPM and inter-plugin dependencies‏

2012-11-30 Thread Alex Lindberg
Just a thought, but does your plugin require a library that is on your build system but not on your install system? A missing library will keep a plugin from running. Alex Lindberg From: Austin Albright To: Wireshark-dev Sent: Friday, November 30, 2012 8

Re: [Wireshark-dev] Problem getting Eclipse working

2012-06-28 Thread Alex Lindberg
/usr/include/glib-2.0/glib You might also add your path to epan to resolve all those things like 'value_string', etc. After your first build, many library and include paths will be added to this tab. Good luck with Eclipse, works well, but a lot to learn.  I am just start

[Wireshark-dev] SVN Trunk: 43066 - Compile Error on packet-aim.c

2012-06-04 Thread Alex Lindberg
function it appears in packet-aim.c:742:30: error: expected expression before ')' token Alex Lindberg ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe:

Re: [Wireshark-dev] ERROR "Duplicate protocol name"

2012-06-01 Thread Alex Lindberg
Yep - Thanks. --- On Fri, 6/1/12, Jeff Morriss wrote: > From: Jeff Morriss > Subject: Re: [Wireshark-dev] ERROR "Duplicate protocol name" > To: "Developer support list for Wireshark" > Date: Friday, June 1, 2012, 4:32 PM > Alex Lindberg wrote: > > Bu

[Wireshark-dev] ERROR "Duplicate protocol name"

2012-06-01 Thread Alex Lindberg
Build just before SVN update today was fine., however now after update this PM (01June) builds OK, but failure when running ./tshark -v. $ svn info Path: . URL: http://anonsvn.wireshark.org/wireshark/trunk Repository Root: http://anonsvn.wireshark.org/wireshark Repository UUID: f5534014-38df-0310

Re: [Wireshark-dev] How do I build wireshark so I can run gdb on the result?

2012-05-13 Thread Alex Lindberg
Try: libtool --mode=execute gdb ./tshark This can be used for gdb, ddd, kdbg, etc. If I am trying to fix a dissector, I use tshark. Easier to watch in debugger and the GUI dose not get in the way --- On Sun, 5/13/12, Richard Sharpe wrote: From: Richard Sharpe Subject: [Wireshark-dev] Ho

[Wireshark-dev] How to get backing tvb??

2012-03-18 Thread Alex Lindberg
I need to get the backing or parent tvbuff.  In the past, I have used    tvbuff_t *new_buff;    new_buff = tvb->tvbuffs.subset.tvb This works in the 1.6 trunk stream.  Now however, in the 1.7 (mainline trunk) this throws a compiler error:    dereferencing pointer to incomplete type. I resolved

Re: [Wireshark-dev] How can I register a link layer protocol?

2012-03-05 Thread Alex Lindberg
aking plugin.c with shell script ; \         $(top_srcdir)/tools/make-dissector-reg $(srcdir) \             $(plugin_src) plugin_wtap $(DISSECTOR_SRC) ; \     fi Examples of these functions can be found in the wiretap directory.  Best of luck Alex Lindberg --- On Sat, 3/3/12, ashish goel wrote: From:

[Wireshark-dev] Help with Bit Fields

2012-03-02 Thread Alex Lindberg
so, as an example, if the base is 11 then the 4th bit is item 14 so the output should be: ...1 = Item 14 ON How can this be done? Thanks a always. Alex Lindberg ___ Sent via:Wireshark-dev mailing list Archives

[Wireshark-dev] ASN1 deode issue in H248 message

2012-02-13 Thread Alex Lindberg
= Tag: 1     Length: 0     value: The issue is that the 2nd value of the sequence in this case is a Boolean value but the decode shows a length of zero instead.  Is there a way round this issue? Thanks as always. Alex Lindberg

[Wireshark-dev] Looking for h248/asn1 packet traces

2011-10-31 Thread Alex Lindberg
wish to share please post them to the above wiki or you may send them to me directly.    alind...@yahoo.com Thanks for your help. Alex Lindberg ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org

[Wireshark-dev] Recursive Heuristic Dissectors calls

2011-10-05 Thread Alex Lindberg
alled only once per packet. Any ideas?  Thanks as always. Alex Lindberg ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options

[Wireshark-dev] Can a value_string_ext structure be extended

2011-09-30 Thread Alex Lindberg
ned as: static value_string_ext package_name_vals_ext Thanks as always. Alex Lindberg ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/

[Wireshark-dev] Feature Request - Comments attached to a packet

2011-08-11 Thread Alex Lindberg
Has anyone looked into creating the ability to attach comments to a capture file or to a specific packet? It would make sharing decode efforts easier. Any input would be welcome. Alex Lindberg ___ Sent via:Wireshark

Re: [Wireshark-dev] Compiling Wireshark for Win32

2011-08-11 Thread Alex Lindberg
e if this would help debugging, but when I invoke this command I get:     NMAKE : fatal error U1073: don't know how to make '*.sbr' probably related to the first problem.   -- Andy     "Alex Lindberg" wrote in message news:1313066367.67831.yahoomailclas...@web16200

Re: [Wireshark-dev] Compiling Wireshark for Win32

2011-08-11 Thread Alex Lindberg
necessary files that will allow your debugger to find the source files. Alex Lindberg --- On Thu, 8/11/11, news.gmane.com wrote: From: news.gmane.com Subject: Re: [Wireshark-dev] Compiling Wireshark for Win32 To: wireshark-dev@wireshark.org Date: Thursday, August 11, 2011, 4:28 AM "Stig Bjør

Re: [Wireshark-dev] Freeing memory when quitting Wireshark

2011-08-03 Thread Alex Lindberg
from the uat_new structure. Any ideas on where to look? Thanks as always. Alex Lindberg --- On Tue, 8/2/11, Alex Lindberg wrote: From: Alex Lindberg Subject: [Wireshark-dev] Freeing memory when quitting Wireshark To: wireshark-dev@wireshark.org Date: Tuesday, August 2, 2011, 2:21 PM When I quit

Re: [Wireshark-dev] Freeing memory when quitting Wireshark

2011-08-02 Thread Alex Lindberg
ucture. I removed the wtap_register_ from my code with the same results. Thanks as always. Alex Lindberg --- On Tue, 8/2/11, Guy Harris wrote: From: Guy Harris Subject: Re: [Wireshark-dev] Freeing memory when quitting Wireshark To: "Developer support list for Wireshark" Date: Tuesday,

[Wireshark-dev] Freeing memory when quitting Wireshark

2011-08-02 Thread Alex Lindberg
ister" routing that is called in the dissector?  I am suspecting that I am not releasing all my memory from the compiled g_regex_new functions. Thanks as always. Alex Lindberg ___ Sent via:Wireshark-dev mailing list

[Wireshark-dev] Wireshark 1.6.0 does not close completely

2011-07-29 Thread Alex Lindberg
Using Win32 Wireshark 1.6.0 on WinXP SP3.  After a quit of WS, task manager still shows wireshark.exe still in memory.  When shutting down Windows it complains that WS is still running and do I wish to close it.   WS 1.6.0 built with VC2010.   Suggestions?   Thanks.   Alex Lindberg___

Re: [Wireshark-dev] Structure sizes change between Linux and Windows help

2011-07-29 Thread Alex Lindberg
. Anyone have a utility to extract all of the struct members from a struct definition? Thanks as always. Alex Lindberg --- On Thu, 7/28/11, Bill Meier wrote: From: Bill Meier Subject: Re: [Wireshark-dev] Structure sizes change between Linux and Windows help To: "Developer support lis

[Wireshark-dev] Structure sizes change between Linux and Windows help

2011-07-28 Thread Alex Lindberg
ut is there a compiler flag that will cause CC and/or LINK to work the same as GCC? Thanks for your help. Alex Lindberg ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshar

Re: [Wireshark-dev] my dissector breaks with updated 1.6 source and libs

2011-07-10 Thread Alex Lindberg
I would run it via a debugger to see what is throwing the exception and work back from there. Alex Lindberg Sent from my phone. olek...@darkcornersoftware.com wrote: > >Alex > >Thanks for the input. > >I do not have any references to the FT_PCRE type. So why is this effec

Re: [Wireshark-dev] my dissector breaks with updated 1.6 source and libs

2011-07-09 Thread Alex Lindberg
directory. BTW, the pcre to glib was necessary because the pcre library is no longer supported for windows compiles (although still referenced in config.nmake). Alex Lindberg --- On Fri, 7/8/11, Chris Maynard wrote: From: Chris Maynard Subject: Re: [Wireshark-dev] my dissector breaks with updated 1.6

Re: [Wireshark-dev] Windows GTK Broken / Linux OK

2011-07-03 Thread Alex Lindberg
hanks as always Alex Lindberg --- On Fri, 7/1/11, Chris Maynard wrote: From: Chris Maynard Subject: Re: [Wireshark-dev] Windows GTK Broken / Linux OK To: wireshark-dev@wireshark.org Date: Friday, July 1, 2011, 7:39 PM Alex Lindberg writes: > My custom build of Wireshark includes a the ab

[Wireshark-dev] Windows GTK Broken / Linux OK

2011-07-01 Thread Alex Lindberg
s for your help. Alex Lindberg ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wir

[Wireshark-dev] GRegex - Freeing regex space necessary?

2011-06-30 Thread Alex Lindberg
memory structures be declared as part of the ep_ or se_ space? In my case, these memory structures are only needed during a single packet dissection (ep_ type memory requirements). Thanks as always. Alex Lindberg ___ Sent

Re: [Wireshark-dev] Odd output of custom build of wireshark/tshark

2011-06-27 Thread Alex Lindberg
To: "Developer support list for Wireshark" Date: Monday, June 27, 2011, 11:30 AM On Jun 27, 2011, at 9:06 AM, Alex Lindberg wrote: > I am trying to update my custom build of Wireshark from 1.4.x to 1.6.0.  When > I run the 1.6.0 version, the following (a small snip) is output o

[Wireshark-dev] Odd output of custom build of wireshark/tshark

2011-06-27 Thread Alex Lindberg
ia="application/cpim-p    idf+xml"hierarchy="yes"wireshark:locationpresence.dtd:2wireshark:locationpresence.dtd:3wireshark:locationpresence.dtd:4wireshark:lo I have not seen this before, and would like a pointer to where my is

Re: [Wireshark-dev] Using the PCRE library for Windows??

2011-06-22 Thread Alex Lindberg
functions to build a library of regex expressions to parse my data sets.  If the pcre lib is available for Linux, why not for windows. I would request that the pcre libs/bin file be restored to the 1.4 and 1.6 (trunk) resources. Thanks. Alex Lindberg --- On Wed, 6/22/11, Anders Broman wrote

[Wireshark-dev] Using the PCRE library for Windows??

2011-06-22 Thread Alex Lindberg
Suggestions on working around this? Thanks as always. Alex Lindberg ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options

[Wireshark-dev] How to create TVB to pass to dissector

2011-05-11 Thread Alex Lindberg
new one)? If so, how? As always, your advise is much appreciated. Thanks as always. Alex Lindberg ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https

[Wireshark-dev] Hidden Proto Fields

2011-04-25 Thread Alex Lindberg
The latest version of epan/proto.h indicates that hiding protocol fields is deprecated. How does one then create a generic filter type like ip.addr? I need to create a filter like ip.addr that can be used in place of a more specific one. Thanks in advance. Alex Lindberg___

Re: [Wireshark-dev] Help with pointer to unions

2011-04-18 Thread Alex Lindberg
a variable to runtime?  In that case the type could be control by changing the "version" variable via the preferences during dissector initialization. As always, thanks for your help. Alex Lindberg --- On Mon, 4/18/11, Stephen Fisher wrote: From: Stephen Fisher Subject: Re: [Wir

[Wireshark-dev] Help with pointer to unions

2011-04-18 Thread Alex Lindberg
I am working on a dissector that is version dependent.  I have created a union that contains the structs of both versions: typedef struct _proto_struct {  STRUCT_1 s1;  STRUCT_2 s2;} s_t;s_t *s; Memory for s is created based on version and sizeof(s1) or sizeof(s2). Thus, to reference V1 it would b

[Wireshark-dev] Utility to convert -V text files to pcap??

2011-01-26 Thread Alex Lindberg
Has anyone created a utility to convert the output of tshark -V to pcap files? I have a number of text files created this way and need to convert them back to pcap files.  Any ideas? Thanks as always. Alex Lindberg

Re: [Wireshark-dev] Seg Fault - Creating new wiretap type - RESOLVED

2010-10-24 Thread Alex Lindberg
Although the code complied, there was a missing header file.  Adding the following resolved the issue. #ifdef HAVE_CONFIG_H#include "config.h"#endif Thanks as always.Alex Lindberg--- On Fri, 10/22/10, Alex Lindberg wrote: From: Alex Lindberg Subject: Re: [Wireshark-dev] Seg Fault

Re: [Wireshark-dev] Seg Fault - Creating new wiretap type

2010-10-22 Thread Alex Lindberg
- Creating new wiretap type To: "Developer support list for Wireshark" Date: Friday, October 22, 2010, 12:34 PM On Thu, Oct 21, 2010 at 02:42:34PM -0700, Alex Lindberg wrote: > That was my thought, however I used a debugger and printf statements > to watch the file handle passe

Re: [Wireshark-dev] Seg Fault - Creating new wiretap type

2010-10-21 Thread Alex Lindberg
n Thu, Oct 21, 2010 at 05:03:12AM -0700, Alex Lindberg wrote: > When trying to read the first line during the initial myfile_open > routine, the file_gets or file_read fail with a segmentation fault. If > I do my own fopen for the filename, all is good, but when using > wth->fh,

[Wireshark-dev] Seg Fault - Creating new wiretap type

2010-10-21 Thread Alex Lindberg
I am trying to add a new filetype to wiretap to allow for the reading of my custom file type, a pure text file.  When trying to read the first line during the initial myfile_open routine, the file_gets or file_read fail with a segmentation fault. If I do my own fopen for the filename, all is goo

[Wireshark-dev] Verification of user when running Wireshark

2010-10-18 Thread Alex Lindberg
I am creating a number of dissectors and my company has concerns regarding the security of Wireshark/Tshark if these propriety dissectors escape into the wild.  Has anyone create a user authentication plugin for Wireshark/Tshark that would require the user to have a certificate installed from a

[Wireshark-dev] How to register dissector using a custom packet type

2010-10-06 Thread Alex Lindberg
bpcap formatted file. Thanks as always. Alex Lindberg ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshar

Re: [Wireshark-dev] Help importing custom data to libpcap file??

2010-09-24 Thread Alex Lindberg
could provide would be very helpful. Alex Lindberg --- On Fri, 9/24/10, Guy Harris wrote: From: Guy Harris Subject: Re: [Wireshark-dev] Help importing custom data to libpcap file?? To: "Developer support list for Wireshark" Date: Friday, September 24, 2010, 4:46 PM On Sep 24, 2010,

[Wireshark-dev] Help importing custom data to libpcap file??

2010-09-24 Thread Alex Lindberg
I would like to create a libpcap formated file based on custom data formats, NOT from a live capture stream.  I will also build custom dissectors for this data and use a user defined packet type. Any suggestions? Thanks.Alex Lindberg ___

[Wireshark-dev] How to link external value_string between plugins

2010-02-16 Thread Alex Lindberg
/need to link with libwireshark. Thanks. Alex Lindberg ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshar

Re: [Wireshark-dev] How can I use preferences from other dissectors?

2010-01-09 Thread Alex Lindberg
having to create my own preferences. Thanks. Alex Lindberg --- On Fri, 1/8/10, Stephen Fisher wrote: From: Stephen Fisher Subject: Re: [Wireshark-dev] How can I use preferences from other dissectors? To: "Developer support list for Wireshark" Date: Friday, January 8, 2010, 5:39 PM

[Wireshark-dev] How can I use preferences from other dissectors?

2010-01-08 Thread Alex Lindberg
another module into my dissector? Thanks as always. Alex Lindberg ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options

[Wireshark-dev] Building feature reduced Wireshark?

2010-01-05 Thread Alex Lindberg
e additional information for core dissectors header only == dissect only the "root" proto_tree and return.ignore == do not add to library, dll or plug-in tree. Any thoughts anyone? Perhaps this capability exists, in th

[Wireshark-dev] Using regex.h and/or pcre.h in windows

2009-11-09 Thread Alex Lindberg
gex.h. regex.h is installed in /pcre-7.0/include and this path is included in the config.nmake file. I use the standard = #include syntax. I also tried using pcre.h instead.  pcre.h is used by version_info.c with out any issues. How is this problem resolved?  As always, thanks for your help.

Re: [Wireshark-dev] Two dissectors on same TCP port?

2009-09-30 Thread Alex Lindberg
that would look for true h248 data.  If not found, return all data back to wireshark.  This might be a good thing anyhow.  If this approach where followed, would wireshark then look for any other registered dissectors that on the h248 port? Thanks for your assistance. Alex Lindberg --- On We

[Wireshark-dev] Two dissectors on same TCP port?

2009-09-30 Thread Alex Lindberg
could modify the original dissector to check but that seems contrary to the current methods used by Wireshark. Thanks as always, Alex Lindberg ___ Sent via:Wireshark-dev mailing list Archives:http

[Wireshark-dev] Help with ASN based dissector

2009-09-01 Thread Alex Lindberg
rror which indicates that the type and value don't match correctly during decoding. I suppect that I should pass the correct ASN1 definitions to the v1 dissector, but don't see how that is to be done.  asn2ws created the necessary data structures. Any help would, as always, be greatl

[Wireshark-dev] Suggested changes to h248 package handling

2009-08-05 Thread Alex Lindberg
from the ANS1 decoding, custom packages can be added using the plugin abilities of wireshark. Anyone with an opinion on this, please let me know. Thanks as always. Alex Lindberg ___ Sent via:Wireshark-dev mailing

[Wireshark-dev] Help with dissector_add and h248 protocol

2009-07-08 Thread Alex Lindberg
48ext_handle); } The value_string array "package_name_ext_vals[]" lists all of the custom packageIDs and their names that I would like to decode. I would prefer to create a plugin and not modify the current h248 code bas

[Wireshark-dev] How to extend value_string arrays?

2009-07-07 Thread Alex Lindberg
ot; },   {  0, NULL } }; This array is used as field names when decoding protocol foo.  What I would like to do in my plugin is to extend the array foo_name_vals[] by adding additional elements. Any suggestions?

[Wireshark-dev] shift/reduce errors generating packet-foobar.[ch] files

2009-07-04 Thread Alex Lindberg
r-template \     -D . \ foobar.asn ASN.1 to Wireshark dissector compiler WARNING: 212 shift/reduce conflicts WS 1.0.7 does not issue such a warning using the same set of files.  Any ideas? Thanks. Ale

[Wireshark-dev] Help migrating an ASN.1 file to a plugin

2009-06-28 Thread Alex Lindberg
asn1 templates.  This, to me however, is a bit confusing. Any guidance would be a big help. Thanks as always. Alex Lindberg ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists

[Wireshark-dev] Help adding detail to an ASN based dissector

2009-02-21 Thread Alex Lindberg
Value"},  { 0x01, "Second Value"},  etc ... } My question is how should the protocol.cnf file be modified to include the value_string array? Thanks for your help. Alex Lindberg alind...@yahoo.com ___ Se

[Wireshark-dev] Support for UTF8String in asn2wrs.py/packet-per ??

2008-12-22 Thread Alex Lindberg
I am working on a new dissector where the ASN.1 file uses UTF8String type. asn2wrs creates, with out error, dissect_per_UTF8String function. However packet-per does not support this call for PER encoding. Anyone working on such a thing? Thanks. Alex Lindberg

Re: [Wireshark-dev] Query on loading packets using command line options

2008-12-19 Thread Alex Lindberg
done if [ "$3x" = "x" ]; then # if here use stdout OUTFILE="-" else OUTFILE=$3 fi mergecap -w $OUTFILE $TEMPDIR/~* rm -r $TEMPDIR --- End MergePackets.sh --- Good Luck Al

[Wireshark-dev] Controling the display of OIDs

2008-12-05 Thread Alex Lindberg
nyone have a reference site that has a public domain listing? Thanks for your help with this. Alex Lindberg ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https://wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] How can you determine the current working directory????

2007-11-13 Thread Alex Lindberg
I would like to determine the current working directory from addr_resolv.c. I have tried various functions from filesystem.c/h without any luck. As an example get_persdatafile_dir() in addr_resolv.c returns an empty string. I have also tried to use get_last_open_dir() from gtk/file_dlg.c. By in

Re: [Wireshark-dev] Error: wireshark.exe is not a valied Win32application

2007-06-15 Thread Alex Lindberg
I have tried both the current GA release 0.99.5 tarball and the "trunk" svn release called 0.99.6 in config.nmake. Both behaved the same when installed on a W2k. wireshark.exe not a valid Win32 application. Thanks. Alex Lindberg Anders Broman (AL/EAB) wrote: > Hi, > What vers

[Wireshark-dev] Error: wireshark.exe is not a valied Win32 application

2007-06-15 Thread Alex Lindberg
. Alex Lindberg alindberyahoo.com ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev