diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2008-12-02 09:48:51 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2008-12-02 09:48:51 +0000 |
commit | 64f26048de2cf1597618d4a14e41595d590074d2 (patch) | |
tree | bf1b0f1d6a6b3d4553051cec404d25f63556a4ae /epan/dissectors/packet-sflow.c | |
parent | 198e48fe85b87abd6a9dcb7d7b61964d6ced588c (diff) | |
download | wireshark-64f26048de2cf1597618d4a14e41595d590074d2.tar.gz wireshark-64f26048de2cf1597618d4a14e41595d590074d2.tar.bz2 wireshark-64f26048de2cf1597618d4a14e41595d590074d2.zip |
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
Diffstat (limited to 'epan/dissectors/packet-sflow.c')
-rw-r--r-- | epan/dissectors/packet-sflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } }, |