aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_reg_req.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2014-01-02Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-10-23Fix (using '#if 0') various [-Wunused-const-variable] warningsBill Meier1-0/+4
2013-09-30Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-09-28Fix various warnings in (hopefully) the right ways.Evan Huus1-1/+0
2013-09-281. Remove PITEM_FINFO from add_tlv_subtree and add_protocol_subtree (as well ...Michael Mann1-93/+124
2013-09-24Wimax dissector improvements:Michael Mann1-24/+4
2013-09-22Make dissectors register for their MAC Management Message Type and use dissec...Michael Mann1-5/+12
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
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-1/+1
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-28/+28
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-23/+23
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-51/+51
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2010-04-08Get rid of check_col().Anders Broman1-8/+2
2009-08-04Minor changes:Bill Meier1-178/+170
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-104/+104
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-736/+737
2009-01-08Fix for bug 2902:Jaap Keuter1-2/+2
2008-08-29#include <prefs.h> not requiredBill Meier1-1/+0
2008-06-20Wimax: support TLV type 48 in REG-REQ/REG-RSP.Martin Mathieson1-1/+61
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs1-98/+98
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/+1375