aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-opensafety.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-27Various Minor cleanup:wmeier1-256/+374
2011-11-04From Roland Knall via bug 6538:stig1-164/+18
2011-11-03From Roland Knall via bug 6538:stig1-49/+9
2011-11-02From Roland Knall:etxrab1-6/+4
2011-11-01From Roland Knall:etxrab1-109/+182
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-09-30Fix Coverity CID 1204: CONSTANT EXPRESSION RESULT according to feedback from ...cmaynard1-47/+62
2011-09-29From Roland Knall:etxrab1-15/+17
2011-08-23Removed the call to g_warning() in proto_reg_handoff_opensafety(), as I didn'...cmaynard1-1/+0
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...wmeier1-2/+0
2011-08-07If you have a loop that iterates over packet contents, you absolutelyguy1-6/+19
2011-08-02Fix 45 occurrences of unused values reported under Coverity CID's 1235-1241.cmaynard1-50/+45
2011-08-02From Roland Knall:etxrab1-418/+191
2011-07-26Avoid a crash reported in bug 6138 by never allowing frame1Size < dataLength.cmaynard1-0/+1
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-13/+10
2011-07-04From Roland Knall:etxrab1-1/+117
2011-07-03From Roland Knall:etxrab1-41/+17
2011-06-21From Roland Knall:etxrab1-2/+5
2011-06-17From Roland Knall:etxrab1-29/+216
2011-06-08Move the warning "...SercosIII heuristic dissector cannot be registered.." to...etxrab1-8/+1
2011-06-03From Roland Knall via bug 5977:gerald1-3/+37
2011-06-02Fix Bug #5984: Infinite loop caused by fcn call arg conversion: guint->guint8wmeier1-2/+2
2011-05-31From Roland Knall: openSAFETY dissector.guy1-0/+1604