Steps to build Wireshark
This is a quick guide to build the wireshark with the ocfs2 dissector.
To download and build the full tool, do:
$ cd /to/work/dir/ $ git clone git://oss.oracle.com/git/smushran/wireshark-ocfs2.git $ cd wireshark-ocfs2.git $ ./autogen.sh $ ./configure.sh $ make
If you want to only build tshark (and not the guie wireshark), do:
$ ./configure.sh --disable-wireshark