diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-08-29 18:52:54 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-08-29 18:52:54 +0000 |
commit | 79195136aaa365702c69a0ca1ab0cbe553a6bf44 (patch) | |
tree | 17812cffbc32d0f4b6a1a20fc5fc47efa1628f98 /packet-isis-hello.h | |
parent | ab3cf9bc61e0d023a3425fbb26eb7af5cd541a3c (diff) | |
download | wireshark-79195136aaa365702c69a0ca1ab0cbe553a6bf44.tar.gz wireshark-79195136aaa365702c69a0ca1ab0cbe553a6bf44.tar.bz2 wireshark-79195136aaa365702c69a0ca1ab0cbe553a6bf44.zip |
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.
svn path=/trunk/; revision=6128
Diffstat (limited to 'packet-isis-hello.h')
-rw-r--r-- | packet-isis-hello.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-isis-hello.h b/packet-isis-hello.h index 725a1adbc7..b726882f8d 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.9 2002/08/28 21:00:18 jmayer Exp $ + * $Id: packet-isis-hello.h,v 1.10 2002/08/29 18:52:51 guy Exp $ * Stuart Stanley <stuarts@mxmail.net> * * Ethereal - Network traffic analyzer @@ -105,7 +105,7 @@ * Published API functions. NOTE, this are "local" API functions and * are only valid from with isis decodes. */ -extern void isis_dissect_isis_hello(tvbuff_t *tvb, 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); extern void isis_register_hello(int proto_isis); |