gamelinux / passivedns

A network sniffer that logs all DNS server replies for use in a passive DNS setup
http://gamelinux.org/
1.67k stars 372 forks source link

Added support for custom logfile delimiter #25

Closed wkcaj closed 11 years ago

wkcaj commented 11 years ago

I've added a command line option to specify a custom delimiter other than "||" (useful for importing into tools which don't support multi-char delimiters).

gamelinux commented 11 years ago

My plan is to customize the output a lot more then just be able to change the delimiter. You should be able to write the output just as you want and to be able to simulate other formats as far as one can, so one can use existing tools, instead of needing to change the tools people have already. Thanks for the patch, and for acknowledge that there is a need for a way to customize the output :)

gamelinux commented 11 years ago

Closing this issue, and opening a new one #26