aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mrdisc.c
AgeCommit message (Collapse)AuthorFilesLines
2001-07-16Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,Guy Harris1-9/+8
tvb_get_ptr(tvb, offset, length))" calls to "proto_tree_add_item()" calls. Do the same, in "packet-iscsi.c" and "packet-mrdisc.c", for "proto_tree_add_uint()" and "proto_tree_add_boolean()" calls. svn path=/trunk/; revision=3726
2001-06-27MRDISC support, from Ronnie Sahlberg.Guy Harris1-0/+320
svn path=/trunk/; revision=3614