blob: 51b8c6ab77c05226f864bf1d74af18c1a0529546 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* packet-bfd.h
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_BFD_H
#define PACKET_BFD_H
void dissect_bfd_mep (tvbuff_t *tvb, proto_tree *tree, const int hfindex);
#endif
|