Re: [Wireshark-dev] where are the #included *.c files?

2008-01-05 Thread Anders Broman
Hi, The files are generated by asn2wrs then used to build the generated packet-xx.[ch] (hence the #includes) the deleted when the script finishes. Using the -k option (when calling asn2wrs) will keep the files. Regards Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL

[Wireshark-dev] where are the #included *.c files?

2008-01-05 Thread Németh Márton
Hi, I am playing with lcov ( http://ltp.sourceforge.net/coverage/lcov.readme.php ), which can create a full html coverage report for the whole Wireshark project. My problem is that there are some source files which I could not find. For example in wireshark/asn1/camel/packet-camel-template.c th

Re: [Wireshark-dev] sed related error while building wireshark (0.99.7 version)

2008-01-05 Thread khushbu thakkar
Thank You, I could rectify the mistake... actually the win32-libs folder had access problem.. so i again ran "nmake -f Makefile.nmake setup " and gave build... so now its going on... but thanx anyways for response Regards, Khushbu On 1/5/08, Pascal Heude <[EMAIL PROTECTED]> wrote: > >

Re: [Wireshark-dev] sed related error while building wireshark (0.99.7 version)

2008-01-05 Thread Pascal Heude
Hi, First of all, you should verify that you have installed the correct version of sed : - open a command - go to wireshark home directory - type "Nmake –f Makefile.nmake verify_tools" assuming that all the tools are in your path The result of is this command should look

Re: [Wireshark-dev] sed related error while building wireshark (0.99.7 version)

2008-01-05 Thread khushbu thakkar
Hello Vikas, I m getting the same build errors as u mentioned. Can u please elaborate how did u rectified the error to build wireshark successfully. Thanxs in Advance, Reply Soon, Khushbu On 12/26/07, Vikas Jain <[EMAIL PROTECTED]> wrote: > > I was not pointing to the correct sed progr

Re: [Wireshark-dev] code coverage measurement for a dissector?

2008-01-05 Thread Németh Márton
Hi, my code coverage measurement is working after upgrading libtool from version: ltmain.sh (GNU libtool) 1.5.22 Debian 1.5.22-4 (1.1220.2.365 2005/12/18 22:14:06) to: ltmain.sh (GNU libtool) 1.5.24 Debian 1.5.24-2 (1.1220.2.456 2007/06/24 02:25:32) AND running ./autogen.sh again. I created a