I have the following error while compiling each time my dissector using 'make' command.
make[5]: Entering directory `/home/nileshnayak/Desktop/wireshark-1.10.5/epan/dissectors'
make[5]: *** No rule to make target `packet-foo.h', needed by `all-am'. Stop.
make[5]: Leaving directory `/home/nileshnayak/Desktop/wireshark-1.10.5/epan/dissectors'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/nileshnayak/Desktop/wireshark-1.10.5/epan/dissectors'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/nileshnayak/Desktop/wireshark-1.10.5/epan/dissectors'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/nileshnayak/Desktop/wireshark-1.10.5/epan'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nileshnayak/Desktop/wireshark-1.10.5'
make: *** [all] Error 2
Couldn't really figure out what the problem is actually..
Any help is greatly appreciated.