summaryrefslogtreecommitdiff
path: root/test/captures
diff options
context:
space:
mode:
authorHadriel Kaplan <hadrielk@yahoo.com>2014-03-10 01:54:51 -0400
committerAnders Broman <a.broman58@gmail.com>2014-03-14 07:29:15 +0000
commit04c39bb0972bac1f95eb9394b5ca1086f19c0d93 (patch)
tree62171e4584b86bb746d6a73181eb7627a15b9e44 /test/captures
parenta59ac1bd10d29d05ca5cd657b7c64ab13a08670d (diff)
downloadwireshark-04c39bb0972bac1f95eb9394b5ca1086f19c0d93.tar.gz
Add Lua heuristic dissector support
This adds the ability for Lua scripts to register heuristic dissectors for any protocol that has registered a heuristic dissector list, such as UDP, TCP, and ~50 others. The Lua function can also establish a conversation tied to its Proto dissector, to avoid having to check the heuristics for the same flow. The example dissector in the testsuite has also been enhanced to include a heuristic dissector, to verify the functionality and provide an example implementation. Change-Id: Ie232602779f43d3418fe8db09c61d5fc0b59597a Reviewed-on: https://code.wireshark.org/review/576 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'test/captures')
-rw-r--r--test/captures/dns_port.pcapbin671 -> 1318 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/test/captures/dns_port.pcap b/test/captures/dns_port.pcap
index 73bff58172..c19a79c8c9 100644
--- a/test/captures/dns_port.pcap
+++ b/test/captures/dns_port.pcap
Binary files differ