ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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.