Bug ID |
9188
|
Summary |
oid_subid2encoded generates faulty encodings for 3-, 4- and 5-byte subid values
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Minor
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 11651 [details]
patch to fix OID error
Build Information:
TShark 1.11.0 (SVN Rev 52199 from /trunk)
Copyright 1998-2013 Gerald Combs <[email protected]> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with GLib 2.36.3, with libpcap, with libz 1.2.7, with POSIX
capabilities (Linux), without libnl, without SMI, without c-ares, without ADNS,
with Lua 5.1, without Python, with GnuTLS 3.1.11, with Gcrypt 1.5.3, with MIT
Kerberos, with GeoIP.
Running on Linux 3.10.11-200.fc19.x86_64, with locale en_US.utf8, with libpcap
version 1.4.0, with libz 1.2.7.
Intel(R) Core(TM) i5-2540M CPU @ 2.60GHz
Built using gcc 4.8.1 20130603 (Red Hat 4.8.1-1).
--
Each mask is supposed to mask off seven contiguous bits and then shift them
into place, but one of the masks was faulty (0x3F10 instead of 0x3F80).
You are receiving this mail because:
- You are watching all bug changes.