#!/usr/local/bin/python

import trafstq

sqlexpr="select sum(bytes) from dump where src like '192.168.1.%'"

print trafstq.show_in_html_table( sqlexpr,
 'SUM of bytes:bytes' )
