aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dof.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-29/+29
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-6/+3
2016-12-06DOF: fix UAT update callbacksPascal Quantin1-69/+72
2016-11-03Fix lintian found spelling error "identifer" -> "identifier"Michael Mann1-2/+2
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-4/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-2/+2
2016-09-22Don't call proto_register_field_array() or expert_register_protocol() withAndersBroman1-1/+1
2016-09-17p_XXX_proto_data: only allow the use of pinfo and file scopesPascal Quantin1-9/+9
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-8/+8
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-12/+12
2016-06-05DOF: Make checkhf (ei ?) happyAlexis La Goutte1-4/+12
2016-06-05Fix expert_info errors found by new and improved checkhfs.pl.Michael Mann1-1/+3