repo.or.cz
/
wireshark-sm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git]
/
epan
/
dissectors
/
packet-bfd.h
blob
51b8c6ab77c05226f864bf1d74af18c1a0529546
1
/* packet-bfd.h
2
*
3
* Wireshark - Network traffic analyzer
4
* By Gerald Combs <gerald@wireshark.org>
5
* Copyright 1998 Gerald Combs
6
*
7
* SPDX-License-Identifier: GPL-2.0-or-later
8
*/
9
10
#ifndef PACKET_BFD_H
11
#define PACKET_BFD_H
12
13
void
dissect_bfd_mep
(
tvbuff_t
*
tvb
,
proto_tree
*
tree
,
const int
hfindex
);
14
15
#endif