summaryrefslogtreecommitdiff
path: root/udp.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
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-5/+5
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-0/+46