aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-opensafety.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-10/+10
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-5/+15
2012-12-18Don't do proto_tree_add_ether(..., tvb_get_ptr(...)), just use proto_tree_add...Jeff Morriss1-10/+5
2012-11-19From Roland Knall:Anders Broman1-0/+41
2012-10-27Update openSafety dissector with new Modbus dissector table name.Evan Huus1-1/+1
2012-10-24No, it's not necessarily the case that a malformed frame will only occurGuy Harris1-1/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-5/+5
2012-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-09Do not use BASE_NONE for FT_*INT* types.Chris Maynard1-1/+1
2012-06-05From Roland Knall:Anders Broman1-18/+108
2012-03-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2012-03-29From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7003Alexis La Goutte1-49/+68
2012-03-19From Roland Knall:Anders Broman1-27/+56