From b322659aca9bbfb4be49b29ff528dd101fd16e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Fri, 19 Mar 2004 20:40:23 +0000 Subject: [PATCH] Fixed a typo: sctp.verfication_tag -> sctp.verification_tag svn path=/trunk/; revision=10411 --- packet-sctp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packet-sctp.c b/packet-sctp.c index ff9d5f0eba..e0abc37fef 100644 --- a/packet-sctp.c +++ b/packet-sctp.c @@ -12,7 +12,7 @@ * - support for reassembly * - error checking mode * - * $Id: packet-sctp.c,v 1.65 2003/10/03 20:18:15 tuexen Exp $ + * $Id: packet-sctp.c,v 1.66 2004/03/19 20:40:23 tuexen Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -2093,7 +2093,7 @@ proto_register_sctp(void) { &hf_source_port, { "Source port", "sctp.srcport", FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL } }, { &hf_destination_port, { "Destination port", "sctp.dstport", FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL } }, { &hf_port, { "Port", "sctp.port", FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL } }, - { &hf_verification_tag, { "Verification tag", "sctp.verfication_tag", FT_UINT32, BASE_HEX, NULL, 0x0, "", HFILL } }, + { &hf_verification_tag, { "Verification tag", "sctp.verification_tag", FT_UINT32, BASE_HEX, NULL, 0x0, "", HFILL } }, { &hf_checksum, { "Checksum", "sctp.checksum", FT_UINT32, BASE_HEX, NULL, 0x0, "", HFILL } }, { &hf_checksum_bad, { "Bad checksum", "sctp.checksum_bad", FT_BOOLEAN, BASE_NONE, NULL, 0x0, "", HFILL } }, { &hf_chunk_type, { "Chunk type", "sctp.chunk_type", FT_UINT8, BASE_DEC, VALS(chunk_type_values), 0x0, "", HFILL } },