X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/64e53f90cad4d7c7126ea709e215c140624b1dac..b1c65c20a77b02a8aefab6744f8947000629d1ea:/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