fuzzz / extshark

Web-based packet decoder
MIT License
32 stars 19 forks source link

How to install this on centos? #3

Closed colokcabut closed 8 years ago

colokcabut commented 8 years ago

Hi,

How to install this on centos?

Thank you, colokcabut

fuzzz commented 8 years ago

Just install apache, php, perl, tshark. And put extshark files to www directory.

colokcabut commented 8 years ago

Hi,

Already put the extshark to www, but when i open it on my browser i got blank page. Any idea what i'm doing wrong?

Best Regards

fuzzz commented 8 years ago

There an error in symlink /extshark/lib/ext Just make it relative to your path. I will correct it later.

fuzzz commented 8 years ago

Just remove that useless linking. So you could now try clonning again

colokcabut commented 8 years ago

Hi,

It works now. ^^ Thank you.

fuzzz commented 8 years ago

Great! I have a plan to rewrite backend to nodejs and to add some capture functionality... If i will have enough time for that plan :)