aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-03-13 15:02:17 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-03-13 15:02:17 +0000
commit1d74daaec33fa972e4bf6f408a02e32700299f55 (patch)
tree2a86ce4a003adaf595ec21629570a5a9b0bb6a1c
parent22a41b99f120fb58f1328f2989e73e726ff55189 (diff)
Remove unused bgp_route_refresh struct
svn path=/trunk/; revision=48278
-rw-r--r--epan/dissectors/packet-bgp.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/epan/dissectors/packet-bgp.c b/epan/dissectors/packet-bgp.c
index 7d92bd7857..2a03c45d90 100644
--- a/epan/dissectors/packet-bgp.c
+++ b/epan/dissectors/packet-bgp.c
@@ -88,17 +88,6 @@
#define BGP_CAPABILITY 6
#define BGP_ROUTE_REFRESH_CISCO 0x80
-
-/* BGP ROUTE-REFRESH message */
-struct bgp_route_refresh {
- guint8 bgpr_marker[BGP_MARKER_SIZE];
- guint16 bgpr_len;
- guint8 bgpr_type;
- guint16 bgpr_afi;
- guint8 bgpr_reserved;
- guint8 bgpr_safi;
-};
-
#define BGP_SIZE_OF_PATH_ATTRIBUTE 2