|
|
|
|
|
|
| Author |
Message |
(null *nix forums beginner
Joined: 16 May 2005
Posts: 8
|
Posted: Wed Feb 22, 2006 7:56 pm Post subject:
Re: pcap support for tg0 gigabit ethernet
|
|
|
In article <3scmhuFnjcnuU1@individual.net>,
Joerg Behrens <behrens@takenet.de> wrote:
| Quote: | Daniel Packman schrieb:
I'm trying to get cdpr running on an irix 350 machine with
gigabit ethernet. This presents the system with a tg0 device.....
--- ./pcap-snoop.c Sun Mar 21 00:33:24 2004
+ strncmp("tg", device, 2) == 0 || /* Octane/O2xxx/O3xxx Gigabit */
|
Right, that was the change I made in the code. Now I get
"Error opening device (snoop bind: Cannot assign requested address)"
Perhaps this is an unrelated issue. |
|
| Back to top |
|
 |
Joerg Behrens *nix forums Guru Wannabe
Joined: 29 Apr 2005
Posts: 106
|
Posted: Wed Feb 22, 2006 7:56 pm Post subject:
Re: pcap support for tg0 gigabit ethernet
|
|
|
Daniel Packman schrieb:
| Quote: | I'm trying to get cdpr running on an irix 350 machine with
gigabit ethernet. This presents the system with a tg0 device.
The code in pcap-snoop.c runs through its known device names
and then spits out "snoop: unknown physical layer type"
Has anyone gotten tg devices to work? Any pointers on what
I would need to do to get it working?
Thanks.
|
Use the source Luke...aeh Daniel :)
[o2k]:/usr/nekoware/patch $ cat libpcap-0.8.3_irix.patch
diff -urN ./pcap-snoop.c ../libpcap-0.8.3_test/pcap-snoop.c
--- ./pcap-snoop.c Sun Mar 21 00:33:24 2004
+++ ../libpcap-0.8.3_test/pcap-snoop.c Fri Aug 26 00:35:42 2005
@@ -226,6 +226,7 @@
O2 10/100 */
strncmp("ef", device, 2) == 0 || /* O200/2000 10/100 Mbit */
strncmp("eg", device, 2) == 0 || /* Octane/O2xxx/O3xxx
Gigabit */
+ strncmp("tg", device, 2) == 0 || /* Octane/O2xxx/O3xxx
Gigabit */
strncmp("gfe", device, 3) == 0 || /* GIO 100 Mbit */
strncmp("fxp", device, 3) == 0 || /* Challenge VME Enet */
strncmp("ep", device, 2) == 0 || /* Challenge 8x10 Mbit
EPLEX */ |
|
| Back to top |
|
 |
(null *nix forums beginner
Joined: 16 May 2005
Posts: 8
|
Posted: Wed Feb 22, 2006 7:56 pm Post subject:
pcap support for tg0 gigabit ethernet
|
|
|
I'm trying to get cdpr running on an irix 350 machine with
gigabit ethernet. This presents the system with a tg0 device.
The code in pcap-snoop.c runs through its known device names
and then spits out "snoop: unknown physical layer type"
Has anyone gotten tg devices to work? Any pointers on what
I would need to do to get it working?
Thanks. |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|
|
The time now is Sat Nov 22, 2008 11:53 am | All times are GMT
|
|
Books | Loan Consolidation | Payday Loan | Best Credit Cards | Loans
|
|
Copyright © 2004-2005 DeniX Solutions SRL
|
|
|
|
Other DeniX Solutions sites:
Unix/Linux blog |
electronics forum |
medicine forum |
science forum |
|
|
Privacy Policy
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|