Hello all
i am trying to compile a file like packet-ssl-utils.c. the compilation command is below
ssikder@ssikder:~/Desktop/wireshark_source_code/epan/dissectors$ gcc -o foo packet-ssl-utils.c `libgcrypt-config --cflags --libs`
In returns it gives --
ssikder@ssikder:~/Desktop/wireshark_source_code/epan/dissectors$ packet-ssl-utils.h:29:18: fatal error: epan/packet.h: No such file or directory compilation terminated.
Since the epan/packet.h file is available in the certain folder, although it could not find. it gives error.
my question is regarding this scenerio...
is one such specific file compilation valid ?
is there any false command in my compilation ?
Thanks in advance...