📄 install
字号:
Installation Instructions for the Packet Debugger (pdb)NOTE: You MUST install the PCS (Packet Construction Set) packagebefore installing this package. PCS is available on Source Forge at:http://pcs.sf.netas well as in FreeBSD and Mac ports.The Packet Debugger follows the normal Python conventions for buildingand installing and there is very little, if any, magic. To installthe program and the associated packet classes into your system do:> python setup.py install <return>To test your installation do:> cd tests/ <return>> pdb.py -f test.outpdb> list... Some amusing output.To build the documentation you will need pdflatex and a BSD version ofmake(1) installed. Go into the docs directory and build thedocumentation:> cd docs/ <return>> bsdmake allyou will see PDF versions of the docs.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -