aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/packet-wmx.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-07-04From Kluchnikov Ivan:Anders Broman1-4/+6
2011-01-19Use Wireshark standard marking for unused parameters.Jaap Keuter1-7/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam1-0/+8
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-5/+5
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-04Minor changes:Bill Meier1-5/+3
2009-08-03More minor cleanups:Bill Meier1-43/+46
2009-08-03Minor cleanups:Bill Meier1-62/+56
2007-12-14Warning fixes: function declaration isn’t a prototypeJörg Mayer1-1/+1
2007-12-05I suppose we still need va_start/va_end when using se_strdup_vprintf.Stig Bjørlykke1-0/+2
2007-12-05To generate a session-lifetime string given a format and va_list, useGuy Harris1-7/+1
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs1-5/+7
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris1-1/+1
2007-05-26Convert to the new style of building plugins; hopefully this'll fix theGuy Harris1-22/+0
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-0/+941