Index: packet-fcswils.c
===================================================================
RCS file: /cvsroot/ethereal/packet-fcswils.c,v
retrieving revision 1.6
diff -u -r1.6 packet-fcswils.c
--- packet-fcswils.c	30 Oct 2003 02:06:12 -0000	1.6
+++ packet-fcswils.c	19 Nov 2003 03:50:27 -0000
@@ -962,8 +962,8 @@
                                    fc_to_str (tvb_get_ptr (tvb, offset+1, 3)));
             proto_tree_add_string (dev_tree, hf_swils_rscn_pwwn, tvb, offset+4, 8,
                                    fcwwn_to_str (tvb_get_ptr (tvb, offset+4, 8)));
-            proto_tree_add_string (dev_tree, hf_swils_rscn_nwwn, tvb, offset+4, 8,
-                                   fcwwn_to_str (tvb_get_ptr (tvb, offset+4, 8)));
+            proto_tree_add_string (dev_tree, hf_swils_rscn_nwwn, tvb, offset+12, 8,
+                                   fcwwn_to_str (tvb_get_ptr (tvb, offset+12, 8)));
             offset += 20;
         }
     }
