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
This commit is contained in:
Stig Bjørlykke 2008-12-02 09:48:51 +00:00
parent 198e48fe85
commit 64f26048de
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
},