aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vines.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-10-22 08:30:04 +0000
committerGuy Harris <guy@alum.mit.edu>1999-10-22 08:30:04 +0000
commit645acd5c15b0a09dacf11d52463a6ec4533c68de (patch)
tree62b2f5a694b12779d3df88bd9f98fc64ea923fd4 /packet-vines.h
parent5686eb0e1bcf05cf2f6aef42ff84504f1dc7e46b (diff)
Add support for Banyan Vines addresses to the code that handles the
"address" type. Use that in the Banyan Vines dissector. svn path=/trunk/; revision=913
Diffstat (limited to 'packet-vines.h')
-rw-r--r--packet-vines.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/packet-vines.h b/packet-vines.h
index e4d91503b6..83b44b729f 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.2 1998/12/29 04:05:36 gerald Exp $
+ * $Id: packet-vines.h,v 1.3 1999/10/22 08:30:04 guy Exp $
*
* Don Lafontaine <lafont02@cn.ca>
*
@@ -105,4 +105,9 @@ typedef struct _e_vsmb {
guint32 vsmb_ttw;
} e_vsmb;
+/*
+ * Routine to take a Vines address and generate a string.
+ */
+extern gchar *vines_addr_to_str(const guint8 *addrp);
+
#endif /* packet-vines.h */