Re: [Wireshark-dev] wireshark on 64 bit

2011-08-03 Thread sagar Guledagudda
your dissector. > Regards > Anders > > -- > *From:* wireshark-dev-boun...@wireshark.org [mailto: > wireshark-dev-boun...@wireshark.org] *On Behalf Of *sagar Guledagudda > *Sent:* den 3 augusti 2011 10:53 > > *To:* Developer support list for Wireshark > *Subject:* Re

Re: [Wireshark-dev] wireshark on 64 bit

2011-08-03 Thread sagar Guledagudda
11 at 10:56 AM, Anders Broman wrote: > sagar Guledagudda skrev 2011-08-03 06:59: > > What are those local changes i suppose to do ??? > > Packages: zlib125ws.zip > Location: http://www.gzip.org/zlib/ > Description: The zlib compression library (source and DLL versions) >

[Wireshark-dev] wireshark on 64 bit linux

2011-08-03 Thread sagar Guledagudda
Hi, I am trying to build the wireshark on linux for target platform 64bit. what are changes should be done in make file and any other things to be done to get it compiled for 64 bit ?? Thanks and Regards Sagar ___ Sent via:

Re: [Wireshark-dev] wireshark on 64 bit

2011-08-02 Thread sagar Guledagudda
zlib. > Regards > Anders > > -- > *From:* wireshark-dev-boun...@wireshark.org [mailto: > wireshark-dev-boun...@wireshark.org] *On Behalf Of *sagar Guledagudda > *Sent:* den 1 augusti 2011 09:12 > > *To:* Developer support list for Wireshark > *Subj

Re: [Wireshark-dev] wireshark on 64 bit

2011-08-01 Thread sagar Guledagudda
dio environment... > call "c:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" > x86_amd64 > > Regards > Anders > > -- > *From:* wireshark-dev-boun...@wireshark.org [mailto: > wireshark-dev-boun...@wireshark.org] *On Beha

Re: [Wireshark-dev] wireshark on 64 bit

2011-07-31 Thread sagar Guledagudda
id you specify a parameter to say you want to produce 64 bits when calling > vcvarsall.bat ? > > For VC++ 2008 EE on 64 bits windows, I use : > "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars64.bat" > > Olivier > > Le 29/07/2011 09:40, sagar Guledagu

[Wireshark-dev] wireshark on 64 bit

2011-07-29 Thread sagar Guledagudda
hi, I am trying to compile the wireshark for target platform for 64 bit. When i do *nmake makefile.nmake *i get fallowing errror file_util.obj : fatal error LNK1112: module machine type 'X86' conflicts with ta rget machine type 'x64' NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual S

Re: [Wireshark-dev] wireshark for 64 bit

2011-07-28 Thread sagar Guledagudda
Japp, Thank you. i got it. On Thu, Jul 28, 2011 at 5:54 PM, Jaap Keuter wrote: > ** > > Hi, > > Does this quote: "See the developer's guide section "C-Runtime > "Redistributable" files" for details how to get it" help? > > T

[Wireshark-dev] wireshark for 64 bit

2011-07-28 Thread sagar Guledagudda
Hi, I want to compile the wireshark for target platform 64 bit version. While compiling for 32 bit i just ran the make and all the library got downloaded by themselves. but now on 64 bit i am trying the same thing and it is giving an error message as config.nmake(953) : fatal error U1050: Can't fin

[Wireshark-dev] calc row in wireshark graphs

2011-07-26 Thread sagar Guledagudda
Hi, I found out generating graphs from statistics->IO graphs, when i tried to generate graphs with advanced version i found a row wirh label "*calc"* and i saw options like AVG(*), SUM(*), COUNT(*), MIN(*) etc, can any body help me understanding what they represent according to the graph ? how gr

[Wireshark-dev] no vresion symbol

2011-07-21 Thread sagar Guledagudda
hi I am getting an error as " *The plugin has no version symbol* " during the start up of wireshark . is that the wireshark version problem or any missing library during compilation ? if anybody have idea please reply Thank you Sagar G

[Wireshark-dev] Link wireshark with shared library

2011-07-21 Thread sagar Guledagudda
hi, I wrote shared library for a dissector ( .so and .la ) , how do i link it with wireshark.. i placed both .so and .la files in plugin folder but i did not see my decoder on wireshark, do we need to recompile the wireshark or any other change need to be done? Thanks Sagar G

Re: [Wireshark-dev] .la file

2011-07-20 Thread sagar Guledagudda
I have compiled a shared library only.. On Wed, Jul 20, 2011 at 9:39 PM, Joerg Mayer wrote: > On Wed, Jul 20, 2011 at 04:47:48PM +0530, sagar Guledagudda wrote: > > I have compiled my dissector in linux and i have a shared library xxx.so. > > and i have kept in the wireshar

Re: [Wireshark-dev] Makefile for wireshark dissector

2011-07-20 Thread sagar Guledagudda
What is .la file how do we get it? On Mon, Jul 11, 2011 at 4:16 PM, Ankith Agarwal wrote: > > On Mon, Jul 11, 2011, sagar sg said: > > > Hi, > > I have written a dissector plug in in windows and it works fine, now > i > > want to compile it in linux to get the .so file, please help me ho

[Wireshark-dev] .la file

2011-07-20 Thread sagar Guledagudda
hi, I have compiled my dissector in linux and i have a shared library xxx.so. and i have kept in the wireshark-1.4.7/plugins/1.4.7 but its not getting loaded , Do i need to recompile the wireshark source code to make it work. ? and i have seen some files with .la extension where as i don hv any s

Re: [Wireshark-dev] mix of c and C++

2011-07-19 Thread sagar Guledagudda
reshark/epan where the proto.h is there which contains the above functions. do u have idea abt wat els s required to be done to get through this ? On Tue, Jul 19, 2011 at 11:53 AM, Helge Kruse wrote: > Am 19.07.2011 07:10, schrieb sagar Guledagudda: > > I am compiling it for l

[Wireshark-dev] undefined reference to proto_register_protocol

2011-07-19 Thread sagar Guledagudda
Hi, I am getting the below error during the compilation of decoder on Linux. i tried including the epan/proto.h but still i am getting the same error. i think this is linking problem. does anybody have the solution for it ast.cpp:(.text+0x13e): undefined reference to `proto_register_protocol' ast.

Re: [Wireshark-dev] mix of c and C++

2011-07-19 Thread sagar Guledagudda
Thank you, i have solved the problem by compling with -DHAVE_CONFIG_H flag . Regards Sagar. On Tue, Jul 19, 2011 at 11:53 AM, Helge Kruse wrote: > Am 19.07.2011 07:10, schrieb sagar Guledagudda: > > I am compiling it for linux ( xxx.so file ) >> >> Includes files are

Re: [Wireshark-dev] mix of c and C++

2011-07-18 Thread sagar Guledagudda
I am compiling it for linux ( xxx.so file ) Includes files are as below #ifdef HAVE_CONFIG_H # include "config.h" #endif #include #include #include // fastfix API #include #include CC = g++ CFLAGS = $(INCS) -fPIC $(PLUGIN) : $(OBJS) mkdir -p $(PLUGIN_DIR)