summaryrefslogtreecommitdiff
path: root/epan/packet.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2017-01-22 09:01:33 -0800
committerAnders Broman <a.broman58@gmail.com>2017-01-28 03:53:09 +0000
commit1bfa581529e8edcaeaf842a87726ad6734d72292 (patch)
tree06e6bde8a5e6e513b71bfbe52f800cde3e681464 /epan/packet.h
parent01ddd93a7296b54a2048de74691984a7e78e4cb9 (diff)
downloadwireshark-1bfa581529e8edcaeaf842a87726ad6734d72292.tar.gz
Snort: add a preference to show alert in reassembled frame
Change-Id: Ia29d451857995b186c88193c9722ae156eb3f66d Reviewed-on: https://code.wireshark.org/review/19729 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 5c128d5f4c..9d4efaf02d 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -696,6 +696,7 @@ WS_DLL_PUBLIC void remove_last_data_source(packet_info *pinfo);
struct data_source;
WS_DLL_PUBLIC char *get_data_source_name(const struct data_source *src);
WS_DLL_PUBLIC tvbuff_t *get_data_source_tvb(const struct data_source *src);
+WS_DLL_PUBLIC tvbuff_t *get_data_source_tvb_by_name(packet_info *pinfo, const char *name);
/*
* Free up a frame's list of data sources.