ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10798] HTTP Requests are only partially dissected (data is

Date: Wed, 11 Feb 2015 17:28:49 +0000

Comment # 52 on bug 10798 from
(In reply to Pascal Quantin from comment #51)
> My naive attempt is available here:
> https://code.wireshark.org/review/#/c/7070/
> Any better idea is warmly welcome.

That's the way it was in patch 2 of change 6990.
(https://code.wireshark.org/review/#/c/6990/)

But it failed to compile on Ubuntu.  My guess is that HAVE_SSE4_2 isn't defined
for ws_mempbrk.h when that header file is included by tvbuff.h, but is defined
when it's included by ws_mempbrk_sse42.c.  I think I saw in one of the
configure or make files that the CFLAG for HAVE_SSE4_2 was only being set for
ws_mempbrk_sse42.c, and unset everywhere else.


You are receiving this mail because:
  • You are watching all bug changes.