aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dof.c
AgeCommit message (Collapse)AuthorFilesLines
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-12/+12
Done for performance improvements. This could probably be done in checkAPIs.pl, but this was just a quick manual check with grepping. Change-Id: I91ff102cb528bb00fa2f65489de53890e7e46f2d Reviewed-on: https://code.wireshark.org/review/15751 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2016-06-05DOF: Make checkhf (ei ?) happyAlexis La Goutte1-4/+12
Change-Id: I97d7a97f923baa655d043647a16d6eb4f356d899 Reviewed-on: https://code.wireshark.org/review/15729 Reviewed-by: Mike Morrin <morrinmike@gmail.com> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-06-05Fix expert_info errors found by new and improved checkhfs.pl.Michael Mann1-1/+3
Change-Id: I30f1b92ee438361c3bd58743f7d1ae8d5ffc96f0 Reviewed-on: https://code.wireshark.org/review/15718 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-24Remove NULL checks after dereference (CID 1358549 and CID 1358683)Jaap Keuter1-13/+1
Change-Id: If7eb246909abad2eeb9979cf14509a7d697dfd81 Reviewed-on: https://code.wireshark.org/review/15545 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2016-05-17tvb_get_ptr + wmem_alloc = tvb_memdupMichael Mann1-2/+1
Change-Id: Iee33c59d5b032f3c99ba16338195c050e8078329 Reviewed-on: https://code.wireshark.org/review/15472 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-14dof: use include "" to include packet-tcp.hMartin Kaiser1-1/+1
we expect to find packet-tcp.h in the same directory as our dissector Change-Id: I1bf027afbf810708e9f1428442d41b79708738cd Reviewed-on: https://code.wireshark.org/review/15426 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2016-05-14dof (CID 1358547): remove dead codeMartin Kaiser1-3/+0
ccm_data can't possibly be NULL at this point Change-Id: I30dcf902573a54e7efed864339f05e98bb666b20 Reviewed-on: https://code.wireshark.org/review/15425 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2016-04-21DOF: Fix stack corruption due to incorrect pointer useMike Morrin1-16/+16
Bug: 12351 Change-Id: Ibf01223046697aacefd2646d98ad9d863c46fdd3 Reviewed-on: https://code.wireshark.org/review/15018 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-04-18dof: fix 'pi/pinfo' was marked unused but was used ↵Alexis La Goutte1-6/+6
[-Werror,-Wused-but-marked-unused] Change-Id: Iadb8e906b1581398fe8acbc40f055f71753d3359 Reviewed-on: https://code.wireshark.org/review/14982 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-04-16DOF: fix COPY_PASTE_ERROR (CID 1358546)Alexis La Goutte1-1/+1
Change-Id: I6bb6dfe62b21a0a7554b31fe08b474652f900d31 Reviewed-on: https://code.wireshark.org/review/14939 Reviewed-by: Mike Morrin <morrinmike@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-04-16DOF: fix SIZEOF_MISMATCH (CID 1358550)Alexis La Goutte1-1/+1
Change-Id: Ice4af561651a1f8d29b724dd8cd0ecc51b0cd53e Reviewed-on: https://code.wireshark.org/review/14940 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Mike Morrin <morrinmike@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-04-14Adding a dissector for the Distributed Object Framework protocol.Mike Morrin1-0/+12647
The DOF is part of the open-source OpenDOF Project, more information at https://opendof.org There is a sample capture file (with encryption keys) at https://wiki.wireshark.org/SampleCaptures#DOF_.28Distributed_Object_Framework.29_Protocols Change-Id: I8d8ce3edf39904d0467a403157f9de2d2a165e90 Reviewed-on: https://code.wireshark.org/review/14394 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>