aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax
AgeCommit message (Collapse)AuthorFilesLines
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-3/+0
svn path=/trunk/; revision=27579
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping1-0/+3
svn path=/trunk/; revision=27357
2009-01-08Fix for bug 2902:Jaap Keuter12-58/+58
Actually check column status before writing to it. svn path=/trunk/; revision=27192
2008-12-22Fix some typos and spelling (mostly in text strings)Bill Meier4-12/+12
svn path=/trunk/; revision=27085
2008-08-29#include <prefs.h> not requiredBill Meier30-30/+0
svn path=/trunk/; revision=26103
2008-08-14From Frank Wang:Jaap Keuter1-3/+11
dl-map decoder error when decode HARQ_DLMAP_IE and normal IE. svn path=/trunk/; revision=26020
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss1-1/+1
Also use $(top_builddir) instead of ../../ in a couple of other spots. svn path=/trunk/; revision=25863
2008-07-24Fix DLMAP UL_interference_and_noise_level_IE decode error (bug 2737).Martin Mathieson1-1/+1
From Frank Wang. svn path=/trunk/; revision=25816
2008-07-24Fix HARQ_ULMAP_IE decoder padding error (bug 2738).Martin Mathieson1-1/+1
From Frank Wang. svn path=/trunk/; revision=25815
2008-07-23This file predominantly uses spaces, so remove tabs that were makingMartin Mathieson1-269/+269
indentation look wrong in my editor. svn path=/trunk/; revision=25805
2008-07-23Fix bug 2663 (DLMAP HAEQ_DLMAP_UE decode error).Martin Mathieson1-13/+15
From Frank Wang. svn path=/trunk/; revision=25801
2008-07-22Add NULL termination element to value_string arraysBill Meier1-2/+3
svn path=/trunk/; revision=25799
2008-07-18Change C++ style comments to C style ...Bill Meier1-14/+14
svn path=/trunk/; revision=25762
2008-07-11From Frank Wang:Jaap Keuter1-1/+3
The ULMAP decoder can get a wrong bit offset when decoding CQICH_Alloc_IE. The finishing position shoud not pad to byte but pad to the length specified, which can be nibble aligned. svn path=/trunk/; revision=25703
2008-07-08Fix bug 2662 (ULMAP HARQ_ULMAP_IE decode error).Martin Mathieson1-14/+29
From Frank Wang. I'd prefer to delete wrong code, but we'll see if anyone misses it. svn path=/trunk/; revision=25675
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+3
Add checkapi rules to Makefile.am files. svn path=/trunk/; revision=25656
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
check for it - but not for TShark plugins, as they are expected to print to the standard output. svn path=/trunk/; revision=25653
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs1-1/+1
and "deprecated" groups the default. Add an "abort" group for code that shouldn't exit the program. Update the makefiles to call "checkAPIs.pl -g abort" for dissectors. Remove a dependency on "cat" in checkAPIs.pl. svn path=/trunk/; revision=25614
2008-06-25For for compressed DLMAP decode error.Martin Mathieson1-1/+1
From Frank Wang (bug 2640). svn path=/trunk/; revision=25599
2008-06-23Try again to get labels matching function names.Martin Mathieson1-2/+2
svn path=/trunk/; revision=25529
2008-06-23Fix wimax UL-MAP ext IE decode error.Martin Mathieson2-5/+5
From Frank Wang (bug 2548). svn path=/trunk/; revision=25528
2008-06-20Wimax: support TLV type 48 in REG-REQ/REG-RSP.Martin Mathieson3-2/+64
From cfreeer, fixes bug 2571. svn path=/trunk/; revision=25495
2008-06-20Fix wimax encoding err when packing subheader present.Martin Mathieson1-3/+3
From Frank Wang, fixes bug 2570. svn path=/trunk/; revision=25494
2008-06-20Support TLV type 36 in wimax plugin.Martin Mathieson1-0/+13
From cfreeer (fix for bug 2569). svn path=/trunk/; revision=25493
2008-05-23From cfreeer:Jaap Keuter1-1/+1
Wimax vals_tek_encryption_ids does not confirm the latest spec. Zero should be "No TEK encryption" instead of "Reserved". svn path=/trunk/; revision=25367
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-4/+4
libwireshark (and the plugins using those functions) do not depend on wiretap on Windows. While doing that, rename the eth_* functions to ws_*. svn path=/trunk/; revision=25354
2008-05-14From cfreeer (bug 2541):Stig Bjørlykke1-0/+2
Add tlv_tree for PKM_FLOW_CONTROL and MAX_SUPPT_SECURITY_ASSNS. svn path=/trunk/; revision=25297
2008-05-14From cfreeer (bug 2540):Stig Bjørlykke1-1/+1
Corrected use of hf_snp_auth_policy_support. svn path=/trunk/; revision=25296
2008-05-14From cfreeer:Jaap Keuter1-7/+7
The offset need to be increased while decoding. svn path=/trunk/; revision=25292
2008-05-08Run checkAPI in plugins dir.Anders Broman1-1/+3
svn path=/trunk/; revision=25259
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+3
Note: Commented out in the plugins giving errors for now. svn path=/trunk/; revision=25231
2008-04-30Now with EAP dissector safety valve.Jaap Keuter1-1/+4
svn path=/trunk/; revision=25204
2008-04-30From cfreeer:Jaap Keuter1-1/+5
There is no EAP decoder to decode EAP messages packed in Wimax PKM messages. I called the EAP decoder found in the Wireshark. svn path=/trunk/; revision=25203
2008-04-24From Mohan (bug 2501):Stig Bjørlykke1-0/+1
Add a missing break statement. svn path=/trunk/; revision=25168
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 Keuter2-20/+20
Repair header field type definitions, based on a patch from Chris Yang. svn path=/trunk/; revision=24839
2008-04-05Make wimax mac mgmt protocol findable by name.Martin Mathieson1-0/+4
Bug 2409. svn path=/trunk/; revision=24782
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter1-2/+2
svn path=/trunk/; revision=24757
2008-03-01Create proper dependancies for plugin.cJaap Keuter1-1/+2
svn path=/trunk/; revision=24520
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24488
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
instead of "0". svn path=/trunk/; revision=24376
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=24180
2007-12-14Warning fixes: function declaration isn’t a prototypeJörg Mayer3-3/+3
svn path=/trunk/; revision=23862
2007-12-06Change calls to g_ntohs, g_ntohl, g_htons, and g_htonl to theirGerald Combs3-70/+69
epan/pint.h equivalents. Add warnings about trying to operate on tvb data directly. svn path=/trunk/; revision=23787
2007-12-05I suppose we still need va_start/va_end when using se_strdup_vprintf.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=23769
2007-12-05To generate a session-lifetime string given a format and va_list, useGuy Harris1-7/+1
se_strdup_vprintf(). svn path=/trunk/; revision=23765
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs39-1674/+1676
"wmx" prefix to each sub-protocol. "wmx"-ize the preferences and dissector registration. svn path=/trunk/; revision=23660
2007-11-28Tweak the order in which fields are registered, so that they don'tGerald Combs1-3/+3
show up as protocols. svn path=/trunk/; revision=23656
2007-11-26Oops, don't put a comment inside a commentJeff Morriss1-2/+1
svn path=/trunk/; revision=23610
2007-11-26Get rid of C++/C99 style comments--not all compilers support themJeff Morriss9-206/+208
svn path=/trunk/; revision=23608