so, to use it you just need to install Wireshark in plain old-skool way like
#yum install wiresharkand then to start 'tshark', you need to simply run it like
#tsharkbut in some cases, on running '#tshark' if it gives error like
tshark: error while loading shared libraries: libsmi.so.2: cannot open shared object file: No such file or directory
so, you just need to install one more library, which gets failed to install automatically still required
#yum install libsmiand then run '#tshark' smoothly