[pnfs] [PATCH 1/1] fixed infinit recursion in decoding deviceinfo
Tigran Mkrtchyan
tigran.mkrtchyan at desy.de
Wed Nov 14 10:21:55 EST 2007
Of course, it a patch for wireshark.
Regards,
Tigran.
tigran.mkrtchyan at desy.de wrote:
> From: Tigran Mkrtchyan <tigran at nairi.desy.de>
>
> ---
> epan/dissectors/packet-nfs.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/epan/dissectors/packet-nfs.c b/epan/dissectors/packet-nfs.c
> index 7d55079..ca326cd 100644
> --- a/epan/dissectors/packet-nfs.c
> +++ b/epan/dissectors/packet-nfs.c
> @@ -7754,7 +7754,7 @@ dissect_nfs_deviceaddr4(tvbuff_t *tvb, int offset, proto_tree *tree)
> /* Assume file layout for now */
> offset = dissect_rpc_uint32(tvb, tree, hf_nfs_layouttype4, offset);
>
> - dissect_nfs_deviceaddr4(tvb, offset, tree);
> + dissect_nfs_devices4(tvb, offset, tree);
>
> return offset;
> }
--
________________________________________________________________________
Tigran Mkrtchyan DESY, IT,
tigran.mkrtchyan at desy.de Notkestrasse 85,
Tel: + 49 40 89983946 Hamburg 22607,
Fax: + 49 40 89984429 Germany.
More information about the pNFS
mailing list