diff options
Diffstat (limited to 'epan/dissectors/packet-bfd.h')
-rw-r--r-- | epan/dissectors/packet-bfd.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bfd.h b/epan/dissectors/packet-bfd.h new file mode 100644 index 00000000..51b8c6ab --- /dev/null +++ b/epan/dissectors/packet-bfd.h @@ -0,0 +1,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 |