bugzilla-daemon | 1 Feb 05:27
Favicon

[Bug 1184] *Shark should support associating TCP and UDP packets with processes

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1184

--- Comment #3 from Guy Harris <guy <at> alum.mit.edu> 2012-01-31 20:27:13 PST ---
So, for Linux, it appears you have to scan /proc/net/{tcp,udp,tcp6,udp6} to
find the socket for the TCP connection/UDP whatever in question, and then scan
/proc looking at all processes looking for an FD that refers to that socket. 
Sadly, for TCP, there's no way to skip the scan, even though there's going to
be kernel code to look up a pair of endpoints to find the connection; for UDP,
you can't even necessarily use both endpoints, as you might have an unbound
socket sending to a variety of different destinations.  You also can't avoid
the /proc scan - after all, there might be *more than one* process with file
descriptors referring to that socket.

Note: most of the last two paragraphs - the UDP and the "scanning the process
table" part - applies to *all* OSes.

For FreeBSD, the net.inet.tcp.pcblist and net.inet.udp.pcblist sysctls will
give you all TCP and UDP connections; again, no way to skip the scan.  The
"struct xsocket" that's part of the "struct xtcpcb" returned for TCP and the
"struct xinpcb" returned for UDP includes a pointer to the socket structure in
the kernel - not useful as a pointer, but could be useful as a handle.  The
kern.proc.all sysctl will give you all processes as "struct kinfo_proc"; it has
a copy of the p_fd pointer for the process.  Sadly, it appears you also have to
get the *entire* file table with the kern.file sysctl - no fetching the file
table for a given process.

For DragonFly BSD, the same stuff will probably work, given DragonFly's FreeBSD
origins; a quick look at the code suggests it will.

For Mac OS X, it looks as if the pcblist sysctls are there (with some
(Continue reading)

bugzilla-daemon | 1 Feb 10:26
Favicon

[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 <at> wireshark.org
        ReportedBy: aakhter <at> cisco.com

Created attachment 7744
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7744
diff for performance monitor 2.0 metrics

Build Information:
aakhter <at> aakhter-w510-ubuntu:~/wireshark-src/wireshark$ ./wireshark -v
wireshark 1.7.1 (SVN Rev 40782 from /trunk)

Copyright 1998-2012 Gerald Combs <gerald <at> wireshark.org> 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
(Continue reading)

bugzilla-daemon | 1 Feb 10:28
Favicon

[Bug 6780] performance monitor 2.0 metric additions

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6780

--- Comment #1 from Aamer Akhter <aakhter <at> cisco.com> 2012-02-01 01:28:14 PST ---
Created attachment 7745
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7745
perf-mon 2.0 metrics pcap example

--

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs <at> wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-request <at> wireshark.org?subject=unsubscribe

bugzilla-daemon | 1 Feb 12:02
Favicon

[Bug 6755] slow loading/processing of conversations with over 500k frames.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6755

--- Comment #23 from Andreas Heise <andreas.heise <at> nextiraone.eu> 2012-02-01 03:02:31 PST ---
(In reply to comment #22)
> 
> cristian: the latest attached patch (tcp_crash_converstation.patch) should
> solve the problem. let me know how it works in your case.
> 
> cristian

with "tcp_crash_converstation.patch" there are no crash's anymore, tested with
several "problem" captures...

thanks,
Andreas

--

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs <at> wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-request <at> wireshark.org?subject=unsubscribe

bugzilla-daemon | 1 Feb 13:06
Favicon

[Bug 6781] New: Location Number not decoded as per Q.763

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6781

           Summary: Location Number not decoded as per Q.763
           Product: Wireshark
           Version: 1.4.4
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Minor
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin <at> wireshark.org
        ReportedBy: ranjith.p <at> comviva.com

Created attachment 7746
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7746
A sample Any time interrogation map message

Build Information:
Version 1.4.4 (SVN Rev 36110 from /trunk-1.4)

Copyright 1998-2011 Gerald Combs <gerald <at> wireshark.org> 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 (32-bit) with GTK+ 2.16.6, with GLib 2.22.4, with WinPcap (version
unknown), with libz 1.2.3, without POSIX capabilities, without libpcre, with
SMI
0.4.8, with c-ares 1.7.1, with Lua 5.1, without Python, with GnuTLS 2.8.5, with
Gcrypt 1.4.5, with MIT Kerberos, with GeoIP, with PortAudio V19-devel (built
(Continue reading)

bugzilla-daemon | 1 Feb 18:04
Favicon

[Bug 6782] New: Improved filtering for TBCD values (IMSI and IMEI) in packet-meta

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6782

           Summary: Improved filtering for TBCD values (IMSI and IMEI) in
                    packet-meta
           Product: Wireshark
           Version: SVN
          Platform: x86
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin <at> wireshark.org
        ReportedBy: witek <at> ftw.at

Tobias Witek <witek <at> ftw.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7747|                            |review_for_checkin?
              Flags|                            |

Created attachment 7747
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7747
Modifies handling of TBCD values so that filtering is possible using the
decoded TBCD string instead of the raw, hexadecimal value

Build Information:
wireshark 1.7.1 (SVN Rev 40789 from /trunk)

(Continue reading)

bugzilla-daemon | 1 Feb 20:15
Favicon

[Bug 6783] New: RTP header extensions not correctly implement

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6783

           Summary: RTP header extensions not correctly implement
           Product: Wireshark
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin <at> wireshark.org
        ReportedBy: mdesharnais <at> genetec.ca

Created attachment 7748
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7748
Patch file correcting the header extension mechanism.

Build Information:
Compiled (32-bit) with GTK+ 2.22.1, with Cairo 1.10.2, with Pango 1.28.3, with
GLib 2.26.1, with WinPcap (4_1_2), with libz 1.2.5, without POSIX capabilities,
with SMI 0.4.8, with c-ares 1.7.1, with Lua 5.1, without Python, with GnuTLS
2.10.3, with Gcrypt 1.4.6, with MIT Kerberos, with GeoIP, with PortAudio
V19-devel (built Jan 31 2012), with AirPcap.

Running on 64-bit Windows 7, build 7600, with WinPcap version 4.1.2 (packet.dll
version 4.1.0.2001), based on libpcap version 1.0 branch 1_0_rel0b (20091008),
GnuTLS 2.10.3, Gcrypt 1.4.6, without AirPcap.

Built using Microsoft Visual C++ 10.0 build 40219
(Continue reading)

bugzilla-daemon | 1 Feb 20:16
Favicon

[Bug 6783] RTP header extensions not correctly implement

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6783

--- Comment #1 from mdesharnais <at> genetec.ca 2012-02-01 11:16:47 PST ---
Created attachment 7749
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7749
Example of subdissector which can operate on extensions with ID 0xABAC.

--

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs <at> wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-request <at> wireshark.org?subject=unsubscribe

bugzilla-daemon | 1 Feb 20:17
Favicon

[Bug 6783] RTP header extensions not correctly implement

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6783

mdesharnais <at> genetec.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7748|application/octet-stream    |text/plain
          mime type|                            |

--

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs <at> wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-request <at> wireshark.org?subject=unsubscribe

bugzilla-daemon | 1 Feb 20:19
Favicon

[Bug 6783] RTP header extensions not correctly implement

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6783

mdesharnais <at> genetec.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7749|text/plain                  |application/octet-stream
          mime type|                            |

--

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs <at> wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-request <at> wireshark.org?subject=unsubscribe


Gmane