2.4. Building Wireshark from source under UNIX

Wireshark

2.4. Building Wireshark from source under UNIX

  1. tar zxvf wireshark-1.10-tar.gz
            
    gzip -d wireshark-1.10-tar.gz
    tar xvf wireshark-1.10-tar
            
    [Note] Note!
    [Note] Note!
  2. ./configure
            
  3. make
            
  4. make install