aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-lsp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-20 07:33:21 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-20 07:33:21 +0000
commite9121f9498d43afda3cc01dc4de853001b832859 (patch)
tree36ddb0160dcb32d8e5ad92cc68e0b5b84c00a02c /packet-isis-lsp.h
parent49effaa0f1fa4276f0a5dd57d40b4ca5c306bdf6 (diff)
downloadwireshark-e9121f9498d43afda3cc01dc4de853001b832859.tar.gz
wireshark-e9121f9498d43afda3cc01dc4de853001b832859.tar.bz2
wireshark-e9121f9498d43afda3cc01dc4de853001b832859.zip
Put the Hello, LSP, and {C,P}SNP ISIS stuff into the ISIS protocol,
rather than having them each have their own protocol. svn path=/trunk/; revision=4432
Diffstat (limited to 'packet-isis-lsp.h')
-rw-r--r--packet-isis-lsp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/packet-isis-lsp.h b/packet-isis-lsp.h
index 6011ee8f4b..57424c154f 100644
--- a/packet-isis-lsp.h
+++ b/packet-isis-lsp.h
@@ -1,7 +1,7 @@
/* packet-isis-lsp.h
* Defines and such for LSP and their CLV decodes
*
- * $Id: packet-isis-lsp.h,v 1.10 2001/08/22 18:00:40 guy Exp $
+ * $Id: packet-isis-lsp.h,v 1.11 2001/12/20 07:33:21 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -21,8 +21,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- *
*/
#ifndef _PACKET_ISIS_LSP_H
@@ -115,5 +113,6 @@ extern void isis_dissect_isis_lsp(tvbuff_t *tvb, packet_info *pinfo,
int hello_type, int header_length, int id_length);
extern void isis_lsp_decode_lsp_id(tvbuff_t *tvb, packet_info *pinfo,
proto_tree *tree, int offset, char *tstr, int id_length);
+extern void isis_register_lsp(int proto_isis);
#endif /* _PACKET_ISIS_LSP_H */