Wireshark Cheat Sheet

ADVERTISEMENT

Wireshark Cheat Sheet
Adresses
MAC address: 01:02:03:04:05:06
IP address: 10.1.1.1
IP address range: 10.1.1.0/24
Operators
Logic
eq or ==
and or && Logical AND
ne or !=
or or || Logical OR
gt or >
xor or ^^ Logical XOR
lt or <
not or ! Logical NOT
ge or >=
[n] […] Substring operator
le or <=
Ethernet
ARP
eth
arp
eth.addr
arp.src.hw_mac
eth.src
arp.dst.hw_mac
eth.dst
src.proto_ipv4
arp.dst.proto_ipv4
WLAN (802.11)
IPv4
wlan
ip
wlan.addr
ip.addr
wlan.ra //receiver address
ip.src
wlan.ta //transmitter address
ip.dst
wlan.da //destination address
wlan.sa //source address
wlan.fc.type
wlan.fc.type_subtype
wlan.bssid
wlan.aid //association id
UDP
TCP
udp
tcp
udp.port
tcp.port
udp.srcport
tcp.srcport
udp.dstport
tcp.dstport
High Layer Protocols
bootp, dns, ftp, http (http.authbasic, http.authorization ), imap, ldap, nfs, pop, rip, sip,
smb, smtp, ssh, telnet, tftp
Based on:
packetlife.net,
filters-samples-part-2-by-joke-snelders.html,
Designed by: Christian Praher

ADVERTISEMENT

00 votes

Related Articles

Related forms

Related Categories

Parent category: Education
Go