Wireshark-bugs: [Wireshark-bugs] [Bug 6780] New: performance monitor 2.0 metric additions
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6780
Summary: performance monitor 2.0 metric additions
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: aakhter@xxxxxxxxx
Created attachment 7744
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7744
diff for performance monitor 2.0 metrics
Build Information:
aakhter@aakhter-w510-ubuntu:~/wireshark-src/wireshark$ ./wireshark -v
wireshark 1.7.1 (SVN Rev 40782 from /trunk)
Copyright 1998-2012 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 (64-bit) with GTK+ 2.20.1, with Cairo 1.8.10, with Pango 1.28.0, with
GLib 2.24.1, with libpcap, with libz 1.2.3.3, with POSIX capabilities (Linux),
with SMI 0.4.8, with c-ares 1.7.0, with Lua 5.1, without Python, with GnuTLS
2.8.5, with Gcrypt 1.4.4, with MIT Kerberos, with GeoIP, with PortAudio
V19-devel (built Feb 18 2010 23:31:11), without AirPcap.
Running on Linux 2.6.32-36-generic, with locale en_US.utf8, with libpcap
version
1.0.0, with libz 1.2.3.3, GnuTLS 2.8.5, Gcrypt 1.4.4.
Built using gcc 4.4.3.
--
This patch adds support for the following cisco IOS Performance Monitor 2.0
metrics:
+ { 37041, "TRANSPORT_RTP_PAYLOAD_TYPE" },
+ { 37071, "TRANSPORT_BYTES_OUT_OF_ORDER" },
+ { 37074, "TRANSPORT_PACKETS_OUT_OF_ORDER" },
+ { 37083, "TRANSPORT_TCP_WINDOWS_SIZE_MIN" },
+ { 37084, "TRANSPORT_TCP_WINDOWS_SIZE_MAX" },
+ { 37085, "TRANSPORT_TCP_WINDOWS_SIZE_MEAN" },
+ { 37086, "TRANSPORT_TCP_MAXIMUM_SEGMENT_SIZE" },
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.