
3 Feb
2012
3 Feb
'12
1:05 p.m.
On Thursday 19 January 2012 19:53:12 Joe Hershberger wrote:
Un-typedef IP_t, Ethernet_t, VLAN_Ethernet_t, ARP_t, ICMP_t
i'm not sure about this. i don't mind the typedefs myself and they have the advantage of already being done ... let's see what Wolfgang prefers.
The existing definition of IP_t includes UDP header, so name it to accurately describe the structure
i feel like we should split it out. drop the UDP parts from IP_t and add a new IP_UDP_t. much of the code operates on UDP packages, but not all (such as the main NetReceive func). -mike