Fixed all the warnings emitted during compilation.
Changes:
- Typecasted a parameter to strtok() in cmd_parser.c
- Fixed the type while typecasting of udp_h.
- Fixed the return type and parameter of lcore_main().
- Fixed format specifier in sprintf statements from %u to PRIu64.