Hello all,
I’m looking for information on how to implements my own arp module
that will replace the default arp module, like wanarp.sys in dial-up
connection.
Any help would be appreciated,
Guy
Hello all,
I’m looking for information on how to implements my own arp module
that will replace the default arp module, like wanarp.sys in dial-up
connection.
Any help would be appreciated,
Guy
As far as I know the interface between tcpip.sys and ARP modules is
undocumented. Standard way how to filter packets or change their contents is
NDIS IM or filter driver. For what reason do you need custom ARP module?
Best regards,
Michal Vodicka
STMicroelectronics Design and Application s.r.o.
[michal.vodicka@st.com, http:://www.st.com]
From: xxxxx@bezeqint.net[SMTP:xxxxx@bezeqint.net]
Reply To: xxxxx@lists.osr.com
Sent: Tuesday, January 14, 2003 11:19 PM
To: xxxxx@lists.osr.com
Subject: [ntdev] wanarp.sys and LLInterfaceHello all,
I’m looking for information on how to implements my own arp module
that will replace the default arp module, like wanarp.sys in dial-up
connection.Any help would be appreciated,
Guy
You are currently subscribed to ntdev as: michal.vodicka@st.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
I’m writing a miniport driver that emulates Ethernet over InfiniBand
fabric.
I can filter the arp packets, but I think that the “right way” to do it
is by creating an arp module.
Thanks,
Guy
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Michal Vodicka
Sent: ? 15 ??? 2003 01:02
To: NT Developers Interest List
Subject: [ntdev] RE: wanarp.sys and LLInterface
As far as I know the interface between tcpip.sys and ARP modules is
undocumented. Standard way how to filter packets or change their
contents is NDIS IM or filter driver. For what reason do you need custom
ARP module?
Best regards,
Michal Vodicka
STMicroelectronics Design and Application s.r.o. [michal.vodicka@st.com,
http:://www.st.com]
From: xxxxx@bezeqint.net[SMTP:xxxxx@bezeqint.net]
Reply To: xxxxx@lists.osr.com
Sent: Tuesday, January 14, 2003 11:19 PM
To: xxxxx@lists.osr.com
Subject: [ntdev] wanarp.sys and LLInterfaceHello all,
I’m looking for information on how to implements my own arp module
that will replace the default arp module, like wanarp.sys in dial-up
connection.Any help would be appreciated,
Guy
You are currently subscribed to ntdev as: michal.vodicka@st.com To
unsubscribe send a blank email to xxxxx@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@bezeqint.net To
unsubscribe send a blank email to xxxxx@lists.osr.com
I don’t think so. If your miniport emulates Ethernet, it should behave
exactly as Ethernet on its upper side. There can be several filters between
your miniport and ARP layer which would be consused if part of processing is
done in ARP module. Anyway, custom ARP modules aren’t documented and
supported.
Best regards,
Michal Vodicka
STMicroelectronics Design and Application s.r.o.
[michal.vodicka@st.com, http:://www.st.com]
From: xxxxx@bezeqint.net[SMTP:xxxxx@bezeqint.net]
Reply To: xxxxx@lists.osr.com
Sent: Wednesday, January 15, 2003 12:38 AM
To: xxxxx@lists.osr.com
Subject: [ntdev] RE: wanarp.sys and LLInterfaceI’m writing a miniport driver that emulates Ethernet over InfiniBand
fabric.I can filter the arp packets, but I think that the “right way” to do it
is by creating an arp module.Thanks,
Guy-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Michal Vodicka
Sent: ? 15 ??? 2003 01:02
To: NT Developers Interest List
Subject: [ntdev] RE: wanarp.sys and LLInterfaceAs far as I know the interface between tcpip.sys and ARP modules is
undocumented. Standard way how to filter packets or change their
contents is NDIS IM or filter driver. For what reason do you need custom
ARP module?Best regards,
Michal Vodicka
STMicroelectronics Design and Application s.r.o. [michal.vodicka@st.com,
http:://www.st.com]> ----------
> From: xxxxx@bezeqint.net[SMTP:xxxxx@bezeqint.net]
> Reply To: xxxxx@lists.osr.com
> Sent: Tuesday, January 14, 2003 11:19 PM
> To: xxxxx@lists.osr.com
> Subject: [ntdev] wanarp.sys and LLInterface
>
> Hello all,
>
> I’m looking for information on how to implements my own arp module
> that will replace the default arp module, like wanarp.sys in dial-up
> connection.
>
> Any help would be appreciated,
> Guy
>
> —
> You are currently subscribed to ntdev as: michal.vodicka@st.com To
> unsubscribe send a blank email to xxxxx@lists.osr.com
>
You are currently subscribed to ntdev as: xxxxx@bezeqint.net To
unsubscribe send a blank email to xxxxx@lists.osr.com
You are currently subscribed to ntdev as: michal.vodicka@st.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
To run TCP/IP over some “interesting” network media, you can
either a) emulate Ethernet over it fully OR b) write a custom ARP
(undocumented).
MS uses custom ARPs for PPP and for 1394 (since IP over 1394 is
RFCed and does not imply Ethernet emulation). MS’s ATM support can use
both modes - ARP and LANE.
IIRC ARP module not only resolves the addresses, but also governs
what IP routing table entries will be added to describe this
interface.
Max
----- Original Message -----
From: “Guy Corem”
To: “NT Developers Interest List”
Sent: Wednesday, January 15, 2003 2:38 AM
Subject: [ntdev] RE: wanarp.sys and LLInterface
I’m writing a miniport driver that emulates Ethernet over InfiniBand
fabric.
I can filter the arp packets, but I think that the “right way” to do
it
is by creating an arp module.
Thanks,
Guy
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Michal Vodicka
Sent: ã 15 éðåàø 2003 01:02
To: NT Developers Interest List
Subject: [ntdev] RE: wanarp.sys and LLInterface
As far as I know the interface between tcpip.sys and ARP modules is
undocumented. Standard way how to filter packets or change their
contents is NDIS IM or filter driver. For what reason do you need
custom
ARP module?
Best regards,
Michal Vodicka
STMicroelectronics Design and Application s.r.o.
[michal.vodicka@st.com,
http:://www.st.com]
> ----------
> From: xxxxx@bezeqint.net[SMTP:xxxxx@bezeqint.net]
> Reply To: xxxxx@lists.osr.com
> Sent: Tuesday, January 14, 2003 11:19 PM
> To: xxxxx@lists.osr.com
> Subject: [ntdev] wanarp.sys and LLInterface
>
> Hello all,
>
> I’m looking for information on how to implements my own arp module
> that will replace the default arp module, like wanarp.sys in dial-up
> connection.
>
> Any help would be appreciated,
> Guy
>
> —
> You are currently subscribed to ntdev as: michal.vodicka@st.com To
> unsubscribe send a blank email to xxxxx@lists.osr.com
>
—
You are currently subscribed to ntdev as: xxxxx@bezeqint.net To
unsubscribe send a blank email to xxxxx@lists.osr.com
—
You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Thanks a lot.
I think I’ll take Vodicka’s advice (option a in your reply).
Guy
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Maxim S. Shatskih
Sent: ? 17 ??? 2003 21:10
To: NT Developers Interest List
Subject: [ntdev] RE: wanarp.sys and LLInterface
To run TCP/IP over some “interesting” network media, you can either
a) emulate Ethernet over it fully OR b) write a custom ARP
(undocumented).
MS uses custom ARPs for PPP and for 1394 (since IP over 1394 is
RFCed and does not imply Ethernet emulation). MS’s ATM support can use
both modes - ARP and LANE.
IIRC ARP module not only resolves the addresses, but also governs
what IP routing table entries will be added to describe this interface.
Max
----- Original Message -----
From: “Guy Corem”
To: “NT Developers Interest List”
Sent: Wednesday, January 15, 2003 2:38 AM
Subject: [ntdev] RE: wanarp.sys and LLInterface
I’m writing a miniport driver that emulates Ethernet over InfiniBand
fabric.
I can filter the arp packets, but I think that the “right way” to do it
is by creating an arp module.
Thanks,
Guy
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Michal Vodicka
Sent: ? 15 ??? 2003 01:02
To: NT Developers Interest List
Subject: [ntdev] RE: wanarp.sys and LLInterface
As far as I know the interface between tcpip.sys and ARP modules is
undocumented. Standard way how to filter packets or change their
contents is NDIS IM or filter driver. For what reason do you need custom
ARP module?
Best regards,
Michal Vodicka
STMicroelectronics Design and Application s.r.o. [michal.vodicka@st.com,
http:://www.st.com]
> ----------
> From: xxxxx@bezeqint.net[SMTP:xxxxx@bezeqint.net]
> Reply To: xxxxx@lists.osr.com
> Sent: Tuesday, January 14, 2003 11:19 PM
> To: xxxxx@lists.osr.com
> Subject: [ntdev] wanarp.sys and LLInterface
>
> Hello all,
>
> I’m looking for information on how to implements my own arp module
> that will replace the default arp module, like wanarp.sys in dial-up
> connection.
>
> Any help would be appreciated,
> Guy
>
> —
> You are currently subscribed to ntdev as: michal.vodicka@st.com To
> unsubscribe send a blank email to xxxxx@lists.osr.com
>
—
You are currently subscribed to ntdev as: xxxxx@bezeqint.net To
unsubscribe send a blank email to xxxxx@lists.osr.com
—
You are currently subscribed to ntdev as: xxxxx@storagecraft.com To
unsubscribe send a blank email to xxxxx@lists.osr.com
—
You are currently subscribed to ntdev as: xxxxx@bezeqint.net To
unsubscribe send a blank email to xxxxx@lists.osr.com