aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-lsp.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-02 22:10:17 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-02 22:10:17 +0000
commit2939f6ffb4159fff18eae2dc708fc744673b27c0 (patch)
tree5c763fde76d6d067714fb2caa8347983e7ff56de /packet-isis-lsp.h
parentb3e96ff0f12253faff61700bb59018befb3deebc (diff)
From Hannes Gredler:
open up a new subtree for dissecting the lsp-entry TLV; remove the isis_lsp_decode_lsp_id() routine, as the same functionality is better served using print_system_id(); fix a small bug in print_system_id(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6169 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-isis-lsp.h')
-rw-r--r--packet-isis-lsp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-isis-lsp.h b/packet-isis-lsp.h
index 2efe5def0c..d831525cf5 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.14 2002/08/29 18:52:51 guy Exp $
+ * $Id: packet-isis-lsp.h,v 1.15 2002/09/02 22:10:15 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -110,8 +110,6 @@
*/
extern void isis_dissect_isis_lsp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
int offset, int hello_type, int header_length, int id_length);
-extern void isis_lsp_decode_lsp_id(tvbuff_t *tvb, proto_tree *tree,
- int offset, char *tstr, int id_length);
extern void isis_register_lsp(int proto_isis);
#endif /* _PACKET_ISIS_LSP_H */