Re: [Wireshark-dev] Build Wireshark

2012-12-04 Thread cheer_zeng
Hi ,Pascal thank you firstly. I modify the WIRESHARK_TARGET_PLATFORM again ,it did work ,but there is another error as follows,what should i need to do this time? Thanks! *** packet-ipmi-chassis.c packet-ipmi-picmg.c

Re: [Wireshark-dev] Build Wireshark

2012-12-04 Thread Anders Broman
Hi, It seems like there may be a problem with the script building the static const value_string usb_vendors_vals in packet usb.c not escaping non ASCII chars: line 4524 column 30 ascii 194 line 4524 column 31 ascii 174 line 5442 column 29 ascii 174 line 6816 column 38 ascii 194 line 6816 column

Re: [Wireshark-dev] Wireshark-dev Digest, Vol 79, Issue 6

2012-12-04 Thread cheer_zeng
probably downloaded the 32 bits packages). Regards, Pascal. -- next part -- An HTML attachment was scrubbed... URL: http://www.wireshark.org/lists/wireshark-dev/attachments/20121204/19c8ac3b/attachment.html -- Message: 3 Date: Tue, 4

Re: [Wireshark-dev] Wireshark-dev Digest, Vol 79, Issue 6

2012-12-04 Thread Anders Broman
setup once to download the win64 packages (you probably downloaded the 32 bits packages). Regards, Pascal. -- next part -- An HTML attachment was scrubbed... URL: http://www.wireshark.org/lists/wireshark-dev/attachments/20121204/19c8ac3b/attachment.html

Re: [Wireshark-dev] Wireshark-dev Digest, Vol 79, Issue 6

2012-12-04 Thread Pascal Quantin
2012/12/4 Anders Broman anders.bro...@ericsson.com ** Hi, The correct fix is to change the script make-usb.py in the tools dir to escape non ASCII chars similarly to make-sminmpec.pl sub escape_non_ascii { my $val = unpack 'C', $_[0]; return sprintf '\0%.3o',$val; } and rebuild

Re: [Wireshark-dev] Wireshark-dev Digest, Vol 79, Issue 6

2012-12-04 Thread cheer_zeng
Thanks ,Pascal and Ander But as it is my first time to compile this,i can't understand well about what Anders said,and how to use the patch. So,would you just tell me the command that i can follow step by step ,i even don't know what does rebuild mean. and just follow the develop guid step by

Re: [Wireshark-dev] Wireshark-dev Digest, Vol 79, Issue 6

2012-12-04 Thread cheer_zeng
What luck! I follow the cmd tips ,just Save the file in Unicode format to prevent data loss ,(save usb.c to unicode using UltraEdit file-convert-AsII to Unicode )then ,repeat the three teps: nmake -f Makefile.nmake setup nmake -f Makefile.nmake distclean nmake -f Makefile.nmake all and it

Re: [Wireshark-dev] [Wireshark-commits] rev 46374: /trunk/ /trunk/ui/gtk/: capture_file_dlg.c file_dlg.c main_menubar.c main_toolbar.c stock_icons.c /trunk/image/: toolbar.qrc /trunk/ui/qt/: main_wind

2012-12-04 Thread Gerald Combs
This change also removed the Print button from the main toolbar. Hopefully that won't inconvenience anyone too much... On 12/4/12 10:00 AM, ger...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=46374 User: gerald Date: 2012/12/04 10:00 AM Log: