aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-10-12 23:12:06 +0000
committerGuy Harris <guy@alum.mit.edu>1999-10-12 23:12:06 +0000
commit66d84f10933b9b897ff7172c37d2e9c393f5b7b4 (patch)
treee19527d829b9757011690334f702f7a3a19f9949 /packet.h
parentd92cf5c84bcfc7ca4b4fbc1f7f75c3a38e5e4e71 (diff)
Jun-ichiro itojun Hagino's changes for IPv6 extension header decoding
and RIPng decoding. svn path=/trunk/; revision=818
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 63508ff4d1..a92f7e6a53 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.104 1999/10/12 06:20:22 gram Exp $
+ * $Id: packet.h,v 1.105 1999/10/12 23:12:03 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -497,6 +497,7 @@ void dissect_icp(const u_char *,int, frame_data *, proto_tree *);
void dissect_isakmp(const u_char *, int, frame_data *, proto_tree *);
void dissect_radius(const u_char *, int, frame_data *, proto_tree *);
void dissect_rip(const u_char *, int, frame_data *, proto_tree *);
+void dissect_ripng(const u_char *, int, frame_data *, proto_tree *);
void dissect_rsvp(const u_char *, int, frame_data *, proto_tree *);
void dissect_rtsp(const u_char *, int, frame_data *, proto_tree *);
void dissect_sdp(const u_char *, int, frame_data *, proto_tree *);