aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dof.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-24Remove NULL checks after dereference (CID 1358549 and CID 1358683)Jaap Keuter1-13/+1
2016-05-17tvb_get_ptr + wmem_alloc = tvb_memdupMichael Mann1-2/+1
2016-05-14dof: use include "" to include packet-tcp.hMartin Kaiser1-1/+1
2016-05-14dof (CID 1358547): remove dead codeMartin Kaiser1-3/+0
2016-04-21DOF: Fix stack corruption due to incorrect pointer useMike Morrin1-16/+16
2016-04-18dof: fix 'pi/pinfo' was marked unused but was used [-Werror,-Wused-but-marked...Alexis La Goutte1-6/+6
2016-04-16DOF: fix COPY_PASTE_ERROR (CID 1358546)Alexis La Goutte1-1/+1
2016-04-16DOF: fix SIZEOF_MISMATCH (CID 1358550)Alexis La Goutte1-1/+1
2016-04-14Adding a dissector for the Distributed Object Framework protocol.Mike Morrin1-0/+12647