aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2018-12-25 17:53:51 +0000
committerAnders Broman <a.broman58@gmail.com>2018-12-26 07:37:42 +0000
commit767089c200fc022838d15300137d42d3ae0b829c (patch)
tree637f4b12e6de137da5989f394ae02eded6fe977b /epan
parent90faa6bb25f33c5e6e2f730239849841ec38b15e (diff)
Make dissect_srt_control_packet() static.
It's not used outside this file, and isn't declared in any header file. Change-Id: I5b2e7600188bd25333fb85eed21ac41737794988 Reviewed-on: https://code.wireshark.org/review/31200 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-srt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-srt.c b/epan/dissectors/packet-srt.c
index 51fb857974..29efe9cee1 100644
--- a/epan/dissectors/packet-srt.c
+++ b/epan/dissectors/packet-srt.c
@@ -465,7 +465,7 @@ static void format_text_reorder_32(proto_tree* tree, tvbuff_t* tvb, int hfinfo,
/* Code to actually dissect the packets
*
*/
-void
+static void
dissect_srt_control_packet(tvbuff_t *tvb, packet_info* pinfo,
proto_tree *tree, proto_item *srt_item)
{