Bill Meier
changed
bug 8313
What |
Removed |
Added |
Attachment #10017 Flags |
|
review_for_checkin?
|
Comment # 13
on bug 8313
from Bill Meier
Created attachment 10017 [details]
smb dissector 15.02 (updated)
Updated:
1. run fix-encoding args (see below) Changes: use ENC_NA for FT_BYTES
2. remove trailing whitespace from lines
packet-sml.c: FT_BYTES:
proto_tree_add_item (objName_tree, hf_sml_objName, tvb, *offset, *data,
[[ENC_BIG_ENDIAN]-->[ENC_NA]]);
(Hopefully I haven't messed up the patch since I did this somewhat quickly...)
You are receiving this mail because:
- You are watching all bug changes.