Include "conversation.h", as the plugin API now includes the routines to
[obnox/wireshark/wip.git] / packet-bgp.h
index fc8146fdeb24c57b4d6261da4acea1f31fa1086f..a549b6a97aa95af3b04995d9ce292820b73d2bfb 100644 (file)
@@ -1,10 +1,10 @@
 /* packet-bgp.c
  * Definitions for BGP packet disassembly structures and routine
  *
- * $Id: packet-bgp.h,v 1.14 2001/07/08 22:59:50 guy Exp $
+ * $Id: packet-bgp.h,v 1.16 2001/11/03 21:25:12 guy Exp $
  *
  * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
@@ -109,6 +109,7 @@ struct bgp_attr {
 #define BGP_CAPABILITY_RESERVED                0   /* RFC2434 */
 #define BGP_CAPABILITY_MULTIPROTOCOL   1   /* RFC2858 */
 #define BGP_CAPABILITY_ROUTE_REFRESH   2   /* RFC2918 */
+#define BGP_CAPABILITY_COOPERATIVE_ROUTE_FILTERING     3       /* draft-ietf-idr-route-filter-04.txt */
 #define BGP_CAPABILITY_ROUTE_REFRESH_CISCO      0x80   /* Cisco */
 
 
@@ -165,23 +166,6 @@ struct bgp_attr {
 #define FORMAT_IP_LOC       0x01    /* Format IP address:AN(2bytes) */
 #define FORMAT_AS4_LOC      0x02    /* FOrmat AS(4bytes):AN(2bytes) */
 
-/* RFC1700 address family numbers */
-#define AFNUM_INET     1
-#define AFNUM_INET6    2
-#define AFNUM_NSAP     3
-#define AFNUM_HDLC     4
-#define AFNUM_BBN1822  5
-#define AFNUM_802      6
-#define AFNUM_E163     7
-#define AFNUM_E164     8
-#define AFNUM_F69      9
-#define AFNUM_X121     10
-#define AFNUM_IPX      11
-#define AFNUM_ATALK    12
-#define AFNUM_DECNET   13
-#define AFNUM_BANYAN   14
-#define AFNUM_E164NSAP 15
-
 /* RFC 2858 subsequent address family numbers */
 #define SAFNUM_UNICAST  1
 #define SAFNUM_MULCAST  2