summaryrefslogtreecommitdiff
path: root/packet-vines.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-04-16 21:37:07 +0000
committerGuy Harris <guy@alum.mit.edu>2000-04-16 21:37:07 +0000
commit4179944c14ac8026099f6416fa80421a29c673b8 (patch)
treed2e0f56a8fdd66d1333dfb17e47b5f53d0181a7a /packet-vines.h
parenta5719d144800a2b27e98efa3edeafb640d2926ae (diff)
downloadwireshark-4179944c14ac8026099f6416fa80421a29c673b8.tar.gz
Register a "ppp.protocol" dissector table for PPP, and have dissectors
for protocols that run inside PPP register themselves with it using "dissector_add()". svn path=/trunk/; revision=1869
Diffstat (limited to 'packet-vines.h')
-rw-r--r--packet-vines.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/packet-vines.h b/packet-vines.h
index baf1579765..ec0fb9c88a 100644
--- a/packet-vines.h
+++ b/packet-vines.h
@@ -1,7 +1,7 @@
/* packet-vines.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet-vines.h,v 1.4 2000/02/15 21:03:25 gram Exp $
+ * $Id: packet-vines.h,v 1.5 2000/04/16 21:37:07 guy Exp $
*
* Don Lafontaine <lafont02@cn.ca>
*
@@ -39,14 +39,7 @@
#define __PACKETVINES_H__
void capture_vines(const u_char *, int, packet_counts *);
-void dissect_vines(const u_char *, int, frame_data *, proto_tree *);
-void dissect_vines_arp(const u_char *, int, frame_data *, proto_tree *);
void dissect_vines_frp(const u_char *, int, frame_data *, proto_tree *);
-void dissect_vines_icp(const u_char *, int, frame_data *, proto_tree *);
-void dissect_vines_ipc(const u_char *, int, frame_data *, proto_tree *);
-void dissect_vines_rtp(const u_char *, int, frame_data *, proto_tree *);
-void dissect_vines_spp(const u_char *, int, frame_data *, proto_tree *);
-
/* VINES IP structs and definitions */