aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-opensafety.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-13openSAFETY: Dissection for second crc as well as plausability check. Bug 926...Michael Mann1-24/+108
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-15From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9145 :Pascal Quantin1-8/+14
2013-09-12More wmem.Evan Huus1-5/+4
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-1/+3
2013-08-17Various fixes for dissection bugs from bug 9045 (https://bugs.wireshark.org/b...Michael Mann1-12/+65
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-05Batch of filterable expert infos.Michael Mann1-1/+1
2013-07-03Fix some warnings from fix-encoding-args tools.Alexis La Goutte1-2/+2
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-07-02From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8878 :Jeff Morriss1-43/+43
2013-07-01From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8877 :Jeff Morriss1-0/+4
2013-06-26openSAFETY: CRC Maintenance, new CRC, new expert interface implemented. Bug ...Michael Mann1-34/+83
2013-04-16From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8587Evan Huus1-67/+97
2013-04-11From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8505Evan Huus1-408/+904
2013-03-19From beroset:Anders Broman1-4/+4