URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=be1c9336000c0941fd763f9bceb39bf6958165cb
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
be1c933 by Peter Wu (peter@xxxxxxxxxxxxx):
DNS: add partial DOH (DNS Queries over HTTPS) support
Add support for POST requests, and GET and POST responses containing a
DNS (UDP) payload. GET requests are still unsupported.
(DOH is sent over HTTP2/TLS/TCP which means that a special check is
needed in dissect_dns to avoid matching DNS over TCP).
Change-Id: I82bfcda068baf6f06c5a0159d73e6d40d1d9a758
Ping-Bug: 14433
Reviewed-on: https://code.wireshark.org/review/25806
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from f220073 RTSP: Added support for pipelined RTSP responses
adds be1c933 DNS: add partial DOH (DNS Queries over HTTPS) support
Summary of changes:
epan/dissectors/packet-dns.c | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)