aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dof.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-6/+6
2024-01-27Set BASE_NONE for FT_BOOLEAN items with zero maskMartin Mathieson1-3/+3
2023-11-20Remove init of proto variablesStig Bjørlykke1-376/+376
2023-11-07epan: Prepare dissectors for initialize static values to 0Stig Bjørlykke1-7/+7
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-5/+5
2023-09-02Remove some uses of tvb_new_subset_length_caplen()John Thacker1-10/+10
2023-06-17Convert wmem to C99 typesGerald Combs1-1/+1
2023-05-22DOF: Fix leak in packet dataJohn Thacker1-28/+6
2023-03-30Restrict allowed characters in dissector namesJohn Thacker1-3/+3
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-4/+4
2022-05-15epan: Fix our conversation flagsGerald Combs1-1/+1
2022-04-20libgcrypt: Require version 1.8.0John Thacker1-18/+0
2021-05-22dof: clean up adding the session key to the dissection.Guy Harris1-3/+2
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-4/+4
2021-03-09Expert info: check group and severityMartin Mathieson1-2/+2
2021-02-14Make some more variables and functions static.Martin Mathieson1-4/+4
2020-08-29Fix some spelling errors in dissector strings.Martin Mathieson1-5/+5
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-18/+18
2020-05-07packet-dof.c: Remove fprintfMoshe Kaplan1-42/+3
2020-05-01No explicit glib.h include requiredJaap Keuter1-2/+0
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-10Doxygen: Try to fix reported warnings.Anders Broman1-1/+1
2019-04-04DOF: Fix alias binding dissection.Gerald Combs1-2/+3
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-21/+21
2019-03-24dof: don't use src/dst addresses if they don't exist.Dario Lombardo1-0/+4
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-12-07dof: remove unnecessary uat_load callsPeter Wu1-5/+0
2018-10-05Qt: Add copy from another profile in UAT dialogsStig Bjørlykke1-3/+3
2018-09-26Use the time stamps in the packet_info structure, not the frame_data structure.Guy Harris1-3/+3
2018-03-11DOF: restore correct memory scope for decrypted bufferPascal Quantin1-1/+2
2018-03-04dof: use tvb_memdup instead of g_memdup.Dario Lombardo1-10/+2
2018-02-28dof: don't initialize nonce it is useless.Dario Lombardo1-4/+1
2018-02-21dof: use g_malloc0 to prevent uninitialized memory (found by clang).Dario Lombardo1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-4/+4
2017-10-28Privatize the conversation_key structureMichael Mann1-4/+4
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-7/+3
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-74/+14
2017-04-23DOF: Fix buffer overflow (read)Björn Ruytenberg1-8/+15
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-1/+1
2017-03-10Replace aes.c and des.c by Libgcrypterikdejong1-68/+71
2017-03-05dissectors: fix this statement may fall through [-Werror=implicit-fallthrough...Alexis La Goutte1-1/+1
2017-03-05DOF: ensure to return a value different from 0 when asking for more dataPascal Quantin1-2/+2
2017-03-05DOF: fix an infinite loop in sid_buffer_hash_fn()Pascal Quantin1-1/+1
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu1-3/+1
2017-02-09dof: free more memory on shutdown.Dario Lombardo1-0/+15
2017-02-08dof: add shutdown routine.Dario Lombardo1-0/+16
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+3
2017-01-10Use tvb_new_subset_remaining() rather than tvb_new_subset_length_caplen().Guy Harris1-18/+18