From ceb8d954d25211d5cb4766ece277c15aa53578d5 Mon Sep 17 00:00:00 2001 From: Hadriel Kaplan Date: Sun, 25 Jan 2015 14:30:13 -0500 Subject: Lua: Expose tcp_dissect_pdus() to Lua Provide a way for Lua-based dissectors to invoke tcp_dissect_pdus() to make TCP-based dissection easier. Bug: 9851 Change-Id: I91630ebf1f1fc1964118b6750cc34238e18a8ad3 Reviewed-on: https://code.wireshark.org/review/6778 Reviewed-by: Alexis La Goutte Reviewed-by: Hadriel Kaplan Tested-by: Hadriel Kaplan --- epan/dissectors/packet-hartip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-hartip.c') diff --git a/epan/dissectors/packet-hartip.c b/epan/dissectors/packet-hartip.c index c1930072c5..72e768849f 100644 --- a/epan/dissectors/packet-hartip.c +++ b/epan/dissectors/packet-hartip.c @@ -925,7 +925,8 @@ dissect_hartip_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, } static guint -get_dissect_hartip_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset) +get_dissect_hartip_len(packet_info *pinfo _U_, tvbuff_t *tvb, + int offset, void *data _U_) { return tvb_get_ntohs(tvb, offset+6); } -- cgit v1.2.3