Skip to content

Commit fc19139

Browse files
committed
Merge remote-tracking branch 'codeplex/master'
2 parents 91f2e72 + cc37bbe commit fc19139

File tree

483 files changed

+268766
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

483 files changed

+268766
-0
lines changed

AcademicKit-LA.pdf

437 KB
Binary file not shown.

MSR-LA.pdf

63.8 KB
Binary file not shown.

Readme.htm

Lines changed: 1280 additions & 0 deletions
Large diffs are not rendered by default.

Sample Code-LA.pdf

349 KB
Binary file not shown.

bin/Config/FilterInfo.conf

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
#ModuleBegin
2+
ModuleFile=FilterDll.dll
3+
ModuleId=6E830688-91A3-4023-9522-F1790946FE13
4+
DecoderNumber=1
5+
//----DecoderBegin----
6+
DecoderName=802.11b
7+
DecoderId=5236456b-3f45-254d-dcf3-ddfacd32123d
8+
OutPinNumber=5
9+
Name=Constel
10+
DataType=3
11+
Name=Wave
12+
DataType=5
13+
Name=Decoder
14+
DataType=7
15+
Name=Debug
16+
DataType=6
17+
Name=Content
18+
DataType=6
19+
//----DecoderEnd----
20+
#ModuleEnd
21+
22+
#ModuleBegin
23+
ModuleFile=Decoder11b.dll
24+
ModuleId=8D2CD6BF-F94A-4070-876A-AF1F3E91F641
25+
DecoderNumber=1
26+
//----DecoderBegin----
27+
DecoderName=802.11b
28+
DecoderId=4DD5D17C-A5CD-4ca1-8804-EA0638735EE2
29+
OutPinNumber=10
30+
Name=RawConstel
31+
DataType=3
32+
Name=RawWave
33+
DataType=5
34+
Name=DSConstel
35+
DataType=3
36+
Name=DSWave
37+
DataType=5
38+
Name=BarkerConstel
39+
DataType=3
40+
Name=BarkerWave
41+
DataType=5
42+
Name=DecoderBit
43+
DataType=6
44+
Name=DescrambleBit
45+
DataType=6
46+
Name=FrameContent
47+
DataType=6
48+
Name=HeaderInfo
49+
DataType=7
50+
//----DecoderEnd----
51+
#ModuleEnd

bin/Config/PaintModeInfo.conf

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
#ModuleBebin
2+
ModuleFile=PaintDll.dll
3+
ModuleId=61044601-4e2b-a811-abd3-29d7bbba1701
4+
GraphNumber=6
5+
//----Graph----
6+
GraphId=61044601-4e2b-a811-abd3-29d7bbba17b1
7+
GraphType=0
8+
Name=Constel
9+
Description=Constel graph
10+
//----Graph----
11+
GraphId=61044601-4e2b-a811-abd3-29d7bbba17b2
12+
GraphType=1
13+
Name=Wave
14+
Description=Wave graph
15+
//----Graph----
16+
GraphId=61044601-4e2b-a811-abd3-29d7bbba17b3
17+
GraphType=4
18+
Name=Textbox
19+
Description=Text graph
20+
//----Graph----
21+
GraphId=61044601-4e2b-a811-abd3-29d7bbba17b4
22+
GraphType=5
23+
Name=Overview
24+
Description=Overview graph
25+
//----Graph----
26+
GraphId=61044601-4e2b-a811-abd3-29d7bbba17b5
27+
GraphType=2
28+
Name=Bit
29+
Description=Bit graph
30+
//----Graph----
31+
GraphId=61044601-4e2b-a811-abd3-29d7bbba17b6
32+
GraphType=3
33+
Name=Byte
34+
Description=Byte graph
35+
#ModuleEnd

bin/DbgPlot.exe

1.26 MB
Binary file not shown.

bin/Decoder11b.dll

71 KB
Binary file not shown.

