blob: 973f51bb6b3ba0dc0d4a61945b652c41d8ef8b51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* packet-wccp.h
* Declarations for Cisco Web Cache Communication Protocol
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/*
* Maps service ID values to service names.
*/
extern const value_string service_id_vals[];
|