aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-hello.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-08-22 18:00:40 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-08-22 18:00:40 +0000
commit7719e2b76d03aae26a523499e3952ffefa54dfe1 (patch)
tree1322668050388cdf8e826dd49ed0ccb8d14a0a7f /packet-isis-hello.c
parentb410394d31dfbb57408a5d3b868dcb19359a7c1e (diff)
Fixes from Hannes Gredler.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3864 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-isis-hello.c')
-rw-r--r--packet-isis-hello.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/packet-isis-hello.c b/packet-isis-hello.c
index fab34ccfd2..98068ae7b9 100644
--- a/packet-isis-hello.c
+++ b/packet-isis-hello.c
@@ -1,7 +1,7 @@
/* packet-isis-hello.c
* Routines for decoding isis hello packets and their CLVs
*
- * $Id: packet-isis-hello.c,v 1.20 2001/07/02 01:41:25 guy Exp $
+ * $Id: packet-isis-hello.c,v 1.21 2001/08/22 18:00:40 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -490,25 +490,25 @@ dissect_hello_ptp_adj_clv(tvbuff_t *tvb,
proto_tree_add_text ( tree, tvb, offset, 1,
"Adjacency State: %s", adj_state );
proto_tree_add_text ( tree, tvb, offset+1, 4,
- "Extended Local Circuit ID: %u", tvb_get_ntohl(tvb, offset+1) );
+ "Extended Local circuit ID: 0x%08x", tvb_get_ntohl(tvb, offset+1) );
break;
case 11:
proto_tree_add_text ( tree, tvb, offset, 1,
"Adjacency State: %s", adj_state );
proto_tree_add_text ( tree, tvb, offset+1, 4,
- "Extended Local Circuit ID: %u", tvb_get_ntohl(tvb, offset+1) );
+ "Extended Local circuit ID: 0x%08x", tvb_get_ntohl(tvb, offset+1) );
proto_tree_add_text ( tree, tvb, offset+5, 6,
- "Neighbor System ID: %s", print_system_id( tvb_get_ptr(tvb, offset+5, 6), 6 ) );
+ "Neighbor SystemID: %s", print_system_id( tvb_get_ptr(tvb, offset+5, 6), 6 ) );
break;
case 15:
proto_tree_add_text ( tree, tvb, offset, 1,
"Adjacency State: %s", adj_state );
proto_tree_add_text ( tree, tvb, offset+1, 4,
- "Extended Local Circuit ID: %u", tvb_get_ntohl(tvb, offset+1) );
+ "Extended Local circuit ID: 0x%08x", tvb_get_ntohl(tvb, offset+1) );
proto_tree_add_text ( tree, tvb, offset+5, 6,
- "Neighbor System ID: %s", print_system_id( tvb_get_ptr(tvb, offset+5, 6), 6 ) );
+ "Neighbor SystemID: %s", print_system_id( tvb_get_ptr(tvb, offset+5, 6), 6 ) );
proto_tree_add_text ( tree, tvb, offset+11, 4,
- "Neighbor Extended Local Circuit ID: %u", tvb_get_ntohl(tvb, offset+11) );
+ "Neighbor Extended Local circuit ID: 0x%08x", tvb_get_ntohl(tvb, offset+11) );
break;
default:
isis_dissect_unknown(tvb, pinfo, tree, offset,