FreeBSD 5.4-RELEASE
前置作業:
架好SIP server(e.g.SER or OPENSER)並啟動服務
→在MySQL建立資料庫並資料表,以存放封包表頭內容(有table.sql檔案可匯入)
→在init.php中設定資料庫名稱及將登錄資訊設置妥當
- $DB_HOST = 'localhost';
- $DB_USER = 'martensite';
- $DB_PASSWORD = '';
- $DB_NAME = 'test';
(2007.11.6淩晨註:我稍稍改了檔案,結果不用改路徑就能用了。所以之前在耍笨。:D~不過,還是留著好了,因為此時此日程度很差的我可是研究了很久呢…還有,學長將檔案分成兩個不同的資料夾放的原因為何?是有特別用意或只是懶得改…不解!)
(11.6早上:我錯了!一定要放兩個資料夾,但現在還沒時間改…)
- query.php
- require_once("/home/martensite/www/sipmagnifier/init.php");
- detail.php
- require_once('/home/martensite/www/sipmagnifier/init.php');
- dissector_lite.php
- require_once('/home/martensite/www/sipmagnifier/init.php');
- makepcap.php
- require_once('/home/martensite/www/sipmagnifier/init.php');
- mailpcap.php
- $header .= "From: \"SIP Fluoroscope\"<martensite@ms11.voip.edu.tw>\n";//設定信件來源
refer to this.
下載點:
完整檔案下載
(.zip檔,密碼請來信索取)
如安裝成功,成果如下列網站:
SIP Fluoroscope System
(請按Enable Live Update可得到即時封包訊息)
Todo List:
把路徑改回來
研究如何在開機時自動啟動此系統(in FreeBSD and Linux)
沒有留言:
張貼留言