Linux Mint下编译安装支持SPDY协议的Wireshark
做成脚本了,保存成文件,sudo ./xxx.sh即可。#!/bin/bash# 如果没有加sudo,提示错误并退出 if [ "x$(id -u)" != x0 ]; then echo "Error: please run this script with "sudo"." exit 1 fi#安装依赖的源码和工具sudo apt-get -yf install libssl-dev libpcap-dev git-core autoconf ...