types.h (ngrep-1_45) | : | types.h (ngrep-1_47) | ||
---|---|---|---|---|
/* | /* | |||
* $Id$ | ||||
* | ||||
* Because Windows standard headers are woefully inadequate for (real) | * Because Windows standard headers are woefully inadequate for (real) | |||
* network application development, and because I'm basically lazy, I | * network application development, and because I'm basically lazy, I | |||
* created this header as a container for the types ngrep needs. | * created this header as a container for the types ngrep needs. | |||
* | * | |||
* These include standard types like u*int*_t's, as well as network | * These include standard types like u*int*_t's, as well as network | |||
* protocol-specific structures and types. | * protocol-specific structures and types. | |||
*/ | */ | |||
typedef unsigned char u_int8_t; | typedef unsigned char u_int8_t; | |||
typedef unsigned short int u_int16_t; | typedef unsigned short int u_int16_t; | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 0 lines changed or added |