aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-01-07 21:24:23 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-01-07 21:24:23 +0000
commit8959e6f7666b3e5e589543d133b55711479fa2e7 (patch)
tree27a55a014d825303fa3487996b47f107c2ac826e /epan/wslua/wslua.h
parent485ba80ea98bb15fcbef7f6526da5b3f6fb19418 (diff)
From Balint Reczey (bug 2146):
Make it possible to write Lua dissectors that use TCP reassembly. svn path=/trunk/; revision=24026
Diffstat (limited to 'epan/wslua/wslua.h')
-rw-r--r--epan/wslua/wslua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/wslua.h b/epan/wslua/wslua.h
index ec19f03b7c..79985fa467 100644
--- a/epan/wslua/wslua.h
+++ b/epan/wslua/wslua.h
@@ -342,7 +342,7 @@ extern lua_State* wslua_state(void);
extern gboolean wslua_optbool(lua_State* L, int n, gboolean def);
extern const gchar* lua_shiftstring(lua_State* L,int idx);
-extern void dissect_lua(tvbuff_t* tvb, packet_info* pinfo, proto_tree* tree);
+extern int dissect_lua(tvbuff_t* tvb, packet_info* pinfo, proto_tree* tree);
extern void proto_register_lua(void);
extern GString* lua_register_all_taps(void);