aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-coap.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-11coap: Add block reassemblyStig Bjørlykke1-1/+109
2020-06-11coap: Fix "More Flag" valueStig Bjørlykke1-1/+1
2020-05-27oscore: Update to RFC8613.Mališa Vučinić1-34/+26
2020-01-21CoAP: change detection logic for CoAP over TCP or TLSPascal Quantin1-5/+16
2019-11-21coap: use correct OSCORE option typeCenk Gündoğan1-3/+3
2019-11-07CoAP: add a separator between messages in info columnPascal Quantin1-2/+2
2019-11-05CoAP: fixes for TCP transportPascal Quantin1-49/+60
2019-08-26coap: Distinguish observe option for request and responseStig Bjørlykke1-6/+13
2019-08-26coap: Improve request/response trackingStig Bjørlykke1-20/+43
2019-07-19CoAP: add frame support for CoAP over TCP, TLS, WebSockets (RFC 8323)Peter Wu1-29/+136
2019-07-18CoAP: add CoAP Signalling Codes (RFC 8323)Peter Wu1-15/+23
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-10/+10
2019-03-29coap: Add retransmission detectionStig Bjørlykke1-17/+51
2019-01-24CoAP: Add RFC8516 response codeUli Heilmeier1-0/+1
2018-12-18coap: Add request/response arrowsStig Bjørlykke1-2/+2
2018-10-10coap: ensure that piv_len matches pivPeter Wu1-5/+6
2018-09-26Use the time stamps in the packet_info structure, not the frame_data structure.Guy Harris1-2/+2
2018-08-30coap: Use proto_tree_add_item for strings in the packetStig Bjørlykke1-6/+6
2018-07-13CoAP: handle per packet data properlyJaap Keuter1-3/+4
2018-05-24coap: Revert "Store ctype values in transaction tracking"Stig Bjørlykke1-9/+1
2018-05-15lwm2mtlv: Add Resource name tablesStig Bjørlykke1-1/+5
2018-05-13coap: fix use-after-free of "coinfo->ctype_str"Peter Wu1-1/+1
2018-04-26coap: Store ctype values in transaction trackingStig Bjørlykke1-0/+8
2018-03-16OSCORE: Decrypt responses and dissect plaintext with CoAP functionsMališa Vučinić1-8/+22
2018-03-16CoAP: Refactor code, option and payload dissectionMališa Vučinić1-415/+168
2018-03-16CoAP: Hooks to OSCOREMališa Vučinić1-23/+85
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-17coap: Change Uri-Path from hidden to generatedStig Bjørlykke1-3/+3
2018-01-10CoAP: Shift block mflag so it is 0/1 instead of 0/8Niels Widger1-1/+1
2017-12-22coap: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2017-12-22CoAP: Various improvementsMališa Vučinić1-106/+298
2017-10-29Add conversation endpoint typeMichael Mann1-2/+2
2017-09-26coap: Added dissection for LWM2M JSON inside CoAP protocolAnton Butenko1-0/+2
2017-06-07CoAP: added new TLV code 11542 according to changes in LwM2M OMA Spec.Anton Butenko1-0/+1
2017-03-24coap: Add filterable payload lengthStig Bjørlykke1-3/+11
2017-03-24coap: Put payload protocol in parent treeStig Bjørlykke1-1/+1
2017-03-16CoAP: Enhancements to improve conversation recording.Robert Cragie1-194/+226
2017-01-31coap: add support for coaps (DTLS-secured CoAP)Peter Wu1-1/+3
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-26/+5
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-3/+2
2016-08-20COAP: ensure that key_token is always initializedPascal Quantin1-1/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-4/+2
2016-02-29Support dissecting the TLV data format specified for Lwm2mChristoph Burger-Scheidlin1-0/+1
2016-02-11CoAP: Add support for tracking requests and responsesChristoph Burger-Scheidlin1-0/+127
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-27[COAP] Add "2.31 Continue" codeMichael Mann1-0/+1
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-09Convert some TCP subdissectors to "new" style.Michael Mann1-4/+6
2015-08-02CoAP: add media type number for application/cborHauke Mehrtens1-0/+1