From d4c81a142ca4e3ffbc7d8efbf27a344a2b0ad7b9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 23 Jun 2001 19:45:12 +0000 Subject: More IS-IS updates. HELLO message support in RSVP. svn path=/trunk/; revision=3604 --- packet-isis-clv.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'packet-isis-clv.h') diff --git a/packet-isis-clv.h b/packet-isis-clv.h index b03a89ef5e..a74f5c0101 100644 --- a/packet-isis-clv.h +++ b/packet-isis-clv.h @@ -1,13 +1,12 @@ /* packet-isis-clv.h * Declares for common clv decoding functions. * - * $Id: packet-isis-clv.h,v 1.5 2001/05/14 18:40:15 guy Exp $ + * $Id: packet-isis-clv.h,v 1.6 2001/06/23 19:45:12 guy Exp $ * Stuart Stanley * * Ethereal - Network traffic analyzer - * By Gerald Combs + * By Gerald Combs * Copyright 1998 Gerald Combs - * * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -60,6 +59,8 @@ extern void isis_dissect_nlpid_clv(const u_char *pd, int offset, guint length, frame_data *fd, proto_tree *tree ); extern void isis_dissect_hostname_clv(const u_char *pd, int offset, guint length, frame_data *fd, proto_tree *tree ); +extern void isis_dissect_mt_clv(const u_char *pd, int offset, + guint length, frame_data *fd, proto_tree *tree, gint tree_id ); extern void isis_dissect_te_router_id_clv(const u_char *pd, int offset, guint length, frame_data *fd, proto_tree *tree, gint tree_id ); #endif /* _PACKET_ISIS_CLV_H */ -- cgit v1.2.3