Re: [Wireshark-dev] Windows build crashing

2007-07-03 Thread Jim Pickering
Never mind! Thanks for the help. Wasn't building zlib.dll for some reason. Jim Jim Pickering Senior Software Engineer SRI International 4119 Broad Street, Suite 210 San Luis Obispo, CA 93401 Phone: (805) 542-9330 ext. 125 FAX: (805) 546-2444 Jim Pickering wrote: The build environme

Re: [Wireshark-dev] Windows build crashing

2007-07-03 Thread Jim Pickering
crashes in msvcr80.dll get_osfhandle() with an invalid parameter (pipe_input->source = 3) Jim Pickering Senior Software Engineer SRI International 4119 Broad Street, Suite 210 San Luis Obispo, CA 93401 Phone: (805) 542-9330 ext. 125 FAX: (805) 546-2444 Jim Pickering wrote: Crashes on l

Re: [Wireshark-dev] Windows build crashing

2007-07-03 Thread Jim Pickering
Crashes on line 650 ... handle = (HANDLE) _get_osfhandle (pipe_input->source); in gui_utils.c. Second time through loop (iterations == 1). First time through loop, pipe_input->pipe_input_id = 0; (line 668) if that means anything. Jim Jim Pickering Senior Software Engineer SRI Interna

Re: [Wireshark-dev] Windows build crashing

2007-07-02 Thread Jim Pickering
6.0, I would really like to use Visual C++ 2005 Express Edition, as I am hoping to hand off the maintenance of our dissector to other developers who don't have access to a copy of MS VC 6.0. Jim Jim Pickering Senior Software Engineer SRI International 4119 Broad Street, Suite 210 San

[Wireshark-dev] unresolved external symbol _tvb_get_ephemeral_faked_unicode

2007-06-12 Thread Jim Pickering
ode '0x460' Building with MSVC 6.0 on Windows XP. Thanks in advance. Jim Jim Pickering Senior Software Engineer SRI International 4119 Broad Street, Suite 210 San Luis Obispo, CA 93401 Phone: (805) 542-9330 ext. 125 FAX: (805) 546-2444 Tyler De Haven Brown wrote: Sorry I didn't incl

Re: [Wireshark-dev] Windows build crashing

2007-06-12 Thread Jim Pickering
What version of the MS compiler (VS ) is used to build the Windows distribution? Jim Jim Pickering Senior Software Engineer SRI International 4119 Broad Street, Suite 210 San Luis Obispo, CA 93401 Phone: (805) 542-9330 ext. 125 FAX: (805) 546-2444 Graham Bloice wrote: Jim Pickering

[Wireshark-dev] Windows build crashing

2007-06-06 Thread Jim Pickering
et: 0001ebf3 This does not happen with the executable I downloaded. Built executable from source is Version 0.99.5 Downloaded executable is Version 0.99.5 (SVN Rev 20677) I am dying to get started on my protocol dissector, but this is holding me up! Any ideas? Can I supply any more information? Tha