|
|
@ -133,8 +133,8 @@ CREATE OR REPLACE VIEW view_log AS |
|
|
orig_l4_dport, |
|
|
orig_l4_dport, |
|
|
orig_raw_pktlen as orig_bytes, |
|
|
orig_raw_pktlen as orig_bytes, |
|
|
orig_raw_pktcount as orig_pktcount, |
|
|
orig_raw_pktcount as orig_pktcount, |
|
|
reply_ip_saddr_str as replyin_ip_saddr, |
|
|
reply_ip_saddr_str as reply_ip_saddr, |
|
|
reply_ip_daddr_str as replyin_ip_daddr, |
|
|
reply_ip_daddr_str as reply_ip_daddr, |
|
|
reply_ip_protocol, |
|
|
reply_ip_protocol, |
|
|
ip_proto2.proto_name as reply_ip_proto_name, |
|
|
ip_proto2.proto_name as reply_ip_proto_name, |
|
|
reply_l4_sport, |
|
|
reply_l4_sport, |
|
|
|