IPB

Welcome Guest ( Log In | Register )

2 Pages V   1 2 >  
Reply to this topicStart new topic
> GUI for Craig Hart's PCI+AGP Bus Sniffer, new version v2.1 - March 12th, 2008
fuwi
post Jun 16 2005, 05:10 AM
Post #1


Silver Member
***

Group: Members
Posts: 245
Joined: 12-February 04
From: Switzerland
Member No.: 4,145



GUI for Craig Hart's PCI+AGP Bus Sniffer
(for PCI, AGP, Cardbus and PCI Express troubleshooting and unknown device recognition)
* with Online Update feature for the PCI Device Database
* runs also from your Memory-Stick in 'normal' Windows
* all files included, download the Plugin here: http://www.fuwi.ethz.ch

This post has been edited by fuwi: Mar 12 2008, 09:31 AM
Go to the top of the page
 
+Quote Post
Joshua
post Jun 16 2005, 07:08 AM
Post #2


Platinum Member
*****

Group: Members
Posts: 1,680
Joined: 19-September 03
From: Germany, 32839 Steinheim
Member No.: 1,716



WOW, first post, first plugin, and it works fine! wink.gif
But next time, please first post your plugin under Plugins
section.
Here my little modification for XPE-users. biggrin.gif

CODE
; PCI32.inf
; PE Builder v3 plug-in INF file for PCI32
; Created by Willi Furter, willi.furter@id.ethz.ch
; XPE-Support by Joshua

