aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@itojun.org>1999-10-15 05:30:43 +0000
committerJun-ichiro itojun Hagino <itojun@itojun.org>1999-10-15 05:30:43 +0000
commit33d11fff97631cf0663dcb47788f1b24d3dc5316 (patch)
treeba3b2fb56787bf9d5769da392028b168cefde6da /packet.h
parent45ca99c55b0be82ef9f7c607c8c890eea2cb0a1d (diff)
IPComp (RFC2393) decoding.
svn path=/trunk/; revision=838
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 5e52a2038a..768cfe5efa 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.110 1999/10/14 05:41:31 itojun Exp $
+ * $Id: packet.h,v 1.111 1999/10/15 05:30:43 itojun Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -262,6 +262,7 @@ enum {
ETT_TFTP,
ETT_AH,
ETT_ESP,
+ ETT_IPCOMP,
ETT_ICMPv6,
ETT_ICMPv6OPT,
ETT_ICMPv6FLAG,
@@ -481,6 +482,7 @@ void dissect_icmp(const u_char *, int, frame_data *, proto_tree *);
void dissect_icmpv6(const u_char *, int, frame_data *, proto_tree *);
void dissect_igmp(const u_char *, int, frame_data *, proto_tree *);
void dissect_ip(const u_char *, int, frame_data *, proto_tree *);
+void dissect_ipcomp(const u_char *, int, frame_data *, proto_tree *);
void dissect_ipp(const u_char *, int, frame_data *, proto_tree *);
void dissect_ipv6(const u_char *, int, frame_data *, proto_tree *);
void dissect_ipx(const u_char *, int, frame_data *, proto_tree *);