Hi All, I want to use wireshark in linux to parse self-define protocol. So I write a lua plugin. Bug I am not sure if wireshark in linux can support lua. I download wireshark-1.5.0.tar.bz2, tar -xvjf wireshark-1.5.0.tar.bz2 So I configure wireshark as following: Could you please tell me how to install wireshark in linux? My linux release is Fedora 13. Thank you very much. Rong asked 31 Dec '13, 23:30 Rong |
One Answer:
So why did you install Lua "by hand" and install the Lua development package with "yum install"? Try either using "yum install" to install Lua, or doing whatever is necessary in the lua-5.2.0 directory to install the development stuff (header files and libraries). answered 01 Jan '14, 12:38 Guy Harris ♦♦ edited 01 Jan '14, 12:38 |
Isn't Fedora 13 and Wireshark 1.5 somewhat old? In the case of Wireshark 1.5 that's a development release anyway so maybe not the best version to be working with.