wpcapslip6 now works on Windows XP too (not only Vista or 7).
Added function for IP packet processing, that performs a translation of link layer addresses inside IPv6 NAs from EUI-64 into EUI-48 format.
This commit is contained in:
parent
cb29a9c667
commit
dcd22c99a1
6 changed files with 356 additions and 15 deletions
6
tools/stm32w/wpcapslip6/ip-process.h
Normal file
6
tools/stm32w/wpcapslip6/ip-process.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef IP_PROCESS_H
|
||||
#define IP_PROCESS_H
|
||||
|
||||
u16_t ip_process(unsigned char *buf, unsigned int len);
|
||||
|
||||
#endif /* IP_PROCESS_H */
|
Loading…
Add table
Add a link
Reference in a new issue