902aa402b3830b9c9aa26758390b6eb93b42a0f5
Stefan Schuermans added file headers

Stefan Schuermans authored 12 years ago

1) /* MIPS I system
Stefan Schuermans replace email address in he...

Stefan Schuermans authored 12 years ago

2)  * Copyright 2011-2012 Stefan Schuermans <stefan@blinkenarea.org>
Stefan Schuermans added file headers

Stefan Schuermans authored 12 years ago

3)  * Copyleft GNU public license V2 or later
4)  *          http://www.gnu.org/copyleft/gpl.html
5)  */
6) 
Stefan Schuermans implemented IP + ICMP, fixe...

Stefan Schuermans authored 12 years ago

7) #include "checksum.h"
8) #include "ethernet.h"
9) #include "icmp.h"
10) #include "ip.h"
11) #include "macros.h"
12) #include "nethelp.h"
13) 
14) /**
15)  * @brief send an ICMP packet
16)  * @param[in] ptr pointer to data of packet
17)  * @param[in] sz size of packet
18)  *
Stefan Schuermans handle padding to minimum e...

Stefan Schuermans authored 12 years ago

19)  * ptr must point to a icmp_packet