https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3050
Summary: Dissector fails for OIDs with MacAddress in index
Product: Wireshark
Version: 1.1.x (Experimental)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: pstath@xxxxxxxxxxxxx
Created an attachment (id=2472)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2472)
Walk of dot1qFdbTable and dot1dTpFdbTable
Build Information:
TShark 1.1.2 (SVN Rev 26740)
Copyright 1998-2008 Gerald Combs <gerald@xxxxxxxxxxxxx> 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 with GLib 2.12.11, with libpcap 0.9.7, with libz 1.2.3, with POSIX
capabilities (Linux), without libpcre, with SMI 0.4.5, without c-ares, without
ADNS, without Lua, without GnuTLS, without Gcrypt, with MIT Kerberos, without
GeoIP.
NOTE: this build doesn't support the "matches" operator for Wireshark filter
syntax.
Running on Linux 2.6.21-1.3194.fc7, with libpcap version 0.9.7.
Built using gcc 4.1.2 20070502 (Red Hat 4.1.2-12).
--
The SNMP dissector fails when a MacAddress is part of the instance index for an
OID.
The error produced is:
Dissector bug, protocol SNMP, in packet 1: proto.c:1405: failed assertion
"hfinfo->type == FT_BYTES"
The packet in question is from the Q-BRIDGE-MIB.
The packet capture "test.pkt" was created by walking the dot1qTpFdbTable and
then the dot1dTpFdbTable.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.