aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-opensafety.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-66/+68
2012-02-03From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6786 :Jeff Morriss1-9/+32
2011-12-20Checking scmUDID for NULL is pointless since the pointer has already been der...Chris Maynard1-2/+1
2011-12-15Null out opensafety_item if we're nulling out opensafety_tree.Guy Harris1-1/+2
2011-12-15From Roland Knall:Anders Broman1-56/+140
2011-12-13Use tvb_new_child_real_data() instead of tvb_new_real_data() + tvb_set_child_...Bill Meier1-2/+1
2011-11-27Various Minor cleanup:Bill Meier1-256/+374
2011-11-04From Roland Knall via bug 6538:Stig Bjørlykke1-164/+18
2011-11-03From Roland Knall via bug 6538:Stig Bjørlykke1-49/+9
2011-11-02From Roland Knall:Anders Broman1-6/+4
2011-11-01From Roland Knall:Anders Broman1-109/+182
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-09-30Fix Coverity CID 1204: CONSTANT EXPRESSION RESULT according to feedback from ...Chris Maynard1-47/+62
2011-09-29From Roland Knall:Anders Broman1-15/+17
2011-08-23Removed the call to g_warning() in proto_reg_handoff_opensafety(), as I didn'...Chris Maynard1-1/+0
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-2/+0
2011-08-07If you have a loop that iterates over packet contents, you absolutelyGuy Harris1-6/+19
2011-08-02Fix 45 occurrences of unused values reported under Coverity CID's 1235-1241.Chris Maynard1-50/+45
2011-08-02From Roland Knall:Anders Broman1-418/+191
2011-07-26Avoid a crash reported in bug 6138 by never allowing frame1Size < dataLength.Chris Maynard1-0/+1
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-13/+10
2011-07-04From Roland Knall:Anders Broman1-1/+117
2011-07-03From Roland Knall:Anders Broman1-41/+17
2011-06-21From Roland Knall:Anders Broman1-2/+5
2011-06-17From Roland Knall:Anders Broman1-29/+216
2011-06-08Move the warning "...SercosIII heuristic dissector cannot be registered.." to...Anders Broman1-8/+1
2011-06-03From Roland Knall via bug 5977:Gerald Combs1-3/+37
2011-06-02Fix Bug #5984: Infinite loop caused by fcn call arg conversion: guint->guint8Bill Meier1-2/+2
2011-05-31From Roland Knall: openSAFETY dissector.Guy Harris1-0/+1604