private static final String RST_SENT = "rst_sent";
private final NetworkService networkService;
protected TCPPacketsExpression(NetworkService networkService) {
super(new ColumnIdent(NodeNetworkExpression.NAME,
ImmutableList.of(NodeNetworkTCPExpression.NAME, NAME)));
this.networkService = networkService;
addChildImplementations();
}