aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-snp.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-02 00:19:34 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-02 00:19:34 +0000
commit67494f2698f79e3abcc8b805fdacd594a0a9a9b4 (patch)
tree4a17b6f0efc2b6b2e48459cfbbd5362e6c1dce43 /packet-isis-snp.h
parent82f5673549009187f8f7ee587611d49a1bec0c64 (diff)
Tvbuffified ISIS dissector, from Ronnie Sahlberg.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3626 f5534014-38df-0310-8fa8-9805f1628bb7
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 */