[NFS] adding stateid hash based on stateid.other
authorOlga Kornievskaia <kolga@netapp.com>
Fri, 11 Dec 2015 19:41:33 +0000 (14:41 -0500)
committerMichael Mann <mmann78@netscape.net>
Fri, 18 Dec 2015 13:22:54 +0000 (13:22 +0000)
commit05c47d755a82891fd73b2dfad7e128cd3c966ded
tree8cbd08438669fd14d64f50f22d0fab652bb6631b
parentdf8dd74a1383f9e61bd34866958b3bd48c93c9d0
[NFS] adding stateid hash based on stateid.other

In NFS protocol, stateid's seq# changes within the stateid and therefore
it changes the calculated hash of the stateid displayed by the wireshark.
It makes it inconvenient to filter packets based on such value.

This patches adds additional field (instead of replacing old) to display
the CRC32 hash of the stateid.other field.

Bug:11895
Change-Id: I70c6d2b88822b6f735e8bc506a1bfcb421f6ddb9
Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
Reviewed-on: https://code.wireshark.org/review/12536
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
epan/dissectors/packet-nfs.c