aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-hello.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-hello.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-hello.h')
-rw-r--r--packet-isis-hello.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-isis-hello.h b/packet-isis-hello.h
index d82d74c9d3..cf1f030529 100644
--- a/packet-isis-hello.h
+++ b/packet-isis-hello.h
@@ -1,7 +1,7 @@
/* packet-isis-hello.h
* Declares for hello handling inside isis.
*
- * $Id: packet-isis-hello.h,v 1.4 2001/06/23 19:45:12 guy Exp $
+ * $Id: packet-isis-hello.h,v 1.5 2001/07/02 00:19:34 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -97,7 +97,7 @@
* Published API functions. NOTE, this are "local" API functions and
* are only valid from with isis decodes.
*/
-extern void isis_dissect_isis_hello(int hello_type, int header_length,
- int id_length, const u_char *pd, int offset, frame_data *fd,
- proto_tree *tree);
+extern void isis_dissect_isis_hello(tvbuff_t *tvb, packet_info *pinfo,
+ proto_tree *tree, int offset,
+ int hello_type, int header_length,int id_length);
#endif /* _PACKET_ISIS_HELLO_H */