aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_sbc.c
AgeCommit message (Collapse)AuthorFilesLines
2008-04-08fix the Win32 build: tfs_yes_no -> tfs_yes_no_sbc Ulf Lamping1-10/+8
svn path=/trunk/; revision=24840
2008-04-07Fix for bug 2401:Jaap Keuter1-18/+18
Repair header field type definitions, based on a patch from Chris Yang. svn path=/trunk/; revision=24839
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs1-263/+263
"wmx" prefix to each sub-protocol. "wmx"-ize the preferences and dissector registration. svn path=/trunk/; revision=23660
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris1-5/+5
the number of bytes in the packet or subset of the packet is the reported length, tvb_length() just gives you the amount of that data that was actually captured. Include <glib.h>, not <gmodule.h>, even in plugins. Fix the version numbers in the rc files. svn path=/trunk/; revision=21960
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-0/+3277
Add support for WiMAX and M2M to various makefiles and installer files. Add basic support for M2M to randpkt. svn path=/trunk/; revision=21945