aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-opensafety.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-09-04openSAFETY: Add datafield for preloadRoland Knall1-95/+103
2014-09-01openSAFETY: Adapt CRC for false-positivesRoland Knall1-53/+76
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-04-08Get the UDP protocol number from a Wireshark header.Guy Harris1-6/+2
2014-03-21openSAFETY, EPL: Fix heuristic for false-positivesRoland Knall1-32/+77
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-21EPL + openSAFETY: Better handling of guint in EPLRoland Knall1-21/+16
2014-02-14openSAFETY: Reduce overload and display gap dataRoland Knall1-27/+68
2014-01-30openSAFETY: Fixing field / byte assignmentRoland Knall1-5/+5
2013-12-26"Better" fix for OpenSafety heuristics with Modbus/TCP. Bug 9572 (https://bu...Michael Mann1-9/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-17Bugfix OpenSafety "heuristics" to only consider a packet "handled" if a subdi...Michael Mann1-2/+4
2013-11-16Change editor modelines to reflect actual indentation used in file (4 spaces);Bill Meier1-341/+342
2013-10-31From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9345Evan Huus1-28/+98
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-22openSAFETY: Fixing rare crash as well as dissector errors. Bug 9314 (https:/...Michael Mann1-66/+82
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-6/+6