Wireshark-dev: [Wireshark-dev] compilation problem
From: Sadik Sikder <sadiksikder@xxxxxxxxx>
Date: Tue, 12 Sep 2017 11:12:15 +0200
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...




Kind Regards,

Samsuddin Sikder