aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sbus.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-13/+13
2012-06-28Update FSF address - part II.darkjames1-1/+1
2012-01-23Fix some duplicate display filter names.cmaynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-4/+4
2011-10-11Fix benign bugs wherein proto_tree_add_uint() was intended instead of proto_t...wmeier1-20/+27
2011-10-10 Fix benign bugs in some proto_tree_add_item() 'encoding' args;wmeier1-17/+10
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-9/+9
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-73/+73
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