aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-opensafety.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-12openSAFETY: Separate definitions into headerRoland Knall1-387/+48
2015-03-02OPENSAFETY: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-3/+0
2015-02-28openSAFETY: Add support for openSAFETY 1.5Roland Knall1-113/+231
2015-02-24openSAFETY: Remove Macro and clear dissectionRoland Knall1-94/+84
2015-02-19openSAFETY: Merge both CT valuesRoland Knall1-9/+5
2015-01-07tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann1-2/+2
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-7/+3
2014-11-16Remove ipproto member of packet_info.Michael Mann1-8/+11
2014-11-05opensafety: Use 1<<10 (not 2^10) in a #define;Bill Meier1-1/+1
2014-09-25openSAFETY: Heuristic marks packet as truncatedRoland Knall1-2/+5
2014-09-10Various minor changes:Bill Meier1-17/+18
2014-09-10packet-opensafety.c: Fix two bugs:Bill Meier1-42/+44