Index: packetbl.c ================================================================== --- packetbl.c +++ packetbl.c @@ -76,14 +76,14 @@ # define PBL_ERRSTR "" #define DEBUG(x, y) if (conf.debug >= x) { printf(y "\n"); } struct packet_info { - unsigned short int b1; - unsigned short int b2; - unsigned short int b3; - unsigned short int b4; + uint8_t b1; + uint8_t b2; + uint8_t b3; + uint8_t b4; int s_port; int d_port; int flags;