aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-thread.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-13coap, thread: special-case application/octet-stream for CoAP for TMF.Guy Harris1-0/+1
2022-08-09prefs: More cleanup, auto prefsJohn Thacker1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-3/+3
2020-10-12thread: Add check for valid CoAP infoStig Bjørlykke1-0/+4
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-05-01No explicit glib.h include requiredJaap Keuter1-1/+0
2019-08-12Thread: Fix URI token passing to CoAP dissectorRobert Cragie1-3/+5
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-05-31Thread dissecting for Coap payload: fix to token indexJuhani Puurula1-1/+1
2018-05-25media_type: Default decode application/octet-stream as dataStig Bjørlykke1-12/+4
2018-03-30IEEE 802.15.4: fix decryption results based on uninitialized dataRobert Sauter1-7/+7
2018-02-20packet-thread: fix cast-align warningRobert Sauter1-5/+2
2018-02-17Don't gratuitously cast away constness.Guy Harris1-2/+2
2018-02-17Thread: use wider variables to prevent overflow and infinite loopsPascal Quantin1-4/+4
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-20Remove unused dissector registration prototypes, fix typoJoão Valverde1-1/+0
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-2/+2
2017-10-21Eliminate #include <epan/oui.h> from dissectors that don't need it.Michael Mann1-1/+0
2017-10-21Remove oui_vals value_string and epan/oui.cMichael Mann1-1/+1
2017-09-10Thread: replace g_strsplit by wmem_strsplitPascal Quantin1-2/+1
2017-06-01thread: Fix division by zeroBjörn Ruytenberg1-1/+1
2017-05-12Thread CoAP: fix 2 potential infinite loopsPascal Quantin1-2/+2
2017-04-12packet-thread.c: rename remainder -> remainingMichael Mann1-6/+6
2017-04-10MLE and Thread: Additional dissectorsRobert Cragie1-0/+3470