Ask Your Question

Kim's profile - activity

2023-10-16 13:11:36 +0000 received badge  Notable Question (source)
2023-09-29 19:03:58 +0000 received badge  Notable Question (source)
2023-04-14 07:56:36 +0000 received badge  Popular Question (source)
2022-01-01 14:46:30 +0000 received badge  Popular Question (source)
2021-09-15 13:15:34 +0000 received badge  Famous Question (source)
2021-05-05 14:48:23 +0000 received badge  Popular Question (source)
2020-11-23 04:25:39 +0000 received badge  Notable Question (source)
2020-07-06 17:52:40 +0000 received badge  Popular Question (source)
2019-10-16 14:50:24 +0000 commented question Wireshark-3.0.5 CMakelist - win-setup.ps1 fails

I changed wireshark-win64-libs to wireshark-win64-libs-3.0. SET WIRESHARK_LIB_DIR=C:\Development\wireshark-win64-libs-3

2019-10-16 11:13:04 +0000 commented question Wireshark-3.0.5 CMakelist - win-setup.ps1 fails

I downloaded wireshark-3.0.5.tar.xz from the wireshark website. Extracted the files and copied them to the C:\Developme

2019-10-15 17:37:28 +0000 asked a question Wireshark-3.0.5 CMakelist - win-setup.ps1 fails

Wireshark-3.0.5 CMakelist - win-setup.ps1 fails Wireshark Release 3.1.1 works fine. I switched to Wireshark Release 3.0

2019-10-08 15:26:24 +0000 commented question TCP reassembly - How do you determine the PDU length when there is no length field?

1 FOO message contains 125 bytes. FOO PROTOCOL HEADER (8 BYTES) TEXT (125 BYTES) END OF TEXT DELIMITER (1 BYTE) TCP sp

2019-10-08 14:01:19 +0000 asked a question TCP reassembly - How do you determine the PDU length when there is no length field?

TCP reassembly - How do you determine the PDU length when there is no length field? Assuming one message that gets split

2019-10-07 19:09:35 +0000 asked a question tcp_dissect_pdus - not working correctly

tcp_dissect_pdus - not working correctly Wireshark which runs my FOO plugin. Next I import a file from hex dump. The f

2019-10-02 13:29:22 +0000 commented answer msbuild /m /p:Configuration=RelWithDebInfo Wireshark.sln fails

I have two separate build directories (i.e. wsbuild32 and wsbuild64).

2019-10-02 12:29:21 +0000 commented answer msbuild /m /p:Configuration=RelWithDebInfo Wireshark.sln fails

Everyone is eventually moving over to Windows 10.

2019-10-02 11:56:00 +0000 commented answer msbuild /m /p:Configuration=RelWithDebInfo Wireshark.sln fails

Added a plugin to Wireshark. Not everyone has a 64 bit machine. Some clients are using windows 7.

2019-10-02 11:20:19 +0000 commented answer msbuild /m /p:Configuration=RelWithDebInfo Wireshark.sln fails

Previously I had built a 64 bit version. Cleaned out the directories and started over. Successful 32 bit version of Wi

2019-10-02 11:19:53 +0000 commented answer msbuild /m /p:Configuration=RelWithDebInfo Wireshark.sln fails

Previously I had built a 64 bit version. Cleaned out the directories and started over. It worsk now.

2019-10-02 11:19:34 +0000 commented answer msbuild /m /p:Configuration=RelWithDebInfo Wireshark.sln fails

Previously I had build a 64 bit version. Cleaned out the directories and started over. It work now.

2019-10-01 18:44:57 +0000 asked a question msbuild /m /p:Configuration=RelWithDebInfo Wireshark.sln fails

msbuild /m /p:Configuration=RelWithDebInfo Wireshark.sln The msbuild fails with the following error: Qt5Multimedia.lib(

2019-09-26 17:49:29 +0000 commented answer get_foo_message_len - What should this function return?

Based on my input data 2 messages. The execution should be as followed: dissect_foo() get_foo_message_len() dissect

2019-09-26 17:03:09 +0000 asked a question get_foo_message_len - What should this function return?

get_foo_message_len - What should this function return? Example from the Wireshark documentation: /* determine PDU leng

2019-09-25 13:58:58 +0000 asked a question How many times does tcp_dissect_pdus get called?

Raw data consists of 1 message which gets split into 2 packets (i.e. 10 and 8). Each PDU is 8 bytes. How many times do

2019-09-24 19:09:22 +0000 asked a question In get_foo_message_len(...) - What value is passed into offset?

In get_foo_message_len(...) - What value is passed into offset? /* determine PDU length of protocol foo / static guint g

2019-09-23 17:32:55 +0000 asked a question tcp_dissect_pdus warning message

tcp_dissect_pdus warning message Warning message: passing argument 6 of 'tcp_dissect_pdus' from incompatible pointer typ

2019-09-13 18:00:56 +0000 asked a question MSVC 2017 wireshark project. ALL_BUILD Access denied

MSVC 2017 wireshark project. ALL_BUILD Access denied Open the wireshark project in MSVC 2017. Build tab - Run with the

2019-09-13 15:14:52 +0000 asked a question wsbuild64 successfull Wireshark.exe will not run.

wsbuild64 successfull Wireshark.exe will not run. Built Wireshark-2.6.1 successfully on a windows 10 64-bit operating sy

2019-09-06 19:23:31 +0000 commented question Build Wireshark 2.6.1 32 bits with Microsoft Visual Studio 2017

Installed Qt Creator 4.10.0 Based on Qt 5.13.1 (MSVC 2017, 32 bit)

2019-09-06 18:16:11 +0000 asked a question Build Wireshark 2.6.1 32 bits with Microsoft Visual Studio 2017

Build Wireshark 2.6.1 32 bits with Microsoft Visual Studio 2017 Followed the stepWin32/64: Step-by-Step Guide Downloade