Re: [Wireshark-dev] Help - Peculiar behavior with DLLs

2009-02-19 Thread WangJing
I tried plug-ins across versions. Only copy msvcr71.dll (msvc2003) or msvc80.dll(mcvs2005) at the wireshark installed directory, then compiled plug-ins can be loaded. ___ Sent via:Wireshark-dev mailing list Archives:ht

Re: [Wireshark-dev] How to share enhanced plugin

2008-12-03 Thread WangJing
I tried. but received : mt: unknown option -- n usage: mt [-V] [-f device] operation [count] This is at MSVC2005. And I can use "nmake -f makefile.nmake packaging", generate installing package. 2008/12/2 Martin Lutz <[EMAIL PROTECTED]> > Hi Rajith, > this command should be entered in the af

Re: [Wireshark-dev] Installing a new dissector

2008-10-19 Thread WangJing
Such errors below are caused by the variables defining in the middle of the function instead of in front. packet-adh.c(84) : warning C4101: 'upper_tvb' : unreferenced local variable packet-adhctl.c packet-adhctl.c(90) : error C2220: warning treated as error - no 'object' file g enerated packet-adhc

Re: [Wireshark-dev] Problem on the source code of 1.0.3 version

2008-10-14 Thread WangJing
Yes. There is no .sln at all. I wonder why you must find the .sln... 2008/10/14 Tobias Wärre <[EMAIL PROTECTED]> > That is because there isn't any solution file. The build is done via > command line, but you can build from visual studio using the nmake tools > also using a batch-file that calls t

Re: [Wireshark-dev] how to get Wireshark symbol file?

2008-09-26 Thread WangJing
> > I check the mailing list, and find there are some old mails discussing the > same problem I encounter. > http://www.wireshark.org/lists/wireshark-dev/200612/msg5.html The wiki tips page has a couple of useful sections on debugging and setting up browse info for MSVC.http://wiki.wireshark.

[Wireshark-dev] how to get Wireshark symbol file?

2008-09-26 Thread WangJing
AS Development Tips says: If you are just wanting to debug Wireshark then the Win32 binaries should already include the debug symbols by default. You can look at the file config.nmake and ensure that the debug switch is enabled... # Linker flags # /DEBUG generate debug info LOCAL_LDFLAGS=/DEBUG