- UDP Header
- 8-bytes only
- Source, Dest, Length, Checksum
- DHCP process
- DORA
- Discover/Request
- MAC
- source: (client MAC), Dest: F:F:F:F:F:F
- IP
- Source: 0.0.0.0, Dest: 255.255.255.255
- Offer/Acknowledge
- MAC
- Source: (router MAC), Dest: (client MAC)
- Source: 192.168.0.1, Dest: 192.168.0.10
- Includes Relay agent address if used
- DHCP Flags
- Options 50, 53, 55, etc.
- DNS
- Frequently there are lots of DNS requests, as sites pull different information
- You can check DNS response times with
dns.time>.04
- VoIP Analysis
- Check the delta time between packets
- Anything greater than 0.03 seconds can lead to jitter
- Lower is better
- RTP Sequence Numbers
- Missing numbers in the sequence means dropped packets
- IP Differentiated Services Codepoint
- Expedited Forwarding is what it should be
- If it's set to default, the packets won't be treated with priority
UDP
- UDP (User Datagram Protocol) is a connectionless communication protocol that allows data to be sent without establishing a connection, providing low latency and minimal overhead at the cost of reliability.:
Sources
#defs_sec