libvirt/tools/wireshark/src
Michal Privoznik 010613cfd8 wireshark: Drop needless comment in dissect_xdr_bytes()
In the dissect_xdr_bytes() there's a comment that the string
allocated by xdr_bytes() can't be freed using xdr_free(). Well,
that is expected because xdr_bytes() used plain calloc() AND the
string is not an XDR struct but plain 'char *' type. Passing it
to xdr_free() must result in weird things happening.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
2021-11-29 15:05:43 +01:00
..
libvirt
meson.build
packet-libvirt.c wireshark: Drop needless comment in dissect_xdr_bytes() 2021-11-29 15:05:43 +01:00
packet-libvirt.h
plugin.c