summaryrefslogtreecommitdiff
path: root/plugins/wimax/mac_hd_generic_decoder.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-29Register reassembly tablesMichael Mann1-4/+2
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-3/+26
2016-07-21Add proto_tree_add_checksum.Michael Mann1-8/+4
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-6/+6
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-6/+6
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-6/+6
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-6/+6
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-4/+5
2015-07-03plugins: add cleanup routinesPeter Wu1-10/+10
2015-02-10Remove unneeded includes from plugins folderMartin Mathieson1-1/+0
2015-01-27WIMAX: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-3/+1
2015-01-01Eliminate proto_tree_add_text from WiMax plugin.Michael Mann1-4/+13
2014-12-22plugins: Cleanup #includesBill Meier1-1/+1
2014-08-18Revert "Fix warning: no previous prototype for ... [-Wmissing-prototypes]"Anders Broman1-1/+0
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2014-08-17Wimax Plugins: Fix indent (use tabs) and modelinesAlexis La Goutte1-1/+14
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-10-24Minor cleanup.Michael Mann1-1/+0
2013-09-281. Remove PITEM_FINFO from add_tlv_subtree and add_protocol_subtree (as well ...Michael Mann1-8/+8
2013-09-24You are in a twisty little maze of code paths, all different. Get ridGuy Harris1-416/+407
2013-09-24Stuff used when checking the CRC needs to be done regardless of whetherGuy Harris1-9/+14
2013-09-24Wimax dissector improvements:Michael Mann1-37/+53
2013-09-22Make dissectors register for their MAC Management Message Type and use dissec...Michael Mann1-5/+9
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Use tvb_new_chain with the tvbuffs from a reassembly.Guy Harris1-2/+2
2013-07-14A fragment_data structure now contains a pointer to a tvbuff to theGuy Harris1-5/+5
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-3/+4
2013-03-20 From beroset:Bill Meier1-8/+8
2012-12-26Fix a bunch of warnings.Guy Harris1-11/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-10Better fixes for the last commit.Gerald Combs1-5/+3
2012-05-09Fix a few scan-build warnings.Gerald Combs1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-92/+92
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2011-07-21Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-3/+3
2011-07-04From Kluchnikov Ivan:Anders Broman1-3/+3
2010-04-08Get rid of check_col().Anders Broman1-44/+12
2009-10-04Constify wimax_mac_calc_crc32()Kovarththanan Rajaratnam1-1/+1
2009-10-04Move prototype to wimax_utils.hKovarththanan Rajaratnam1-1/+1
2009-08-04Minor changes:Bill Meier1-789/+786
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-88/+88
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-736/+736
2009-05-13Apply some of the patches from:Anders Broman1-3/+1
2008-08-29#include <prefs.h> not requiredBill Meier1-1/+0
2008-06-20Fix wimax encoding err when packing subheader present.Martin Mathieson1-3/+3
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke1-2/+2
2007-12-14Warning fixes: function declaration isn’t a prototypeJörg Mayer1-1/+1