aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-coap.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-10CoAP: properly dissect OCF version optionsJan Romann1-3/+26
2023-02-06CoAP: update Observe option doc commentJan Romann1-1/+1
2023-02-06CoAP: add support for additional optionsJan Romann1-0/+57
2023-02-05CoAP: Add support for more Content-FormatsJan Romann1-0/+22
2023-01-13CoAP+RTPS: Initialize some variablesGerald Combs1-1/+1
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde1-2/+2
2022-09-13coap, thread: special-case application/octet-stream for CoAP for TMF.Guy Harris1-7/+66
2022-09-11coap: have different dissectors for different transports.Guy Harris1-34/+36
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-2/+2
2022-06-07coap: Use correct conversation_new() optionsStig Bjørlykke1-1/+1
2022-04-03coap: Change text format used in COL_INFOStig Bjørlykke1-9/+9
2022-04-01coap: Format text used in COL_INFOStig Bjørlykke1-9/+10
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-3/+3
2021-09-21coap: add missing content-format mappingsJan Romann1-0/+31
2021-08-20coap: Do not handle Accept as Content-FormatStig Bjørlykke1-2/+20
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-40/+40
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2020-07-13coap: Do retransmission detection only for CON and NONStig Bjørlykke1-3/+5
2020-07-01coap: Add Hop-Limit OptionStig Bjørlykke1-0/+8
2020-07-01coap: Fix "End of Block #" indicationStig Bjørlykke1-2/+9
2020-06-30coap: Move dissection of payload before state trackingStig Bjørlykke1-54/+47
2020-06-30coap: Add items for block payload and block lengthStig Bjørlykke1-0/+20
2020-06-27coap: Mark private and vendor-specific options as unknownStig Bjørlykke1-6/+12
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