Skip to content

Instantly share code, notes, and snippets.

@dmourati
Created July 26, 2013 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmourati/6092523 to your computer and use it in GitHub Desktop.
Save dmourati/6092523 to your computer and use it in GitHub Desktop.
text export of wireshark pcap showing dns failure
No. Time Source Destination Protocol Length Info
1 0.000000000 192.168.1.139 209.81.9.1 DNS 74 Standard query 0x5092 A www.google.com
Frame 1: 74 bytes on wire (592 bits), 74 bytes captured (592 bits) on interface 0
Ethernet II, Src: Apple_13:0e:1d (28:cf:e9:13:0e:1d), Dst: Pro-Nets_66:49:be (00:06:4f:66:49:be)
Internet Protocol Version 4, Src: 192.168.1.139 (192.168.1.139), Dst: 209.81.9.1 (209.81.9.1)
User Datagram Protocol, Src Port: 62076 (62076), Dst Port: domain (53)
Domain Name System (query)
No. Time Source Destination Protocol Length Info
2 0.024531000 209.81.9.1 192.168.1.139 DNS 290 Standard query response 0x5092 A 74.125.239.148 A 74.125.239.146 A 74.125.239.144 A 74.125.239.145 A 74.125.239.147
Frame 2: 290 bytes on wire (2320 bits), 290 bytes captured (2320 bits) on interface 0
Ethernet II, Src: Pro-Nets_66:49:be (00:06:4f:66:49:be), Dst: Apple_13:0e:1d (28:cf:e9:13:0e:1d)
Internet Protocol Version 4, Src: 209.81.9.1 (209.81.9.1), Dst: 192.168.1.139 (192.168.1.139)
User Datagram Protocol, Src Port: domain (53), Dst Port: 62076 (62076)
Domain Name System (response)
No. Time Source Destination Protocol Length Info
3 5.000949000 192.168.1.139 209.81.9.1 DNS 74 Standard query 0x5092 A www.google.com
Frame 3: 74 bytes on wire (592 bits), 74 bytes captured (592 bits) on interface 0
Ethernet II, Src: Apple_13:0e:1d (28:cf:e9:13:0e:1d), Dst: Pro-Nets_66:49:be (00:06:4f:66:49:be)
Internet Protocol Version 4, Src: 192.168.1.139 (192.168.1.139), Dst: 209.81.9.1 (209.81.9.1)
User Datagram Protocol, Src Port: 62076 (62076), Dst Port: domain (53)
Domain Name System (query)
No. Time Source Destination Protocol Length Info
4 5.008713000 209.81.9.1 192.168.1.139 DNS 290 Standard query response 0x5092 A 74.125.239.145 A 74.125.239.147 A 74.125.239.148 A 74.125.239.146 A 74.125.239.144
Frame 4: 290 bytes on wire (2320 bits), 290 bytes captured (2320 bits) on interface 0
Ethernet II, Src: Pro-Nets_66:49:be (00:06:4f:66:49:be), Dst: Apple_13:0e:1d (28:cf:e9:13:0e:1d)
Internet Protocol Version 4, Src: 209.81.9.1 (209.81.9.1), Dst: 192.168.1.139 (192.168.1.139)
User Datagram Protocol, Src Port: domain (53), Dst Port: 62076 (62076)
Domain Name System (response)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment