aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipv6.h
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@itojun.org>2001-06-26 17:31:36 +0000
committerJun-ichiro itojun Hagino <itojun@itojun.org>2001-06-26 17:31:36 +0000
commit3242b12d40b5300269c62fb8c32c3bc992a208d4 (patch)
treed14621e6d8ae898804278fb37b5ce6e730fce8e6 /packet-ipv6.h
parent43d40e561c0c433f265d420881065d87aff5ceb9 (diff)
indentation consistencies.
svn path=/trunk/; revision=3608
Diffstat (limited to 'packet-ipv6.h')
-rw-r--r--packet-ipv6.h34
1 files changed, 1 insertions, 33 deletions
diff --git a/packet-ipv6.h b/packet-ipv6.h
index e2cc779910..10cfefd965 100644
--- a/packet-ipv6.h
+++ b/packet-ipv6.h
@@ -1,7 +1,7 @@
/* packet-ipv6.h
* Definitions for IPv6 packet disassembly
*
- * $Id: packet-ipv6.h,v 1.22 2001/06/01 23:53:49 itojun Exp $
+ * $Id: packet-ipv6.h,v 1.23 2001/06/26 17:31:36 itojun Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -160,38 +160,6 @@ struct ip6_dest {
#define BA_NO_HA 137 /* Not home agent for this mobile node */
#define BA_DUPL_ADDR 138 /* Duplicate Address Detection failed */
-/* Binding Update flag description */
-static const true_false_string ipv6_mipv6_bu_a_flag_value =
-{
- "Binding Acknowledgement requested",
- "Binding Acknowledgement not requested"
-};
-static const true_false_string ipv6_mipv6_bu_h_flag_value =
-{
- "Home Registration",
- "No Home Registration"
-};
-static const true_false_string ipv6_mipv6_bu_r_flag_value =
-{
- "Router",
- "Not a Router"
-};
-static const true_false_string ipv6_mipv6_bu_d_flag_value =
-{
- "Perform Duplicate Address Detection",
- "Do not perform Duplicate Address Detection"
-};
-static const true_false_string ipv6_mipv6_bu_m_flag_value =
-{
- "MAP Registration",
- "No MAP Registration"
-};
-static const true_false_string ipv6_mipv6_bu_b_flag_value =
-{
- "Request for bicasting",
- "Do not request for bicasting"
-};
-
/* Routing header */
struct ip6_rthdr {
guint8 ip6r_nxt; /* next header */