Community Profile

photo

Karan


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


filtering traffic belonging to particular subnets (title may be misguiding)
say we have a cell array of nx1 strings, i.e ip addresses.something like '69.35.34.28' '89.23.180.34' '69.35.24.10' '123.3...

12 years ago | 1 answer | 0

1

answer

Question


filtering out matching IP addresses in form of 172.20.xxx.xxx from a cell S
a and b is given in the problem in the form of cell as shown below. actually a and b are two columns of a nx2 cell >> a = s(:,...

12 years ago | 1 answer | 0

1

answer

Question


problem having reading the IP address in sorting
i asked a question here and sir andrei bobrov came out with a good solution here <http://www.mathworks.in/matlabcentral/answers/...

12 years ago | 3 answers | 0

3

answers

Answered
finding all the packets associated with particular IP address
what ifi want to make the search string inputted by the user , in form of ip address , how do i convert it to the actual searc s...

12 years ago | 0

Question


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...

12 years ago | 3 answers | 0

3

answers

Question


converting uint32 to cell
after operating the command c4 = transpose( [ arrayl{:,4} ] ); in a matrix , c4 returns a columns of numbers (f...

12 years ago | 2 answers | 0

2

answers

Question


reading numbers from an unknown format
in the cell given below , i want the column no 4 and 5 to be read as numbers so i can work on them further . i am unable to figu...

12 years ago | 1 answer | 0

1

answer

Question


sorting packets for particular ports in Matshark , wireshark
From a wireshark capture I have to sort out all the packets a given port (source or destination) , say port 443, 1080 is invo...

12 years ago | 1 answer | 0

1

answer

Answered
searching any string and sorting in DNS queries (question updated)
andrei bobrov , hope you missed the question .... :)

12 years ago | 0

Question


searching any string and sorting in DNS queries (question updated)
problem statement:- i have a nx2 matrix with n rows and 2 columns. one of the columns is having hostnames, i.e www.google....

12 years ago | 2 answers | 0

2

answers

Question


sorting and counting
I have two arrays 'a' and 'b' of the same length and they may contain repeating numbers. I want to count how many number of pai...

12 years ago | 1 answer | 0

1

answer

Answered
matching strings in a matrix of m x n and then sorting
one more thing , how to avoid it searching a similar string with something like facebook4you in the above case while i am lookin...

12 years ago | 0

Question


matching strings in a matrix of m x n and then sorting
Hey all, this is my first post at the forum. kindly ignore the mistakes if any. i have been finding a way to match ...

12 years ago | 2 answers | 0

2

answers