finding all the packets associated with particular IP address
古いコメントを表示
say we have a matrix of nx4 .
like
no. src_ip dest_ip port
1 172.20.1.1 65.34.29.92 443
2 162.37.82.93 172.20.1.1 80
3. 162.37.76.29 172.20.1.2 534
4. 65.43.29.88 172.20.112.12 764
we have to find all the packets with all the corresponding column values associated with an ip , say 65.34.xx.xx .
any solutions ...please
採用された回答
その他の回答 (2 件)
Karan
2012 年 4 月 17 日
0 投票
1 件のコメント
Walter Roberson
2012 年 4 月 17 日
['^' regexprep('65.43.', '\.', '\\.')]
カテゴリ
ヘルプ センター および File Exchange で Numbers and Precision についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!