Bug ID |
10501
|
Summary |
sFlow lag_port_stats (format 7) not recognized / decoded
|
Product |
Wireshark
|
Version |
unspecified
|
Hardware |
x86
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 13091 [details]
screenshot
Build Information:
andrew@grog:~/src/wireshark$ ./wireshark -v
Wireshark 1.99.0 (v1.99.0-rc1-1862-gffe30fb from master)
Copyright 1998-2014 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
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 Qt 4.8.6, with libpcap, with POSIX capabilities (Linux),
with libnl 3, with libz 1.2.8, with GLib 2.40.0, with SMI 0.4.8, with c-ares
1.10.0, with Lua 5.2, with GnuTLS 2.12.23, with Gcrypt 1.5.3, with MIT
Kerberos,
with GeoIP, without PortAudio, without AirPcap.
Running on Linux 3.13.0-36-generic, with locale en_US.UTF-8, with libpcap
version 1.5.3, with libz 1.2.8, with GnuTLS 2.12.23, with Gcrypt 1.5.3.
Intel(R) Core(TM) i7-3517U CPU @ 1.90GHz (with SSE4.2)
Built using gcc 4.8.2.
--
Structure for format 7:
struct lag_port_stats {
mac dot3adAggPortActorSystemID;
mac dot3adAggPortPartnerOperSystemID;
unsigned int dot3adAggPortAttachedAggID;
opaque dot3adAggPortState[4]; /*
Bytes are assigned in following order:
byte 0, value dot3adAggPortActorAdminState
byte 1, value dot3adAggPortActorOperState
byte 2, value dot3adAggPortPartnerAdminState
byte 3, value dot3adAggPortPartnerOperState
*/
unsigned int dot3adAggPortStatsLACPDUsRx;
unsigned int dot3adAggPortStatsMarkerPDUsRx;
unsigned int dot3adAggPortStatsMarkerResponsePDUsRx;
unsigned int dot3adAggPortStatsUnknownRx;
unsigned int dot3adAggPortStatsIllegalRx;
unsigned int dot3adAggPortStatsLACPDUsTx;
unsigned int dot3adAggPortStatsMarkerPDUsTx;
unsigned int dot3adAggPortStatsMarkerResponsePDUsTx;
}
Other details: http://www.sflow.org/sflow_lag.txt
You are receiving this mail because:
- You are watching all bug changes.