From e512e3fd2f74c099046b0ac4261f60ef5a69094d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 20 Oct 2010 18:57:17 +0200 Subject: lua: Fix the indenting of the file --- openbsc/contrib/a-link/sccp-split-by-con.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/contrib/a-link/sccp-split-by-con.lua b/openbsc/contrib/a-link/sccp-split-by-con.lua index d6c4dc5b5..51ca4ef07 100644 --- a/openbsc/contrib/a-link/sccp-split-by-con.lua +++ b/openbsc/contrib/a-link/sccp-split-by-con.lua @@ -2,7 +2,7 @@ do local function init_listener() print("CREATED LISTENER") - local tap = Listener.new("ip", "sccp && (ip.src == 172.16.1.81 || ip.dst == 172.16.1.81)") + local tap = Listener.new("ip", "sccp && (ip.src == 172.16.1.81 || ip.dst == 172.16.1.81)") local sccp_type_field = Field.new("sccp.message_type") local sccp_src_field = Field.new("sccp.slr") local sccp_dst_field = Field.new("sccp.dlr") -- cgit v1.2.3