aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-opensafety.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-1/+1
2022-08-23Change names to reflect that it's an endpoint table.Guy Harris1-4/+4
2022-08-23Rename some functions and types for endpoint tables.Guy Harris1-4/+4
2022-06-23epan: Use host byte order with AT_NUMERICJoão Valverde1-8/+10
2022-06-23openSAFETY: Define broadcast address globalyRoland Knall1-2/+3
2022-06-17openSAFETY: Adding conversation handler codeRoland Knall1-0/+87
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-21/+21
2020-11-08Opensafety: fix some item lengthsMartin Mathieson1-3/+3
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-03-21Some cppcheck fixes.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-20/+20
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-09-07More [-Wmaybe-uninitialized] fixes with -OgJoão Valverde1-3/+3
2017-09-06openSAFETY: Add transport protocol for UDPRoland Knall1-15/+114
2017-06-18OpenSafety: sanity check calculated length.Michael Mann1-14/+14
2017-04-28openSAFETY: Set filter list for nodesRoland Knall1-1/+47
2017-04-27[OpenSafety] Bugfix invalid length calculation.Michael Mann1-0/+7
2017-04-03Use col_append_str() for fixed stringsStig Bjørlykke1-2/+2
2017-01-29Register reassembly tablesMichael Mann1-3/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-4/+4
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-12/+10
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-25/+12
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-0/+1
2016-08-04openSAFETY: Remove SCM UDID checkRoland Knall1-20/+0
2016-08-03openSAFETY: Add two checks for scm udid validityRoland Knall1-33/+73
2016-07-06openSAFETY: Simplify handling of SN Fail/AckRoland Knall1-47/+61
2016-07-05openSAFETY: Add byte offset of frameRoland Knall1-0/+8
2016-03-25openSAFETY: Change verbosity on expert notesRoland Knall1-9/+16
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-3/+3
2015-11-07Remove some unnecessary includes.Guy Harris1-1/+0
2015-10-30openSAFETY: Remove need for SIII dissector registerRoland Knall1-16/+9
2015-10-08Replace or rename "duplicate" UDP protocols shown in Decode AsMichael Mann1-4/+4
2015-10-06openSAFETY: Add Producer ID to info fieldRoland Knall1-8/+28
2015-09-22openSAFETY: Handle SPDO message types differentlyRoland Knall1-1/+13
2015-09-03Address "shadow" warnings found by checkAPI script.Michael Mann1-2/+2
2015-08-05openSAFETY: Better display of packet infoRoland Knall1-20/+29
2015-07-23openSAFETY: Disable heur dissector & scm bugfixRoland Knall1-72/+63
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-4/+4
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-4/+4
2015-07-03Split more init routines into init/cleanup functionsPeter Wu1-3/+8
2015-06-26openSAFETY: Fix various heuristic bugsRoland Knall1-13/+36
2015-06-10openSAFETY: Fix smaller bugs in detection and tapRoland Knall1-5/+23
2015-06-03openSAFETY: Fix false-positiveRoland Knall1-1/+4
2015-04-20OpenSafety: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-4/+1
2015-04-19openSAFETY: Implementing a tap interfaceRoland Knall1-354/+496
2015-04-14openSAFETY: Replace deprecated APIRoland Knall1-3/+3