This appears to be a false positive. I've submitted the installer to
clamav.net for analysis.
On 10/30/15 5:04 PM, buildbot-no-re...@wireshark.org wrote:
> The Buildbot has detected a new failure on builder Windows 8.1 x86 while
> building wireshark. Full details are available at:
>
> http:/
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm proud to announce the release of Wireshark 2.0.0rc2.
This is the second release candidate for Wireshark 2.0.
__
What is Wireshark?
Wireshark is the world's most popular
On 10/27/2015 11:45 PM, Evan Huus wrote:
> After recently upgrading to Ubuntu 15.10, my cmake configure failed with:
> -- Performing Test WORKS_WITH_FPIC - Failed
> CMake Error at CMakeLists.txt:938 (message):
> Couldn't compile Qt without -fPIC nor with -fPIC
>
> Digging into the logs, the test
On Oct 29, 2015, at 5:14 PM, Bret Jordan wrote:
> I wrote a command line tool that you might want to include in the Wireshark
> bundle of command line tools.
>
> rewritecap is a tool for rebasing a PCAP file, editing layer2 and layer3
> addresses, and updating ARP packets. PCAP-ng files are n
Couple of thoughts from a quick skim of the code/git history:
1. I presume giop_complete_request_list is for matching request/reply.
Grepping its use will probably give you some clues as to where to look.
2. I'd recommend using the latest dev branch (master or at least master-2.0).
Any fixe
Sounds pretty similar to tcprewrite, isn't it?
http://tcpreplay.synfin.net/wiki/tcprewrite
On Fri, Oct 30, 2015 at 1:14 AM, Bret Jordan wrote:
> Dev list,
>
> I wrote a command line tool that you might want to include in the
> Wireshark bundle of command line tools.
>
> rewritecap is a tool for
I'm currently using Wireshark 1.12.5 built on Windows 7 using Visual C++ 12
I am adding a GIOP plugin for our internal IDL using the following command to
generate the plugin C code
C:\Python27\omniorb\omniORB-4.1.6\bin\x86_win32\omniidl.exe -p
d:\wireshark-1.12.5\tools -b wireshark_be Q_Quentin
Dev list,
I wrote a command line tool that you might want to include in the Wireshark
bundle of command line tools.
rewritecap is a tool for rebasing a PCAP file, editing layer2 and layer3
addresses, and updating ARP packets. PCAP-ng files are not currently supported.
This tool will accommodat