[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-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 wireshark-dev@wireshark.org Archives:

[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
understand the relation between epan and dissector. 在 2011-08-24 15:54:10,Guy Harris g...@alum.mit.edu 写道: On Aug 24, 2011, at 12:11 AM, lookfar wrote: 正在创建库 libwireshark.lib 和对象 libwireshark.exp dissectors.lib(packet-ppp.obj) : error LNK2019: 无法解析的外部符号 _g_thread_ini t,该符号在函数

[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\dissectorsnmake -f Makefile.nmake Microsoft (R) 程序维护实用工具 9.00.30729.01 版 版权所有(C) Microsoft Corporation。保留所有权利。 Making register.c (using

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 graham.blo...@trihedral.com wrote: On 23/08/2011 10:34, lookfar