[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="PCI32 (PCI+AGP Bus Sniffer)"
Enable=1
Help="pci32.htm"

[WinntDirectories]
a="Programs\PCI32",2

[SourceDisksFiles]
files\*.*=a,,1

[Append]
nu2menu.xml, pci32_nu2menu.xml

[Software.AddReg]
; only for XPE-Plugin
0x2,"Sherpya\XPEinit\Programs","Tools\PCI32-GUI","%SystemDrive%\programs\pci32\PCI32-GUI.exe"


--------------------
Go to the top of the page
 
+Quote Post
paraglider
post Jun 16 2005, 07:16 AM
Post #3


Titanium Member
*******

Group: Moderator
Posts: 5,556
Joined: 29-August 03
From: NC, USA
Member No.: 1,527



Also the preferred format for plugins is a cab file as pebuilder has built in support for cab files. As a cab file its actually smaller:

cab: 419484 bytes
zip: 421065 bytes

Although in 7-zip format it becomes 376841 .....


--------------------
Go to the top of the page
 
+Quote Post
powaking
post Jun 17 2005, 07:24 AM
Post #4


Silver Member
***

Group: Members
Posts: 163
Joined: 19-July 04
Member No.: 6,709



Being able to set the http_proxy setting would be nice for wget smile.gif
Go to the top of the page
 
+Quote Post
fuwi
post Jun 17 2005, 09:46 AM
Post #5


Silver Member
***

Group: Members
Posts: 245
Joined: 12-February 04
From: Switzerland
Member No.: 4,145



currently i have problems with my free web hoster, after making some changes
my page is disappeared...
I will see next week, what the problem is.
Go to the top of the page
 
+Quote Post
stuartr
post Jun 17 2005, 10:43 AM
Post #6


Silver Member
***

Group: Members
Posts: 333
Joined: 8-February 05
Member No.: 10,092



QUOTE (powaking @ Jun 17 2005, 12:24 PM)
Being able to set the http_proxy setting would be nice for wget smile.gif
*


I'll second that request. Not all usable on an Enterprise WAN without it!

Regards,

Stuart.
Go to the top of the page
 
+Quote Post
pifpof
post Jun 18 2005, 02:08 AM
Post #7


Member
**

Group: Members
Posts: 49
Joined: 26-January 04
From: Germany
Member No.: 3,828



QUOTE (fuwi @ Jun 17 2005, 02:46 PM)
currently i have problems with my free web hoster, after making some changes
my page is disappeared...
I will see next week, what the problem is.
*


@fuwi
hope you can fix! At the moment I just got two links to some 'sex-sites'

thanks


--------------------
pifpof

PE 3.1.10a, XPE 1.06, XPPro GER SP2 Slipstreamed
Go to the top of the page
 
+Quote Post
fuwi
post Jun 21 2005, 04:22 AM
Post #8


Silver Member
***

Group: Members
Posts: 245
Joined: 12-February 04
From: Switzerland
Member No.: 4,145



currently i'm setting up a new side on a webserver in my firm smile.gif

at the same time I will publish a new version of PCI32-GUI
- @Joshua: XPE-menu support in pci32.inf
- @Paraglider: plugin in cab-format
- @powaking, @stuartr: http_proxy setting in pci32-gui.ini

i hope that it becomes finished this week
Go to the top of the page
 
+Quote Post
fuwi
post Jun 24 2005, 05:54 AM
Post #9


Silver Member
***

Group: Members
Posts: 245
Joined: 12-February 04
From: Switzerland
Member No.: 4,145



my new server is up and running: www.fuwi.ethz.ch

also the new version (v1.7) is available with the announced improvements
(proxy server support, xpe menu support, plugin in CAB and ZIP format)
Go to the top of the page
 
+Quote Post
fuwi
post Jul 11 2005, 08:00 AM
Post #10


Silver Member
***

Group: Members
Posts: 245
Joined: 12-February 04
From: Switzerland
Member No.: 4,145



mad.gif False Trojan Alert on starting PCI32-GUI.exe!!

Recently, different background malware-scanners falsely reports a trojan when starting compiled AutoIt3-scripts
because some "nice guys" are using AutoIt3 to install some adware.
For example, TrojanHunter founds a "TrojanDropper.Tesys.100 running in memory" on starting PCI32-GUI.exe
from USB-Stick (thanks sixpack for his mail-feedback).

This is a well-known problem as you can see in the AutoIt-Forum

As a workarround, i have re-compiled my PCI32-GUI.au3 with the latest version of AutoIt3 (v3.1.1.56).
This fix at least the problem with TrojanHunter.

Please visit my webpage
Go to the top of the page
 
+Quote Post
fuwi
post Jul 22 2005, 09:46 AM
Post #11


Silver Member
***

Group: Members
Posts: 245
Joined: 12-February 04
From: Switzerland
Member No.: 4,145



rolleyes.gif a new version of the PCI32-GUI plugin is available on my webpage www.fuwi.ethz.ch

PCI32-GUI.exe (v1.7.1) - minor changes in the report-format:
includes now Bus, Device and Device Function numbers, and a tree-drawing of the Busses, Devices and Device Functions

pcidevs.txt, wget.exe and pci32.htm are also updated
Go to the top of the page
 
+Quote Post
fuwi
post Aug 18 2005, 09:42 AM
Post #12


Silver Member
***

Group: Members
Posts: 245
Joined: 12-February 04
From: Switzerland
Member No.: 4,145



rolleyes.gif new version of the PCI32-GUI plugin is available on my webpage www.fuwi.ethz.ch

PCI32-GUI.exe (v1.7.2)
no functional changes, but enhanced animations during the online update
the plugin contains now a new recource-dll (PCI32-GUI.DLL)
minor changes in the report-format (changed character-replacement for the bus-drawing
Go to the top of the page
 
+Quote Post
ewieldra
post Aug 31 2005, 01:33 PM
Post #13


Gold Member
****

Group: Members
Posts: 603
Joined: 5-December 04
From: Bovensmilde, The Netherlands
Member No.: 8,789



Thnx FuWi
Go to the top of the page
 
+Quote Post
fuwi
post Oct 12 2005, 07:18 AM
Post #14


Silver Member
***

Group: Members
Posts: 245
Joined: 12-February 04
From: Switzerland
Member No.: 4,145



rolleyes.gif new version of the PCI32-GUI plugin is available on my webpage www.fuwi.ethz.ch

PCI32-GUI version 2.0:
i made some modifications to support the new versions (v1.3 and up)
of Craig Hart's pci32.exe commandline tool.
There are also some changes in the Report-Format

The plugin contains now:
PCI32-GUI.exe (Vers. 2.0)
Craig Hart's new PCI32.exe (Vers. 1.3) + pcidevs from 10-10-2005
WGET.exe Vers. (1.10.1)

About the new PCI32.exe -> see 'What's new in PCI32 Version 1.3' on Craig Hart's webpage
Go to the top of the page
 
+Quote Post
ewieldra
post Oct 12 2005, 01:25 PM
Post #15


Gold Member
****

Group: Members
Posts: 603
Joined: 5-December 04
From: Bovensmilde, The Netherlands
Member No.: 8,789



@FUWI

Thnx
Go to the top of the page
 
+Quote Post
fuwi
post Nov 4 2005, 08:41 AM
Post #16


Silver Member
***

Group: Members
Posts: 245
Joined: 12-February 04
From: Switzerland
Member No.: 4,145



rolleyes.gif
Plugin updated - pci32.exe v1.3 (Craig Hart's bus sniffer tool) replaced with the bug-fixed version 1.4

Fixes in PCI32 Version 1.4:
- Fixed a bug with VPD dumps in –Z (debug) mode
- Fixed a bug with –R reporting wrong item count if an empty bus was encountered
- Fixed some typos and indent formatting errors
- Fixed big bug with Wrong SubSystem info reported in certain cases
- Fixed –R option to report CardBus busses, even if unpopulated
- Added support for new Hi Definition Audio class code
- Re-write of workoutbusses routine. Now supports multiple root-bus systems, which was broken in v1.3
- Now supports up to 512 actual devices (was 200 devices previously)

The plugin is available on my page www.fuwi.ethz.ch
Go to the top of the page
 
+Quote Post
FileCity
post Nov 4 2005, 09:22 AM
Post #17


Gold Member
****

Group: Members
Posts: 568
Joined: 7-January 04
From: Canada
Member No.: 3,433



And what about a simple command line support for the update process ?

pci32-gui.exe -update b:\pcidevs.txt
pci32-gui.exe -load b:\pcidevs.txt

Redirecting pcidevs.txt online update file in RAMDRIVE and loading it from there after.

Good idea ?

This post has been edited by FileCity: Nov 5 2005, 11:25 AM
Go to the top of the page
 
+Quote Post
fuwi
post Nov 7 2005, 06:25 AM
Post #18


Silver Member
***

Group: Members
Posts: 245
Joined: 12-February 04
From: Switzerland
Member No.: 4,145



@FileCity

For creating reports from batch files, you dont need my PCI-GUI.
You can call the commandline tool pci32.exe directly in your batch files.
Required files are: pci32.exe, gwiopm.sys and pcidevs.txt.
For online updating pcidevs.txt, you can use wget.exe (also in my plugin).
Because pci32.exe, gwiopm.sys and pcidevs.txt must be in the same folder,
you must copy all files to the Ramdisk.

Syntax:
@echo off
copy pci32.exe %temp% >nul
copy gwiopm.sys %temp% >nul
copy pcidevs.txt %temp% >nul
copy wget.exe %temp% >nul
cd /d %temp%
wget.exe -N http://members.datafast.net.au/~dft0802/do...ads/pcidevs.txt
echo Generating PCI32-Report...
:: Summary Report (remove -s for Full Report):
pci32.exe -r -s > PCI32-Report.txt


Note: the PCI32-Report file is slightly different formatted then the one
of my PCI32-GUI, but all device- and bus-informations are identical.

Help for commandline parameters:
pci32.exe -?
wget.exe --help

Hope that helps
Go to the top of the page
 
+Quote Post
stuartr
post Nov 7 2005, 09:10 AM
Post #19


Silver Member
***

Group: Members
Posts: 333
Joined: 8-February 05
Member No.: 10,092



QUOTE (fuwi @ Nov 4 2005, 01:41 PM)
rolleyes.gif
Plugin updated - pci32.exe v1.3 (Craig Hart's bus sniffer tool) replaced with the bug-fixed version 1.4

Fixes in PCI32 Version 1.4:
- Fixed a bug with VPD dumps in –Z (debug) mode
- Fixed a bug with –R reporting wrong item count if an empty bus was encountered
- Fixed some typos and indent formatting errors
- Fixed big bug with Wrong SubSystem info reported in certain cases
- Fixed –R option to report CardBus busses, even if unpopulated
- Added support for new Hi Definition Audio class code
- Re-write of workoutbusses routine. Now supports multiple root-bus systems, which was broken in v1.3
- Now supports up to 512 actual devices (was 200 devices previously)

The plugin is available on my page www.fuwi.ethz.ch
*


Still no support for proxies that require authentication?
Go to the top of the page
 
+Quote Post
fuwi
post Nov 7 2005, 10:17 AM
Post #20


Silver Member
***

Group: Members
Posts: 245
Joined: 12-February 04
From: Switzerland
Member No.: 4,145



QUOTE (stuartr @ Nov 7 2005, 02:10 PM)
Still no support for proxies that require authentication?
*

@stuartr

Try the following in the PCI32-GUI.ini (workaround):
[Network]
HTTP_Proxy = http://username:password@myproxy.mycompany.com:portnumber

In the next version of PCI32-GUI you can enter the proxy username and password
manually in the GUI, but you give me first a feedback whether the above workaround functions
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 9th February 2010 - 07:50 AM