URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1da2caa0e074d7eae0d45d53afb3ae97a4170ac4
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
1da2caa by Peter Wu (peter@xxxxxxxxxxxxx):
    CoAP: add frame support for CoAP over TCP, TLS, WebSockets (RFC 8323)
    
    Support is limited to message framing.
    
    Bug: 15910
    Change-Id: Ia27c0b8428842618af00720441a9ef9cf163fecb
    Reviewed-on: https://code.wireshark.org/review/34001
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  375ef27   Qt: Profile Dialog UI fixed
     add  1da2caa   CoAP: add frame support for CoAP over TCP, TLS, WebSockets (RFC 8323)
Summary of changes:
 epan/dissectors/packet-coap.c | 165 ++++++++++++++++++++++++++++++++++--------
 1 file changed, 136 insertions(+), 29 deletions(-)