Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8313] new dissector for SML protocol

Date: Fri, 15 Feb 2013 14:28:05 +0000

changed bug 8313

What Removed Added
Attachment #10017 Flags   review_for_checkin?

Comment # 13 on bug 8313 from
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.