[Wireshark-dev] Can't build when I add a line to packet_ppp.c?

2011-08-23 Thread lookfar
Hi,Dear friends: I'm a beginner in wireshark.And I 'm from china. my version is wireshark-1.7.0-SVN-38520. the error is : E:\wireshark-1.7.0-SVN-38520\epan\dissectors>nmake -f Makefile.nmake Microsoft (R) 程序维护实用工具 9.00.30729.01 版 版权所有(C) Microsoft Corporation。保留所有权利。 Making register.c (using py

Re: [Wireshark-dev] Can't build when I add a line to packet_ppp.c?

2011-08-23 Thread lookfar
thanks! If I don't add my code,building is ok!so i guess python's version should be ok. I just add a line like: #include "../uthash.h" to packet_ppp.c.then i get error. but i'll try 2.7 Michael At 2011-08-23 18:22:38,"Graham Bloice" wrote: >On 23/08

[Wireshark-dev] I want to use g_thread_init in dissector source file, but get a link error, Why?

2011-08-24 Thread lookfar
Linking libwireshark.dll link /INCREMENTAL:NO /NOLOGO -entry:_DllMainCRTStartup@12 -dll kernel32 .lib ws2_32.lib mswsock.lib advapi32.lib shell32.lib /DEBUG /MACHINE:x86 /Safe SEH /DYNAMICBASE /FIXED:no /MANIFEST:no /DEF:libwireshark.def /OUT:libwireshark .dll /IMPLIB:libwireshark.lib

Re: [Wireshark-dev] I want to use g_thread_init in dissector source file, but get a link error, Why?

2011-08-24 Thread lookfar
don't understand the relation between epan and dissector. 在 2011-08-24 15:54:10,"Guy Harris" 写道: > >On Aug 24, 2011, at 12:11 AM, lookfar wrote: > >>正在创建库 libwireshark.lib 和对象 libwireshark.exp >> dissectors.lib(packet-ppp.obj) : error LN

[Wireshark-dev] How can I judge the fail status of PPP protocal?and unworkable status!

2011-08-29 Thread lookfar
Now,I have to wirte a tool to test the status,like If you are familiar with PPP protocal,Please do me a favor!! thanks.___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsu

[Wireshark-dev] How Do i disable the build of TAP and unnecessary dissector?

2011-09-15 Thread lookfar
Dear Friends:my version is wireshark-1.7.0-SVN-38520.I had tried 1.removing some lines from Makefile.common,2.commenting some lines in register.cbut,unsuccess.Maybe i just finished part work,not all,so failed.Please give me a total plan to build a fast and small wireshark,Thanks.Michael2011-9-1