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>
This commit is contained in:
Alexis La Goutte 2018-12-25 17:53:51 +00:00 committed by Anders Broman
parent 90faa6bb25
commit 767089c200
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{