aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-20 18:57:17 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-20 18:57:17 +0200
commite512e3fd2f74c099046b0ac4261f60ef5a69094d (patch)
tree6634a18e008fc371854663437ce38a300fc55e5b
parent7220ca97786e1a6a9eae23b515a926929a172004 (diff)
lua: Fix the indenting of the file
-rw-r--r--openbsc/contrib/a-link/sccp-split-by-con.lua2
1 files changed, 1 insertions, 1 deletions
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")