aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sbus.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-23Fix some duplicate display filter names.Chris Maynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-4/+4
2011-10-11Fix benign bugs wherein proto_tree_add_uint() was intended instead of proto_t...Bill Meier1-20/+27
2011-10-10 Fix benign bugs in some proto_tree_add_item() 'encoding' args;Bill Meier1-17/+10
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-9/+9
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-73/+73
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
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