aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kink.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-18 20:24:08 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-18 20:24:08 +0000
commitfa8f8d3ec8492d017343572dd1beb1901582d3dc (patch)
treebe6f2bdc7c255c97e556c5fd194316a784fcb6fa /epan/dissectors/packet-kink.c
parent1c4a59a576af82ee1dbe77305f1f1b92c6a67ec9 (diff)
fix a string in the hf fields
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13803 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-kink.c')
-rw-r--r--epan/dissectors/packet-kink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-kink.c b/epan/dissectors/packet-kink.c
index 647ad5dca7..bc0431bf39 100644
--- a/epan/dissectors/packet-kink.c
+++ b/epan/dissectors/packet-kink.c
@@ -860,7 +860,7 @@ proto_register_kink(void) {
{ &hf_kink_next_payload,
{ "Next Payload", "kink.nextPayload",
FT_UINT8, BASE_DEC, VALS(kink_next_payload), 0x0,
- "the checkSum of kink", HFILL }}
+ "the next payload of kink", HFILL }}
};