finding all the packets associated with particular IP address
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (2)
Walter Roberson
el 16 de Abr. de 2012
0 votos
strcmp() or ismember()
1 comentario
Karan
el 17 de Abr. de 2012
Karan
el 17 de Abr. de 2012
0 votos
1 comentario
Walter Roberson
el 17 de Abr. de 2012
['^' regexprep('65.43.', '\.', '\\.')]
Categorías
Más información sobre Characters and Strings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!