Discussion:
[問題] 請問Jpcap強者
(时间太久无法回复)
c***@ptt.cc
2006-10-23 04:45:32 UTC
Permalink
http://stweb.cgu.edu.tw/~b9244249/Tcpdump11.java

上面那是我的檔案

不知道為什麼改版後就不能跑了

有人能回答我的疑惑嗎...

--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 163.25.118.133
:p
2006-10-23 08:02:26 UTC
Permalink
※ 引述《cderN ( )》之銘言:
: http://stweb.cgu.edu.tw/~b9244249/Tcpdump11.java
: 上面那是我的檔案
: 不知道為什麼改版後就不能跑了
: 有人能回答我的疑惑嗎...
1.
拿掉InetAddress.getHostName() 外面的try,catch

2.
String[] lists = JpcapCaptor.getDeviceList();
改成
jpcap.NetworkInterface[] lists = JpcapCaptor.getDeviceList();
(這部分看原本網頁上抓下來的範例就有)
網卡名稱和敘述分別用lists[i-1].name, list[i-1].description取得

我這樣就可以跑了

--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.133.109.213
c***@ptt.cc
2006-10-23 21:42:34 UTC
Permalink
※ 引述《Dancer31 (:p)》之銘言:
: ※ 引述《cderN ( )》之銘言:
: : http://stweb.cgu.edu.tw/~b9244249/Tcpdump11.java
: : 上面那是我的檔案
: : 不知道為什麼改版後就不能跑了
: : 有人能回答我的疑惑嗎...
: 1.
: 拿掉InetAddress.getHostName() 外面的try,catch
: 2.
: String[] lists = JpcapCaptor.getDeviceList();
: 改成
: jpcap.NetworkInterface[] lists = JpcapCaptor.getDeviceList();
: (這部分看原本網頁上抓下來的範例就有)
: 網卡名稱和敘述分別用lists[i-1].name, list[i-1].description取得
: 我這樣就可以跑了
謝謝~~我也成功了

謝謝大大的大力幫忙~

--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 163.25.118.133

继续阅读narkive:
Loading...