编译wireshark 1.2.7
出错,Python版本2.7.5
-
Linking libwireshark.dll
-
link /INCREMENTAL:NO /NOLOGO -entry:_DllMainCRTStartup@12 -dll kernel32
-
.lib ws2_32.lib mswsock.lib advapi32.lib bufferoverflowu.lib shell32.lib /DEBU
-
G /MACHINE:x86 /MANIFEST:no /DEF:libwireshark.def /OUT:libwireshark.dll /IMPLI
-
B:libwireshark.lib addr_and_mask.obj addr_resolv.obj
-
adler32.obj afn.obj asn1.obj
-
atalk-utils.obj base64.obj bitswap.obj
-
camel-persistentdata.obj charsets.obj circuit.obj
-
codecs.obj column.obj column-utils.obj
-
conversation.obj crc10.obj crc16.o
-
bj crc32.obj crc6.obj
-
crcdrm.obj dissector_filters.obj emem.obj
-
epan.obj ex-opt.obj except.obj
-
expert.obj filesystem.obj follow.obj
-
frame_data.obj frequency-utils.obj funnel.obj gcp.obj
-
geoip_db.obj golay.obj
-
guid-utils.obj h225-persistentdata.obj in_cksum.obj
-
ipproto.obj ipv4.obj next_tvb.obj
-
nstime.obj oids.obj osi-utils.obj
-
packet.obj plugins.obj prefs.obj
-
proto.obj range.obj reassemble.obj
-
reedsolomon.obj report_err.obj req_resp_hdrs.o
-
bj sigcomp_state_hdlr.obj sigcomp-udvm.obj sminmpe
-
c.obj sna-utils.obj stat_cmd_args.obj stats_t
-
ree.obj strutil.obj stream.obj t35.obj
-
tap.obj tcap-persistentdata.obj
-
timestamp.obj tfs.obj to_str.obj
-
tvbparse.obj tvbuff.obj uat.obj
-
value_string.obj xdlc.obj dtd_grammar.obj diam_dict.obj
-
dtd_parse.obj dtd_preparse.obj radius_dict.obj
-
uat_load.obj C:\wireshark-win32-libs-1.2\gtk2\lib\glib-2.0.lib
-
C:\wireshark-win32-libs-1.2\gtk2\lib\gmodule-2.0.lib C:\wireshark-win32-libs-
-
1.2\gtk2\lib\gobject-2.0.lib C:\wireshark-win32-libs-1.2\c-ares-1.7.0-win32w
-
s\lib\libcares-2.lib C:\wireshark-win32-libs-1.2\kfw-3-2-2-i386-ws-vc6\lib\
-
krb5_32.lib C:\wireshark-win32-libs-1.2\zlib123\lib\zdll.lib C:\wireshark-w
-
in32-libs-1.2\gnutls-2.8.5-4.12-win32ws\bin\libtasn1-3.lib C:\wireshark-wi
-
n32-libs-1.2\gnutls-2.8.5-4.12-win32ws\bin\libgpg-error-0.lib C:\wireshark-wi
-
n32-libs-1.2\gnutls-2.8.5-4.12-win32ws\bin\libgcrypt-11.lib C:\wireshark-wi
-
n32-libs-1.2\gnutls-2.8.5-4.12-win32ws\bin\libgnutls-26.lib C:\wireshark-win32-
-
libs-1.2\lua5.1.4\lua5.1.lib C:\wireshark-win32-libs-1.2\libsmi-0.4.8\lib\smi.l
-
ib C:\wireshark-win32-libs-1.2\GeoIP-1.4.6-win32ws\libGeoIP\GeoIP.lib ..\wsuti
-
l\libwsutil.lib ..\wiretap\wiretap-0.3.1.lib crc\crc.lib crypt\airpdcap.lib
-
ftypes\ftypes.lib dfilter\dfilter.lib wslua\wslua.lib dissectors\dissectors.l
-
ib ..\image\libwireshark.res dissectors\register.obj inet_aton.obj inet_pt
-
on.obj inet_ntop.obj strptime.obj asm_utils_win32_x86.obj
-
Creating library libwireshark.lib and object libwireshark.exp
-
cd ..
-
cd help
-
"D:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" /
-
-f Makefile.nmake
-
-
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
-
Copyright (C) Microsoft Corporation. All rights reserved.
-
-
faq.py | ..\tools\html2text.py --width=72 --no-links > faq.txt
-
Traceback (most recent call last):
-
File "E:\Projects\wireshark-1.2.7\help\faq.py", line 2104, in
-
sys.exit(main())
-
File "E:\Projects\wireshark-1.2.7\help\faq.py", line 247, in main
-
create_output(header, footer)
-
File "E:\Projects\wireshark-1.2.7\help\faq.py", line 218, in create_output
-
create_index()
-
File "E:\Projects\wireshark-1.2.7\help\faq.py", line 208, in create_index
-
sec.print_index()
-
File "E:\Projects\wireshark-1.2.7\help\faq.py", line 53, in print_index
-
print '%s %s\n' % (id, id, question)
-
IOError: [Errno 22] Invalid argument
-
close failed in file object destructor:
-
sys.excepthook is missing
-
lost sys.stderr
-
Traceback (most recent call last):
-
File "E:\Projects\wireshark-1.2.7\tools\html2text.py", line 502, in
-
data = sys.stdin.read().decode(options.INPUT_ENCODING)
-
IOError: [Errno 9] Bad file descriptor
-
NMAKE : fatal error U1077: 'faq.py' : return code '0x1'
-
Stop.
-
NMAKE : fatal error U1077: '"D:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
-
make.exe"' : return code '0x2'
-
Stop.
phtyon 2.4.2 报错:
参考:
《wireshark源代码分析》
http://blog.csdn.net/zx824/article/details/7207713
解决未定义的宏:
《【求救】编译wireshark-1.2.0的错误(估计是库文件安装不正确引起) 》
wireshark 1.2.7:
conversations_table.c
1757~1759
-
duration_s = nstime_to_sec(&conversation->start_time) - nstime_to_sec(&conversation->stop_time);
-
g_snprintf(start_time, COL_STR_LEN, "%s", rel_time_to_secs_str(&conversation->start_time));
-
g_snprintf(duration, COL_STR_LEN, "%.4f", duration_s);
阅读(9445) | 评论(0) | 转发(0) |