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