aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-opensafety.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-5/+5
* MT: move global frame_end_routines to packet_info.Jakub Zawadzki2012-09-031-2/+2
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Do not use BASE_NONE for FT_*INT* types.Chris Maynard2012-06-091-1/+1
* From Roland Knall:Anders Broman2012-06-051-18/+108
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-03-291-3/+0
* From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7003Alexis La Goutte2012-03-291-49/+68
* From Roland Knall:Anders Broman2012-03-191-27/+56
* FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier2012-03-161-66/+68
* From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6786 :Jeff Morriss2012-02-031-9/+32
* Checking scmUDID for NULL is pointless since the pointer has already been der...Chris Maynard2011-12-201-2/+1
* Null out opensafety_item if we're nulling out opensafety_tree.Guy Harris2011-12-151-1/+2
* From Roland Knall:Anders Broman2011-12-151-56/+140
* Use tvb_new_child_real_data() instead of tvb_new_real_data() + tvb_set_child_...Bill Meier2011-12-131-2/+1
* Various Minor cleanup:Bill Meier2011-11-271-256/+374
* From Roland Knall via bug 6538:Stig Bjørlykke2011-11-041-164/+18
* From Roland Knall via bug 6538:Stig Bjørlykke2011-11-031-49/+9
* From Roland Knall:Anders Broman2011-11-021-6/+4
* From Roland Knall:Anders Broman2011-11-011-109/+182
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Fix Coverity CID 1204: CONSTANT EXPRESSION RESULT according to feedback from ...Chris Maynard2011-09-301-47/+62
* From Roland Knall:Anders Broman2011-09-291-15/+17
* Removed the call to g_warning() in proto_reg_handoff_opensafety(), as I didn'...Chris Maynard2011-08-231-1/+0
* Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier2011-08-081-2/+0
* If you have a loop that iterates over packet contents, you absolutelyGuy Harris2011-08-071-6/+19
* Fix 45 occurrences of unused values reported under Coverity CID's 1235-1241.Chris Maynard2011-08-021-50/+45
* From Roland Knall:Anders Broman2011-08-021-418/+191
* Avoid a crash reported in bug 6138 by never allowing frame1Size < dataLength.Chris Maynard2011-07-261-0/+1
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier2011-07-151-13/+10
* From Roland Knall:Anders Broman2011-07-041-1/+117
* From Roland Knall:Anders Broman2011-07-031-41/+17
* From Roland Knall:Anders Broman2011-06-211-2/+5
* From Roland Knall:Anders Broman2011-06-171-29/+216
* Move the warning "...SercosIII heuristic dissector cannot be registered.." to...Anders Broman2011-06-081-8/+1
* From Roland Knall via bug 5977:Gerald Combs2011-06-031-3/+37
* Fix Bug #5984: Infinite loop caused by fcn call arg conversion: guint->guint8Bill Meier2011-06-021-2/+2
* From Roland Knall: openSAFETY dissector.Guy Harris2011-05-311-0/+1604