aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mrdisc.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,Guy Harris2001-07-161-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
* MRDISC support, from Ronnie Sahlberg.Guy Harris2001-06-271-0/+320
svn path=/trunk/; revision=3614