Bug ID |
10264
|
Summary |
epan/dissectors/packet-dcerpc.c:1973: failed assertion "hfinfo->type == FT_STRING"
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
v1.99.0-rc1-809-g4ac9895
--
Attachment 3296 [details]-ReadEventLogW.cap triggers the following dissector assertion:
Dissector bug, protocol EVENTLOG, in packet 5:
/tmp/wireshark/epan/dissectors/packet-dcerpc.c:1973: failed assertion
"hfinfo->type == FT_STRING"
The name appeared in commit e5f6cb05da74699373cdfb10ab1de83fae031c26, I guess
that lsa_string[1] is not supported. I have not worked with pidl before and do
not want to touch it.
epan/dissectors/packet-dcerpc-eventlog.c
2463 { &hf_eventlog_eventlog_OpenEventLogW_Module,
2464 { "Module", "eventlog.eventlog_OpenEventLogW.Module", FT_NONE,
BASE_NONE, NULL, 0, NULL, HFILL }},
[1]:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa378522%28v=vs.85%29.aspx
You are receiving this mail because:
- You are watching all bug changes.