aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-snp.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-29 18:52:54 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-29 18:52:54 +0000
commit47a86362eb4a4fb3644176d46dfc400d177e99be (patch)
tree17812cffbc32d0f4b6a1a20fc5fc47efa1628f98 /packet-isis-snp.h
parent97558d3fe76af16d4c94dd980d20d430d81e9063 (diff)
From Hannes Gredler: make the IS-IS dissector more verbose in the INFO
field - specifically for IIHs the System-ID of the Hello; LSPs the LSP-ID, Sequence #, Lifetime; CSNPs the LAN-ID, Start LSP-ID, End LSP-ID. and change the display of some IDs. Clean up white space. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6128 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-isis-snp.h')
-rw-r--r--packet-isis-snp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-isis-snp.h b/packet-isis-snp.h
index bc3bf93501..97b433d458 100644
--- a/packet-isis-snp.h
+++ b/packet-isis-snp.h
@@ -1,7 +1,7 @@
/* packet-isis-snp.h
* Defines and such for CSNP, PSNP, and their payloads
*
- * $Id: packet-isis-snp.h,v 1.6 2002/08/28 21:00:18 jmayer Exp $
+ * $Id: packet-isis-snp.h,v 1.7 2002/08/29 18:52:51 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -63,10 +63,10 @@
* Published API functions. NOTE, this are "local" API functions and
* are only valid from with isis decodes.
*/
-extern void isis_dissect_isis_csnp(tvbuff_t *tvb, proto_tree *tree,
+extern void isis_dissect_isis_csnp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
int offset, int type, int header_length, int id_length);
extern void isis_register_csnp(int proto_isis);
-extern void isis_dissect_isis_psnp(tvbuff_t *tvb, proto_tree *tree,
+extern void isis_dissect_isis_psnp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
int offset, int type, int header_length, int id_length);
extern void isis_register_psnp(int proto_isis);