Wireshark Flashcards
(10 cards)
1
Q
Filter by source
A
Ip.src==
2
Q
Filter by destination
A
Ip.dst==
3
Q
Ping filter
A
Icmp
4
Q
Filter by address
A
Ip.addr
5
Q
Filter by ipv6 address
A
Ip.ipv6==
6
Q
What do black lines mean
A
Packets with errors
7
Q
What is && in wireshark w/example
A
And. ip.src== ip && ip.dst==ip
8
Q
! In wireshark w/example
A
Not including. !(ivp6.dst==ip)
9
Q
Filter by port
A
Ip.port==
10
Q
Filter by http request
A
Http.request