bin/HWTest/amd64/HWTest.inf

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
;-------------------------------------------------------------------------------
2+
; SDRMiniport.INF
3+
;
4+
; Microsoft Virtual Ethernet Adapter
5+
;
6+
; Copyright (c) Microsoft Corporation. All rights reserved.
7+
8+
9+
[version]
10+
Signature = "$Windows NT$"
11+
Class = Net
12+
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
13+
Provider = %Msft%
14+
CatalogFile = hwtest.cat
15+
DriverVer=05/31/2013,2.0.053113.0000
16+
17+
[ControlFlags]
18+
ExcludeFromSelect={b85b7c50-6a01-11d2-b841-00c04fad5171}\HWTest
19+
20+
[Manufacturer]
21+
%Msft% = Msft,NTx86,NTia64,NTamd64
22+
23+
;For Win2k
24+
25+
[Msft]
26+
%SDRMiniport.DeviceDesc% = SDRMiniport.ndi, root\HWTest; root enumerated
27+
28+
;For WinXP and later
29+
[Msft.NTx86]
30+
%SDRMiniport.DeviceDesc% = SDRMiniport.ndi, root\HWTest; root enumerated
31+
32+
[Msft.NTia64]
33+
%SDRMiniport.DeviceDesc% = SDRMiniport.ndi, root\HWTest ; root enumerated
34+
35+
[Msft.NTamd64]
36+
%SDRMiniport.DeviceDesc% = SDRMiniport.ndi, root\HWTest ; root enumerated
37+
38+
;-------------------------------------------------------------------------------
39+
; Sora HWTest Ethernet Adapter
40+
;
41+
[SDRMiniport.ndi]
42+
Characteristics = 0x1 ; NCF_VIRTUAL
43+
*IfType = 0x6 ; IF_TYPE_ETHERNET_CSMACD
44+
*MediaType = 0x0 ; NdisMedium802_3
45+
*PhysicalMediaType = 14 ; NdisPhysicalMedium802_3
46+
AddReg = SDRMiniport.Reg
47+
CopyFiles = SDRMiniport.CopyFiles
48+
49+
[SDRMiniport.ndi.Services]
50+
AddService = HWTest, 2, SDRMiniport.Service, SDRMiniport.EventLog
51+
52+
;-----------------------------------------------------------------------------
53+
; Sora HWTest Miniport Common
54+
;
55+
[SDRMiniport.Reg]
56+
HKR, , BusNumber, 0, "0"
57+
HKR, Ndi, Service, 0, "HWTest"
58+
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
59+
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
60+
61+
;-----------------------------------------------------------------------------
62+
; Driver and Service Section
63+
;
64+
[SDRMiniport.CopyFiles]
65+
HWTest.sys,,,2
66+
67+
[SDRMiniport.Service]
68+
DisplayName = %SDRMiniport.Service.DispName%
69+
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
70+
StartType = 3 ;%SERVICE_DEMAND_START%
71+
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
72+
ServiceBinary = %12%\HWTest.sys
73+
LoadOrderGroup = NDIS
74+
AddReg = TextModeFlags.Reg
75+
76+
[SDRMiniport.EventLog]
77+
AddReg = SDRMiniport.AddEventLog.Reg
78+
79+
[SDRMiniport.AddEventLog.Reg]
80+
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
81+
HKR, , TypesSupported, 0x00010001, 7
82+
83+
[TextModeFlags.Reg]
84+
HKR, , TextModeFlags, 0x00010001, 0x0001
85+
86+
[SourceDisksNames]
87+
1 = %DiskId1%,,,""
88+
89+
[SourceDisksFiles]
90+
HWTest.sys = 1,,
91+
92+
;-----------------------------------------------------------------------------
93+
; DestinationDirs
94+
;
95+
[DestinationDirs]
96+
SDRMiniport.CopyFiles = 12
97+
98+
;-----------------------------------------------------------------------------
99+
; Localizable Strings
100+
;
101+
[Strings]
102+
Msft = "Microsoft"
103+
SDRMiniport.DeviceDesc = "Microsoft Sora HW Test Ethernet Adapter"
104+
SDRMiniport.Service.DispName = "Microsoft Sora HW Test Miniport"
105+
DiskId1 = "Microsoft Sora HW Test Miniport Device Installation Disk #1"
106+

bin/HWTest/amd64/HWTest.pdb

555 KB
Binary file not shown.

0 commit comments

Comments
 (0)