aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sbus.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-14/+4
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+3
2016-07-21Add proto_tree_add_checksum.Michael Mann1-22/+9
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-6/+2
2016-06-26conversation: rename shadow variableDario Lombardo1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-5/+5
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-5/+5
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-3/+5
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-1/+1
2015-05-26Remove proto_tree_add_text from some dissectors.Michael Mann1-47/+42
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-46/+30
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-11/+11
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-03Create/use several extended value-strings; Do several other small changes.Bill Meier1-26/+40
2013-12-21fix some warnings.Jakub Zawadzki1-3/+4
2013-12-12- Make local functions static.Anders Broman1-0/+3
2013-09-22emem -> wmem conversion:Pascal Quantin1-9/+9
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-4/+4
2013-09-14emem -> wmemJörg Mayer1-3/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-123/+121
2013-06-12Batch of filterable expert infos with some minor cleanup I noticed while doin...Michael Mann1-16/+18
2013-03-23Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-03-19From beroset:Anders Broman1-2/+2
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-10/+10
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-5/+15
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-13/+13
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
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