goldsimon
|
321ac573ce
|
Adapted to new config option LWIP_ETHERNET
|
2009-12-27 11:46:05 +00:00 |
|
goldsimon
|
2e84b2ba2b
|
MSVC packetlib adapter: added the possibility to select adapter via GUID (instead of index, which can change); added some deallocations on error; printing adapter names when listing adapters
|
2009-12-04 08:18:07 +00:00 |
|
goldsimon
|
6ce49364c5
|
Added many missing includes to <string.h>
|
2009-08-11 14:34:28 +00:00 |
|
goldsimon
|
9e4a33112b
|
No need to allocate a PBUF_LINK for incoming packets, PBUF_RAW is enough
|
2009-02-18 16:57:07 +00:00 |
|
goldsimon
|
5f05529a22
|
pkdrv/if: fixed check for invalid adapter_num, added assert if netif can't be initialized
|
2008-11-24 17:34:18 +00:00 |
|
goldsimon
|
2977846356
|
Changed MAC address settings of win32 port (MAC address to use has to be defined in lwipcfg_msvc.h)
|
2008-07-10 19:18:38 +00:00 |
|
fbernon
|
f084d2fca0
|
contrib/ports/win32: Fix NOTIFY_LINKSTATE macro.
|
2008-06-03 10:10:28 +00:00 |
|
fbernon
|
85c2c164cc
|
contrib/apps/rtp: add a rtp sample to be able to test lwip's multicast features.
|
2008-04-26 10:53:32 +00:00 |
|
fbernon
|
1d6a981479
|
Minor changes (move a trace, add some explicit options in lwipopts.h).
|
2007-12-31 13:29:28 +00:00 |
|
fbernon
|
1e68e75581
|
Add LWIP_NETIF_STATUS_CALLBACK and LWIP_NETIF_LINK_CALLBACK use in Win32 port.
|
2007-12-23 14:28:38 +00:00 |
|
goldsimon
|
95e5598039
|
support multiple interfaces
|
2007-12-04 21:17:38 +00:00 |
|
goldsimon
|
d0fee92fe2
|
Changed pktif.c/pktdrv.c implementation to remove global variables -> more than one adapter can be used (needed to test DHCP on multiple adapters); added DHCP support; initialize loopif before ethernetif (little bit faster since netif_list starts with ethernetif)
|
2007-12-03 20:34:18 +00:00 |
|
fbernon
|
45a22d7a2a
|
Minor changes: coding style and typo
|
2007-12-02 17:47:43 +00:00 |
|
goldsimon
|
4c51f02bcf
|
low_level_input: allow multicast traffic, filter out feedback packets (with src MAC == my MAC - limitation in winpcap); use LINK_STATS_INC instead of #if LINK_STATS
|
2007-12-02 15:30:46 +00:00 |
|
fbernon
|
8243283528
|
Add win32 port (for msvc6, msvc8, and others)
|
2007-11-23 21:06:07 +00:00 |
|