Wireshark Flashcards

1
Q

Ip address filter

A

ip.addr == <IP></IP>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

“equal” - operator

A

eq / ==

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

and - operator:

A

and / &&

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

or - operator:

A

or

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

not equal - operator:

A

ne / !=

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

greater than - operator

A

gt / >

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

less than - operator

A

lt / <

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

ip source

A

ip.src ==

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

destination ip

A

ip.dst ==

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

by port or protocol

A

tcp.port eq or protocol name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

osi model

A

1 physical Layer
2 datalink layer
3 Network Layer
4 transport layer
5 Session
6 presentation layer
7 Application Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly