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
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)
>
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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)
19 matches
Mail list logo