Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
udp/dns/dns.txt@13:9cd54f7db57a, 2017-05-01 (annotated)
- Committer:
- andrewboyson
- Date:
- Mon May 01 18:20:55 2017 +0000
- Revision:
- 13:9cd54f7db57a
- Child:
- 32:679654f2d023
Added ability to read DNS queries with encoded IP addresses
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
andrewboyson | 13:9cd54f7db57a | 1 | DNS |
andrewboyson | 13:9cd54f7db57a | 2 | client query O unicast 53053 -> 53 QR=0 |
andrewboyson | 13:9cd54f7db57a | 3 | client reply I unicast 53053 <- 53 QR=1 |
andrewboyson | 13:9cd54f7db57a | 4 | |
andrewboyson | 13:9cd54f7db57a | 5 | LLMNR |
andrewboyson | 13:9cd54f7db57a | 6 | client query O multicast 53053 -> 5355 QR=0 |
andrewboyson | 13:9cd54f7db57a | 7 | client reply I unicast 53053 <- 5355 QR=1 |
andrewboyson | 13:9cd54f7db57a | 8 | server query I multicast 5355 <- xxxxx QR=0 |
andrewboyson | 13:9cd54f7db57a | 9 | server reply O unicast 5355 -> xxxxx QR=1 |
andrewboyson | 13:9cd54f7db57a | 10 | |
andrewboyson | 13:9cd54f7db57a | 11 | MDNS |
andrewboyson | 13:9cd54f7db57a | 12 | client query O multicast 5353 -> 5353 QR=0 |
andrewboyson | 13:9cd54f7db57a | 13 | client reply I multicast 5353 <- 5353 QR=1 |
andrewboyson | 13:9cd54f7db57a | 14 | server query I multicast 5353 <- 5353 QR=0 |
andrewboyson | 13:9cd54f7db57a | 15 | server reply O multicast 5353 -> 5353 QR=1 |
andrewboyson | 13:9cd54f7db57a | 16 | |
andrewboyson | 13:9cd54f7db57a | 17 | ReceivedPacket(dnsProtocol, ...) |
andrewboyson | 13:9cd54f7db57a | 18 | |
andrewboyson | 13:9cd54f7db57a | 19 | ip6 |
andrewboyson | 13:9cd54f7db57a | 20 | mdns |
andrewboyson | 13:9cd54f7db57a | 21 | dnsserverhandlequery |