X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/0aef9cda5781e238251b7b252efe11e163250e48..5c2fc51b165ff138acea0ee9589dbc17c99b20d0:/print-syslog.c diff --git a/print-syslog.c b/print-syslog.c index 87ce1dc7..2d481815 100644 --- a/print-syslog.c +++ b/print-syslog.c @@ -14,7 +14,6 @@ * FOR A PARTICULAR PURPOSE. */ -#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -79,9 +78,9 @@ void syslog_print(netdissect_options *ndo, register const u_char *pptr, register u_int len) { - u_int16_t msg_off = 0; - u_int16_t pri = 0; - u_int16_t facility,severity; + uint16_t msg_off = 0; + uint16_t pri = 0; + uint16_t facility,severity; /* extract decimal figures that are * encapsulated within < > tags