X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/4897ef8972d1cff73d39abf282e85d253dd119f2..d37d419ffa419911d0488f50f65a77b1f8ecacce:/Demos/Device/RNDISEthernet/Lib/ICMP.c?ds=inline diff --git a/Demos/Device/RNDISEthernet/Lib/ICMP.c b/Demos/Device/RNDISEthernet/Lib/ICMP.c index ba6e1db68..ee87f8383 100644 --- a/Demos/Device/RNDISEthernet/Lib/ICMP.c +++ b/Demos/Device/RNDISEthernet/Lib/ICMP.c @@ -40,6 +40,7 @@ /** Processes an ICMP packet inside an Ethernet frame, and writes the appropriate response * to the output Ethernet frame if the host is issuing a ICMP ECHO request. * + * \param FrameIN Pointer to the incomming Ethernet frame information structure * \param InDataStart Pointer to the start of the incoming packet's ICMP header * \param OutDataStart Pointer to the start of the outgoing packet's ICMP header *