X-Git-Url: http://git.samba.org/samba.git/?p=obnox%2Fwireshark%2Fwip.git;a=blobdiff_plain;f=packet-isis-hello.c;h=a9ae715ffe3597ffb5f34500d78c3911b918a2ae;hp=cd67b7b54b74e6bdbc135b425e769a5e6bf82b5d;hb=984e9599053e64d2662041a3a871371a53846bcb;hpb=d8b989a51a98d2fe2746b3b338217707506f1903 diff --git a/packet-isis-hello.c b/packet-isis-hello.c index cd67b7b54b..a9ae715ffe 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.4 2000/03/20 22:52:42 gram Exp $ + * $Id: packet-isis-hello.c,v 1.5 2000/03/28 06:12:15 guy Exp $ * Stuart Stanley * * Ethereal - Network traffic analyzer @@ -362,7 +362,7 @@ dissect_hello_is_neighbors_clv(const u_char *pd, int offset, proto_tree_add_text ( tree, offset, 6, "IS Neighbor: %02x%02x.%02x%02x.%02x%02x", pd[offset], pd[offset+1], pd[offset+2], - pd[offset+3], pd[offset+3], pd[offset+4] ); + pd[offset+3], pd[offset+4], pd[offset+5] ); } offset += 6; length -= 6;