3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 #include <wireshark.h>
17 } ws_services_proto_t
;
22 const char *description
;
23 } ws_services_entry_t
;
25 ws_services_entry_t
const *
26 global_services_lookup(uint16_t value
, ws_services_proto_t proto
);
29 global_services_dump(FILE *fp
);