I would consider myself a fairly competent programmer with experience in Java and VB.net. My latest swim around the programming lake is having me modify a program written in C. (The program is Wireshark, an open source network analyzing tool.) I followed the instructions here http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html and simply don’t know where to go from there. I’d like to use Visual Studio 2008 to work with the code if possible, but will do whatever is necessary. (I’m a total noob at using command prompt to do anything though.)
I would consider myself a fairly competent programmer with experience in Java and VB.net.
Share
If you followed those steps, then you’ve built it. I’ll copy Section 2.2.10 here.
Just make changes in the code, do these steps over again, and presto! you’ve modified the program. You may want to bone up on C debuggers if you’re doing anything very complicated.