aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sbus.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-07Remove some unused 'GMemChunk *' variables and se_alloc() to same.Bill Meier1-5/+1
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-5/+0
2011-04-22Fix various warnings found by clang 3.0 (trunk 129935) complier:Stephen Fisher1-1/+1
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);Bill Meier1-1081/+1081
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-11-04Added check for valid pointers.Stig Bjørlykke1-2/+2
2010-08-24From Christian Durrer:Anders Broman1-1/+8
2010-08-16From Christian Durrer:Anders Broman1-17/+50
2010-08-05Fix number of arguments to formatJeff Morriss1-1/+1
2010-08-05From Christian Durrer:Anders Broman1-59/+731
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-8/+1
2010-04-28Remove trailing blanks; Also: Altho tabs expanded, use tab-width=8 anyway.Bill Meier1-3/+3
2009-10-12Replace GMemChunks usage with se_alloc();Bill Meier1-185/+177
2009-09-20Use tvb_get_ephemeral_string() instead of tvb_get_string()Kovarththanan Rajaratnam1-256/+254
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter1-0/+1661