finding all the packets associated with particular IP address
Show older comments
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
Accepted Answer
More Answers (2)
Karan
on 17 Apr 2012
0 votes
1 Comment
Walter Roberson
on 17 Apr 2012
['^' regexprep('65.43.', '\.', '\\.')]
Categories
Find more on Characters and Strings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!