Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move some stuff that tried to make up for system headers from print-tcp.c | fenner | 2001-05-09 | 1 | -7/+12 |
* | C bitfields are no longer being used to extract bit fields from the IP | guy | 2000-10-03 | 1 | -24/+1 |
* | fix mistake in bitfield conversion | itojun | 2000-10-03 | 1 | -3/+3 |
* | always use u_intXX_t for protocol format declaration. char/short/int may not | itojun | 2000-10-03 | 1 | -11/+11 |
* | do not use integer bitfield when we care about the resulting member size. | itojun | 2000-10-03 | 1 | -9/+3 |
* | Declare bitfields as "u_int", not "u_char"; ANSI C doesn't guarantee | guy | 2000-09-29 | 1 | -3/+3 |
* | Add an "ip.h" header, to declare the IP stuff needed by dissectors, and | guy | 2000-09-23 | 1 | -1/+24 |
* | Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff needed | guy | 2000-09-23 | 1 | -0/+81 |