diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-07-02 00:19:34 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-07-02 00:19:34 +0000 |
commit | 7ee4a188045b5be59fc12a387437384b03293d70 (patch) | |
tree | 4a17b6f0efc2b6b2e48459cfbbd5362e6c1dce43 /packet-isis-hello.h | |
parent | 6bdba27db55ea1743ef4e89ebd4a28b00fcbe06d (diff) | |
download | wireshark-7ee4a188045b5be59fc12a387437384b03293d70.tar.gz wireshark-7ee4a188045b5be59fc12a387437384b03293d70.tar.bz2 wireshark-7ee4a188045b5be59fc12a387437384b03293d70.zip |
Tvbuffified ISIS dissector, from Ronnie Sahlberg.
svn path=/trunk/; revision=3626
Diffstat (limited to 'packet-isis-hello.h')
-rw-r--r-- | packet-isis-hello.h | 8 |
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 */ |