aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_dlmap.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-10Better fixes for the last commit.Gerald Combs1-1/+1
2012-05-09Fix a few scan-build warnings.Gerald Combs1-8/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-20/+20
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-07-21Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-3/+3
2011-07-06From Kluchnikov Ivan:Anders Broman1-1/+58
2011-07-04From Kluchnikov Ivan:Anders Broman1-2/+14
2011-01-19Use Wireshark standard marking for unused parameters.Jaap Keuter1-8/+3
2010-04-08Get rid of check_col().Anders Broman1-4/+1
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier1-9/+9
2009-10-04Constify wimax_mac_calc_crc16()Kovarththanan Rajaratnam1-8/+8
2009-10-04Constify wimax_mac_calc_crc32()Kovarththanan Rajaratnam1-1/+1
2009-08-04Minor changes:Bill Meier1-426/+419
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-49/+49
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-351/+351
2008-08-29#include <prefs.h> not requiredBill Meier1-1/+0
2008-08-14From Frank Wang:Jaap Keuter1-3/+11
2008-07-24Fix DLMAP UL_interference_and_noise_level_IE decode error (bug 2737).Martin Mathieson1-1/+1
2008-07-23This file predominantly uses spaces, so remove tabs that were makingMartin Mathieson1-269/+269
2008-07-23Fix bug 2663 (DLMAP HAEQ_DLMAP_UE decode error).Martin Mathieson1-13/+15
2008-06-25For for compressed DLMAP decode error.Martin Mathieson1-1/+1
2007-12-06Change calls to g_ntohs, g_ntohl, g_htons, and g_htonl to theirGerald Combs1-0/+4
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs1-61/+61
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/+2819