aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@itojun.org>1999-11-11 21:08:52 +0000
committerJun-ichiro itojun Hagino <itojun@itojun.org>1999-11-11 21:08:52 +0000
commit1d554ab6c9ab6d5383f02f7b10bd775bda8fcefc (patch)
treeeb893f633e76fe6433b78f3aef99071762156fc2 /packet.h
parent4020918fa4ce950de6dffaee301772f1a2c1d501 (diff)
bgp improvements.
- a few more tree types - RFC1771 NLRI printed on advertisements - AS_PATH parsing - lots of small cleanup on printing "byte" vs "bytes" From: Greg Hankins <gregh@cc.gatech.edu> svn path=/trunk/; revision=1015
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 7524296383..526af23b3f 100644
--- a/packet.h
+++ b/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.134 1999/11/11 08:35:10 guy Exp $
+ * $Id: packet.h,v 1.135 1999/11/11 21:08:52 itojun Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -285,7 +285,11 @@ enum {
ETT_BGP_NOTIFICATION,
ETT_BGP_ATTRS,
ETT_BGP_ATTR,
+ ETT_BGP_ATTR_FLAGS,
+ ETT_BGP_UNFEAS,
ETT_BGP_NLRI,
+ ETT_BGP_MP_REACH_NLRI,
+ ETT_BGP_MP_UNREACH_NLRI,
ETT_CLNP,
ETT_COTP,
ETT_VINES_FRP,