diff options
author | Luca Deri <deri@ntop.org> | 2015-11-26 23:53:21 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2015-11-26 23:53:21 +0100 |
commit | 80171b7c541d6496aa5a9743e47ceff7767d8fa0 (patch) | |
tree | 9781999bd3006ec1d2568757756d684e6b9869f1 /src | |
parent | cb68d4d00a22f6c367b4b18a35bd827ae2609d09 (diff) |
Removed warning
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index c06d627f7..5ce848841 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -105,7 +105,7 @@ struct ndpi_chdlc u_int8_t addr; /* 0x0F (Unicast) - 0x8F (Broadcast) */ u_int8_t ctrl; /* always 0x00 */ u_int16_t proto_code; /* protocol type (e.g. 0x0800 IP) */ -}; PACK_OFF +} PACK_OFF; /* SLARP - Serial Line ARP http://tinyurl.com/qa54e95 */ PACK_ON |