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

--- Comment #2 from otto.air...@gmail.com ---
I pulled latest changes:
commit dd21b8130c6470d2d5076fcc46d5e9c3866f4609

Compiled:
export CC=clang
export CXX=clang++
export CFLAGS="-g -O2 -fsanitize=address -fsanitize-coverage=edge
-fno-omit-frame-pointer"
export CXXFLAGS="-g -O2 -fsanitize=address -fsanitize-coverage=edge
-fno-omit-frame-pointer"
export CPPFLAGS="-g -O2 -fsanitize=address -fsanitize-coverage=edge
-fno-omit-frame-pointer"
export LDFLAGS="-g -fsanitize=address -fsanitize-coverage=edge"

./autogen.sh
./configure --enable-static=no --enable-shared=yes --enable-wireshark=no
--enable-editcap=no --enable-capinfos=no --enable-mergecap=no
--enable-reordercap=no --enable-text2pcap=no --enable-dftest=no
--enable-randpkt=no --enable-dumpcap=yes --enable-rawshark=no
make

Executed command:
tshark -2 -V -r 565c34461815a4dc3ec8d603ad273bb5.pcap

Sorry, original post was missing tshark command.

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to