aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-opensafety.c
AgeCommit message (Expand)AuthorFilesLines
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