| Bug ID |
9300
|
| Summary |
padding in uint64 field in DCERPC protocol wrongly reported
|
| Classification |
Unclassified
|
| Product |
Wireshark
|
| Version |
SVN
|
| Hardware |
x86
|
| OS |
All
|
| Status |
UNCONFIRMED
|
| Severity |
Major
|
| Priority |
Low
|
| Component |
Dissection engine (libwireshark)
|
| Assignee |
[email protected]
|
| Reporter |
[email protected]
|
Created attachment 11835 [details]
Proposed patch
Build Information:
--
Padding bytes due to NDR alignement are overlapping bytes of the integer
because the call proto_tree_add_text is done after incrementing offset with the
length of the padding.
You are receiving this mail because:
- You are watching all bug changes.