Hi,
Please verify the steps mentioned in section 2.2 of
http://www.wireshark.org/docs/wsdg_html/#ChSetupWin32
Also as suggested by Japp, pls see the output of :
*nmake -f Makefile.nmake verify_tools*
I followed the steps and was able to build wireshark for windows.
-Ash
On 3/26/08, John Wang <[
Hi,
I am just curious and tis could be a suggestion for improvement too:
Where is all this information documented?
Are there any pointers to such info?
Some docs we could read?
I was looking for the same info but did not find it anywhere!
Smthing we all cud do to make things simpler & quicker,
tc,
Hi,
I have an old plugin that I want to build with the latest wireshark release
since it stopped working with version 0.99.7 but was working till 0.99.6a.
Do I need to make the changes mentiones in setion 5.1 and 5.2 of
README.plugins?
Or I should do either changes mentioned in 5.1 or changes men
nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\nmake.exe"' : return code '0x2'
Stop.*
Any clues?
Thanks & regards,
Ash
On 3/6/08, A Verma <[EMAIL PROTECTED]> wrote:
Hi,
Thanks ya I did correct the warnings. I wanted ask if there is way to
supress them.
Well now I am getting new link errors :-( :
cd ..
cd xxx
"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" /
-f Makefile.nmake
Microsoft (R) Program Maintenance Utility Version 8.00.50727.76
Any suggestions?
thanks,
Ash
On 3/6/08, Stephen Fisher <[EMAIL PROTECTED]> wrote:
>
> On Thu, Mar 06, 2008 at 12:59:46PM +0530, A Verma wrote:
>
> > Can you pls suggest me what to do. I am getting both warnings and
> > errors, I have tried a lot of things but they d
What are your views? Thanks so much for your inputs
thanks & regards,
Ash
On 3/2/08, Maynard, Chris <[EMAIL PROTECTED]> wrote:
>
> Actually, you've got warnings, not errors, but since the "treat warnings
> as errors" flag is specified, the build stops. Y
Hi
How to. find out what all changes were made to which all files between
wireshark
0.99.6a and wireshark 0.99.7 versions ?
I am interested in the plugings code specifically.
thanks,
Ash
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://w
Hi,
Can you pls explain to me how exactly that is done?
The file is configure.in.
I set the warnings_as_errors_default to no. But still the warnings are
apprearing.
Some other modifications also nedd to be made?
-Ash
On 3/4/08, Gerald Combs <[EMAIL PROTECTED]> wrote:
>
> Stephen Fisher wrote:
>
/I../../wiretap $(GLIB_CFLAGS) \
>
> /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
>
>
>
> It needs to be change to this:
>
> CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \
>
> $(PCRE_CFLAGS) /I$(PCAP_DIR)\include -D_U_=&q
Hi,
I made the Makefile.nmake & plugin.rc.in in plugins/xxx folder the same as
that
in plugins/agentx and plugins/ciscosm folder the same. Executed a diff
command to confirm that too.
Then I set the env and execute the commands at the top level.
1. nmake -f Makefile.nmake distclean
2. nmake -f Mak
Hi,
I have a dll that worked till version Wireshark0.99.6a but stopped working
after Wireshark0.99.7.
I suspected that differences mentioned in '5. Update "old style" plugin' of
README.plugins in the 'doc' folder could be the reason for breaking the
compatibility between Wireshark0.99.6a & Wiresha
ile won't do any good
> until the latest version is posted in a
> http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2008-??-??/directory
> and the tools/win32-
> setup.sh script is updated.
>
>
> --
>
> *From:* [EMAIL PROTECTED] [
I went ahead and changed the version of user-guide in Makefile.nmake from
user-guide-23522.zip to user-guide-24493.
It got no reply from the server and thus it threw an error and stopped.
So I changed i back to user-guide-23522.zip. :(
On 2/28/08, Jaap Keuter <[EMAIL PROTECTED]> wrote:
>
> Stig
; plugin in the same release.
> Regards
> Anders
>
> --
> *From:* [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] *On Behalf Of *A Verma
> *Sent:* den 28 februari 2008 06:07
> *To:* Developer support list for Wireshark
>
ION_EXTRA is normally set to 0. They way you set
> them is correct.
>
> You should keep them synchronized manually, since we have not devised
> a way to do this automatically.
>
> Thanx,
> Jaap
>
> A Verma wrote:
> > Hi,
> > I have a query. I am making a dll call
match is there between versions? Pls help me.
Thanks!
regards,
Ash
On 2/28/08, Stephen Fisher <[EMAIL PROTECTED]> wrote:
>
>
> On Thu, Feb 28, 2008 at 10:06:23AM +0530, A Verma wrote:
>
> > I installed both the wireshark versions one by one and used the dll by
> > pu
Hi,
Thanks it did help.
Now I am gettinng the follwoing errors:
plugin.c
Generating Code...
...
Creating library ciscosm.lib and object ciscosm.exp
cd ..
cd xxx
"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" /
-f Makefile.nmake
Microsoft
/08, Stephen Fisher <[EMAIL PROTECTED]> wrote:
>
> On Thu, Feb 28, 2008 at 09:32:34AM +0530, A Verma wrote:
>
> > We had a custom packet dissector plugin (dll) that worked with
> > wireshark.
> >
> > It works fine till version Wireshark0.99.6a but not with
Hi,
I have a query. I am making a dll called yyy.dll.
Now in the folder c:\wireshark\plugins\yyy there are 2 files:
1. moduleinfo.h
2. moduleinfo.nmake
Is there any relation between the version in
"#define VERSION "0.6.5" in moduleinfo.h
and between
"# The version
MODULE_VERSION_MAJOR=0
MODULE_V
Hi,
We had a custom packet dissector plugin (dll) that worked with wireshark.
It works fine till version Wireshark0.99.6a but not with Wireshark0.99.7.
What could be the reason?
I get errors like:
1. [Malformed Packet: Protocol name xxx]
2. [Dissector Bug: Protocol name xxx: proto.c:1646: failed
makefile.nmake setup
>
> To download all the latest packages
>
>
>
> >pcre.h file is present at path:
>
> >C:\wireshark-win32-libs\pcre-6.4\include
>
> This have changed to
>
> C:\wireshark-win32-libs\pcre-7.0\include
>
> With the update of PCRE
>
>
recently updated to 7.0.
>
> Regards
>
> Anders
>
>
> --
>
> *Från:* [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] *För *A Verma
> *Skickat:* den 27 februari 2008 11:48
> *Till:* wireshark-dev@wireshark.org
> *Ämne:* [Wireshark-dev] Error
Hi,
*I am trying to create a dll called xxx.dll in plugings/xxx folder in
wireshark source code folder.*
*I executed the following commands:*
**
*C:\wireshark\plugins\xxx>nmake -f Makefile.nmake distclean*
Output:
Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Mi
Hi,
*I am trying to create a dll called xxx.dll in plugings/xxx folder in
wireshark source code folder.*
*I executed the following commands:*
**
*C:\wireshark\plugins\xxx>nmake -f Makefile.nmake distclean*
Output:
Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) M
25 matches
Mail list logo