summaryrefslogtreecommitdiff
path: root/ether.h
Commit message (Expand)AuthorAgeFilesLines
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-2/+2
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-2/+2
* Some compilers may pad structures to a length that's a multiple of 2 orguy2000-10-091-8/+1
* Some compilers may pad structures to a length that's a multiple of 2 orguy2000-10-091-2/+10
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-5/+5
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-5/+1
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-0/+1
* Add definitions of Ethernet types fromguy2000-09-231-0/+61