“Tools”的版本间的差异
来自qingwei personal wiki
(创建页面,内容为“== wireshark gcp parse == Download wireshark plugins from below website. Enclosed is the downloaded file. https://cisco.app.box.com/files/0/f/8325138141/Wireshark_Pa…”) |
|||
(未显示同一用户的3个中间版本) | |||
第6行: | 第6行: | ||
dofile(DATA_DIR.."rcp.lua") | dofile(DATA_DIR.."rcp.lua") | ||
Note: epi.lua for depi, rcp.lua for gcp. | Note: epi.lua for depi, rcp.lua for gcp. | ||
+ | == zsh == | ||
+ | === mac === | ||
+ | <source lang="shell"> | ||
+ | sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | ||
+ | chsh -s `which zsh` | ||
+ | </source> | ||
+ | // 更改皮肤 | ||
+ | <source lang="shell"> | ||
+ | vim ~/.zshrc | ||
+ | ZSH_THEME="gnzh" | ||
+ | </source> |
2018年3月8日 (四) 06:50的最新版本
wireshark gcp parse
Download wireshark plugins from below website. Enclosed is the downloaded file. https://cisco.app.box.com/files/0/f/8325138141/Wireshark_Parser_Script add 2 line into the bottom of init.lua (这个文件在wireshake安装目录下,找一找, eg; C:\Program Files\Wireshark) dofile(DATA_DIR.."epi.lua") dofile(DATA_DIR.."rcp.lua") Note: epi.lua for depi, rcp.lua for gcp.
zsh
mac
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
chsh -s `which zsh`
// 更改皮肤
vim ~/.zshrc
ZSH_THEME="gnzh"