From 64f26048de2cf1597618d4a14e41595d590074d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Tue, 2 Dec 2008 09:48:51 +0000 Subject: From Jim Young (bug 3092): The attached patch changes the label for the sflow.fs.seqno from "Sequence number:" to "Sample sequence number:". This change helps differentiate this particular item from the sflow.sequence_number which also uses the label of "Sequence number:". svn path=/trunk/; revision=26902 --- epan/dissectors/packet-sflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-sflow.c') diff --git a/epan/dissectors/packet-sflow.c b/epan/dissectors/packet-sflow.c index 4723423f01..d8f10174c5 100644 --- a/epan/dissectors/packet-sflow.c +++ b/epan/dissectors/packet-sflow.c @@ -1569,7 +1569,7 @@ proto_register_sflow(void) /* Flowsample */ { &hf_sflow_fs_seqno, - { "Sequence number", "sflow.fs.seqno", + { "Sample sequence number", "sflow.fs.seqno", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } }, -- cgit v1.2.3