2 * Routines for BGP packet disassembly
3 * (c) Copyright Ebben Aries <exa@fb.com>
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
11 #ifndef __PACKET_BGP_H__
12 #define __PACKET_BGP_H__
15 decode_bgp_rd(wmem_allocator_t
*pool
, tvbuff_t
*tvb
, int offset
);
18 dissect_bgp_path_attr(proto_tree
*subtree
, tvbuff_t
*tvb
, uint16_t path_attr_len
, unsigned tvb_off
, packet_info
*pinfo
);
23 * Editor modelines - https://www.wireshark.org/tools/modelines.html
28 * indent-tabs-mode: nil
31 * vi: set shiftwidth=4 tabstop=8 expandtab:
32 * :indentSize=4:tabSize=8:noTabs=true: