I'm using ulog for this very thing, it's pretty neat. It logs the packets into a mysql (or PostgreSQL) database and then uses a php interface to display the info a very friendly way. The problem of course, is that if you are not already running a mysql server and an apache server, you have to start them up. Running these two servers just for this program does seem to a little silly. Still I've been really happy with the ease that I can view my logs. Beats the heck outa looking through the text log!
Here are some links to check out: ulog-php ulogd
I'm using ulog for this very thing, it's pretty neat. It logs the packets into a mysql (or PostgreSQL) database and then uses a php interface to display the info a very friendly way. The problem of course, is that if you are not already running a mysql server and an apache server, you have to start them up. Running these two servers just for this program does seem to a little silly. Still I've been really happy with the ease that I can view my logs. Beats the heck outa looking through the text log!
Here are some links to check out:
ulog-php
ulogd