URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4d506a0a0ddb5b57cac302df2dc85b6f12e28ab7
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4d506a0 by Peter Wu (peter@xxxxxxxxxxxxx):
coap: add support for coaps (DTLS-secured CoAP)
coaps port is defined in RFC 7252, section 12.7.
CoAP (RFC 7252) is defined only for UDP, not TCP. For TCP, the frame
format is slightly different (draft-ietf-core-coap-tcp-tls-05) and
needs more dissector changes, so remove registration for now.
Change-Id: I1fc7163086f8fe66986565aa24b579ef24f72550
Ping-Bug: 13370
Reviewed-on: https://code.wireshark.org/review/19870
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 977d076 dtls: fallback to data dissector if nothing took care of it
adds 4d506a0 coap: add support for coaps (DTLS-secured CoAP)
Summary of changes:
epan/dissectors/packet-coap.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)