aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sctp.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2004-03-19 20:40:23 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2004-03-19 20:40:23 +0000
commitb322659aca9bbfb4be49b29ff528dd101fd16e64 (patch)
tree0185dee811cf5032f541081cba795c3d3bc3a591 /packet-sctp.c
parente2b8a80a7a6ce8290c7a7a05f26fc4e6f8b6a396 (diff)
Fixed a typo: sctp.verfication_tag -> sctp.verification_tag
svn path=/trunk/; revision=10411
Diffstat (limited to 'packet-sctp.c')
-rw-r--r--packet-sctp.c4
1 files 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 <gerald@ethereal.com>
@@ -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 } },