aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/mac_hd_generic_decoder.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs1-89/+89
2007-07-25Initialize a couple of variables to prevent a couple (false, I think) "could ...Jeff Morriss1-2/+4
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris1-5/+5
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-0/+2298