Fix a typo ...

svn path=/trunk/; revision=37338
This commit is contained in:
Bill Meier 2011-05-20 20:22:59 +00:00
parent 046726f454
commit fa332472f5
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ dissect_dtpt_conversation(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
offset = dissect_dtpt_data(tvb, pinfo, tree);
}
/* Handle the any remaining ... */
/* Handle any remaining bytes ... */
if (tvb_reported_length_remaining(tvb, offset) > 0) {
/* ... as data. */
call_dissector(data_handle,