https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2788
Summary: Allow captures over TCP connections
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Medium
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: avn@xxxxxxxxxxxxxxx
Alexey Neyman <avn@xxxxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2141| |review_for_checkin?
Flag| |
Created an attachment (id=2141)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2141)
Patch for revision 25965
Build Information:
wireshark 1.0.99 (SVN Rev 25965)
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 GTK+ 2.12.9, with GLib 2.16.4, with libpcap 0.9.8, with libz
1.2.3.3, without POSIX capabilities, without libpcre, without SMI, without
c-ares, without ADNS, without Lua, without GnuTLS, without Gcrypt, without
Kerberos, without PortAudio, without AirPcap.
NOTE: this build doesn't support the "matches" operator for Wireshark filter
syntax.
Running on Linux 2.6.24-19-generic, with libpcap version 0.9.8.
Built using gcc 4.2.3 (Ubuntu 4.2.3-2ubuntu7).
--
Currently, wireshark can analyze captures provided by pcap library, read from a
file or from a pipe. This patch allows to specify a capture interface in the
form "TCP@<host>:<port>", allowing to read the capture over a TCP connection.
This feature is useful when the capture is generated on a machine which does
not have much storage (e.g. embedded system). E.g., ipmb_traced application
available on Pigeon Point shelf managers can transmit the capture over the TCP
connection without writing it to the filesystem.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.