#define SYSLOG_SEVERITY_MASK 0x0007 /* 0000 0000 0000 0111 */
#define SYSLOG_FACILITY_MASK 0x03f8 /* 0000 0011 1111 1000 */
#define SYSLOG_SEVERITY_MASK 0x0007 /* 0000 0000 0000 0111 */
#define SYSLOG_FACILITY_MASK 0x03f8 /* 0000 0011 1111 1000 */
/* extract decimal figures that are
* encapsulated within < > tags
* based on this decimal figure extract the
/* extract decimal figures that are
* encapsulated within < > tags
* based on this decimal figure extract the
/* print the syslog text in verbose mode */
for (; msg_off < len; msg_off++) {
ND_TCHECK_1(pptr + msg_off);
/* print the syslog text in verbose mode */
for (; msg_off < len; msg_off++) {
ND_TCHECK_1(pptr + msg_off);