aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bgp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-17 21:25:13 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-17 21:25:13 +0000
commitaa1b532612bbb529d59b592970fb7078ab406f1c (patch)
treeab41c984b9e5dd1c56baf97648f367a42daedfce /packet-bgp.h
parent4694e6b0d8f5d52bfca5d6b7367cf19fc9e2e869 (diff)
Tvbuffified by Heikki Vatiainen.
svn path=/trunk/; revision=3317
Diffstat (limited to 'packet-bgp.h')
-rw-r--r--packet-bgp.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/packet-bgp.h b/packet-bgp.h
index 94a6f86ae7..1131306a61 100644
--- a/packet-bgp.h
+++ b/packet-bgp.h
@@ -1,7 +1,7 @@
/* packet-bgp.c
* Definitions for BGP packet disassembly structures and routine
*
- * $Id: packet-bgp.h,v 1.10 2000/12/25 05:28:40 itojun Exp $
+ * $Id: packet-bgp.h,v 1.11 2001/04/17 21:25:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -150,12 +150,6 @@ struct bgp_attr {
#define AFNUM_BANYAN 14
#define AFNUM_E164NSAP 15
-#define CHECK_SIZE(x, s, l) \
-do { \
- if ((x) + (s) > (l)) \
- return; \
-} while (0)
-
#ifndef offsetof
#define offsetof(type, member) ((size_t)(&((type *)0)->member))
#endif