Re: [Tcpick-project] Help wanted in analysing the code!!!
Status: Beta
Brought to you by:
duskdruid
From: Francesco S. <dus...@in...> - 2004-09-11 19:45:47
|
On Fri, 10 Sep 2004 14:01:35 +0100 (BST) denny mammen <den...@ya...> wrote: > HAi members... Hello Denny, > I am new member of this group and I really got hooked on to > the TCPICK code....As I am new to programming....Could someone > please help me out with a couple of things? > 1.Which is the first file that is executed in TCPICK? Of course the entry point is the main function in tcpick.c :) > 2.What is the sequence of execution of files(their > names)+function and significance of each file<<in the new > version>>? A small description is in the INTERNALS file, you can understand the role of each `.c' file by reading the description in the first comment. i.e.: duskdruid$head src/verify.c /* * verify.c -- the connection matching engine * Part of the tcpick project [cut] I tried to comment much of the functions, please tell me wich part of the code do you want to understand deeply. > 3.How do we automate the installation process in > Linux? Uhm, what do you mean as "automate"? I mean this: ./configure make su make install > As you guys can infer...I'm really new to this...I would really > appreciate your help and sorry for any disturbances!! with > regards-->Denny you are welcome ;) cheers, -Francesco P.S. sorry for my poor english -- http://francesco.stablum.info http://wecanstopspam.org |