Skip to content

Instantly share code, notes, and snippets.

@spirosoik
Last active September 29, 2018 09:44
Show Gist options
  • Save spirosoik/d8425fbb70202a907bbdf7b0dcdc94d6 to your computer and use it in GitHub Desktop.
Save spirosoik/d8425fbb70202a907bbdf7b0dcdc94d6 to your computer and use it in GitHub Desktop.
DNS Packet Length Exceed
SET autocreate=true;
INSERT INTO dns_packet_exceed_length
SELECT STREAM * FROM DNS_DHCP_TRAFFIC
WHERE udp.length > 512
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment