summaryrefslogtreecommitdiff
path: root/packet-isis-snp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-02 00:19:34 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-02 00:19:34 +0000
commit7ee4a188045b5be59fc12a387437384b03293d70 (patch)
tree4a17b6f0efc2b6b2e48459cfbbd5362e6c1dce43 /packet-isis-snp.h
parent6bdba27db55ea1743ef4e89ebd4a28b00fcbe06d (diff)
downloadwireshark-7ee4a188045b5be59fc12a387437384b03293d70.tar.gz
Tvbuffified ISIS dissector, from Ronnie Sahlberg.
svn path=/trunk/; revision=3626
Diffstat (limited to 'packet-isis-snp.h')
-rw-r--r--packet-isis-snp.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/packet-isis-snp.h b/packet-isis-snp.h
index e83a6c215d..05b02f63c1 100644
--- a/packet-isis-snp.h
+++ b/packet-isis-snp.h
@@ -1,7 +1,7 @@
/* packet-isis-snp.h
* Defines and such for CSNP, PSNP, and their payloads
*
- * $Id: packet-isis-snp.h,v 1.2 2000/06/19 08:33:50 guy Exp $
+ * $Id: packet-isis-snp.h,v 1.3 2001/07/02 00:19:34 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -66,9 +66,11 @@
* Published API functions. NOTE, this are "local" API functions and
* are only valid from with isis decodes.
*/
-extern void isis_dissect_isis_csnp(int type, int header_length, int id_length,
- const u_char *pd, int offset, frame_data *fd, proto_tree *tree);
-extern void isis_dissect_isis_psnp(int type, int header_length, int id_length,
- const u_char *pd, int offset, frame_data *fd, proto_tree *tree);
+extern void isis_dissect_isis_csnp(tvbuff_t *tvb, packet_info *pinfo,
+ proto_tree *tree, int offset,
+ int type, int header_length, int id_length);
+extern void isis_dissect_isis_psnp(tvbuff_t *tvb, packet_info *pinfo,
+ proto_tree *tree, int offset,
+ int type, int header_length, int id_length);
#endif /* _PACKET_ISIS_CSNP_H */