Should I:

proto_tree_add_text(seg_param_tree, tvb, offset, 2, "reserved");
offset += 2;

or:
offset += 2; /* reserved */

What is better? (Regretully I'm working on SCSI, whose creators LOVED
sprinkling reserved bytes everywhere!).


Do we have a standard? (perhaps worth having a global param for it?!).
Y.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to