Hello,
This is the first time i'm working on wireshark.
The problem i'm facing is compiling the wireshark.
Below is the procedure i have followed to compile the wireshark source.
I'm able to do the following,
1) nmake -f Makefile.nmake verify_tools
2) nmake -f Makefile.nmake setup
3) nmake -f Makefile.nmake distclean
But failing in nmake -f Makefile.nmake all with the following error
C:\wireshark-0.99.7>nmake -f Makefile.nmake all
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
NMAKE : fatal error U1073: don't know how to make 'c-auto.h'
Stop.
C:\wireshark-0.99.7>
Regards
Sharath