#include "interface.h"
#include "extract.h"
+static const char tstr[] = "[|syslog]";
+
/*
* tokenlists and #defines taken from Ethereal - Network traffic analyzer
TCHECK2(*(pptr+msg_off), 1);
}
if (*(pptr+msg_off) != '>') {
- printf("[|syslog]");
+ printf("%s", tstr);
return;
}
msg_off++;
} else {
- printf("[|syslog]");
+ printf("%s", tstr);
return;
}
return;
trunc:
- printf("[|syslog]");
+ printf("%s", tstr);
}