Ask Your Question

[email protected]'s profile - activity

2020-09-25 20:23:02 +0000 received badge  Famous Question (source)
2019-04-09 01:33:11 +0000 received badge  Notable Question (source)
2018-09-10 08:47:28 +0000 received badge  Popular Question (source)
2018-05-10 03:10:30 +0000 commented question build errors. First time cmake user

the foo.dll now shows up on wireshark help menu-> plugins along with others with no issue. Thank you so very much for

2018-05-09 18:34:05 +0000 commented question build errors. First time cmake user

Sorry!!!! I found out after looking through my notes. I removed those 2 lines from that file. I will add that back in. T

2018-05-09 18:27:42 +0000 commented question build errors. First time cmake user

I used git extension to clone the branch master-2.6

2018-05-09 18:17:26 +0000 commented question build errors. First time cmake user

sorry, here it is. https://drive.google.com/file/d/12QSpIOFtSxCSdTZ6JlOVLEqJrTRZoXto/view?usp=sharing

2018-05-09 17:58:18 +0000 commented question build errors. First time cmake user

here's the link to make-plugin-reg.py https://drive.google.com/file/d/1ah6e6m_GLTVteXvULvkFGwuihm-tN2Rr/view?usp=sharing

2018-05-09 17:07:09 +0000 commented question build errors. First time cmake user

sorry to have to inform you that the plugin_version issue still persist with building in ws64build directory as well. Th

2018-05-09 16:06:45 +0000 commented question build errors. First time cmake user

ok, got it. hope this will fix the plugin version issue. Will let you know. And thank you for all your help.

2018-05-09 15:26:37 +0000 commented question build errors. First time cmake user

ok, I remembered now. when I tried to generate build under wsbuild64, it gave me error as below. C:\Development\wsbuild

2018-05-09 15:02:27 +0000 commented question build errors. First time cmake user

yes in tree. I did try earlier with wsbuild64 but with other errors I went back to in tree. I can try the wsbuild64 agai

2018-05-09 14:42:44 +0000 commented question build errors. First time cmake user

I see plugin.c file being generated for gryphon source directory as well. I always run "msbuild /m /p:Configuration=RelW

2018-05-09 14:13:08 +0000 commented question build errors. First time cmake user

yes, there's a plugin.c file sitting next to source code. That's what I copied and pasted on my previous comment. and I

2018-05-09 13:27:54 +0000 commented question build errors. First time cmake user

Here's the output. plugin.txt on google drive. https://drive.google.com/file/d/1ah6e6m_GLTVteXvULvkFGwuihm-tN2Rr/view?us

2018-05-09 13:25:31 +0000 commented question build errors. First time cmake user

Here's the output. plugin.txt on google drive. https://drive.google.com/file/d/1ah6e6m_GLTVteXvULvkFGwuihm-tN2Rr/view?us

2018-05-09 12:20:21 +0000 commented question build errors. First time cmake user

Does it matter where the custom source code is? I had it under plugins/epan/... instead of directly under plugins. These

2018-05-09 12:08:40 +0000 commented question build errors. First time cmake user

This is the generated plugin.c file from C:\Development\wireshark\plugins\epan\BDCP. include "config.h" include <gm

2018-05-09 11:32:01 +0000 commented question build errors. First time cmake user

The warnings for bdcp are old code and no longer used. That's why I did not fix, but will comment the code later. Here's

2018-05-09 04:00:14 +0000 commented question build errors. First time cmake user

https://drive.google.com/file/d/1TcUri7aAFGCsMT7_ovwsEH15F-uJ48dq/view?usp=sharing let me know if you have issue viewin

2018-05-08 16:45:03 +0000 commented question build errors. First time cmake user

No "plugin_version" symbol for the custom dlls are still an issue when wireshark is launched. This is after repairing VS

2018-05-07 21:10:14 +0000 commented question build errors. First time cmake user

sorry that I did not explained clearly. I have 2 virtual machines, one with windows7 wireshark version 1.12.6 which have

2018-05-07 19:25:56 +0000 commented question build errors. First time cmake user

I deleted the zlib folders and rebuilt and that seems to have solved the issue. Right now, it generated dll's fine,but s

2018-05-07 19:13:06 +0000 commented question build errors. First time cmake user

I deleted the zlib folders and rebuilt and that seems to have solved the issue. Right now, it generated dll's fine,but s

2018-05-07 19:06:15 +0000 commented question build errors. First time cmake user

I deleted the zlib folders and rebuilt and that seems to have solved the issue. Right now, it generated dll's fine,but s

2018-05-07 19:05:13 +0000 commented question build errors. First time cmake user

I deleted the zlib folders and rebuilt and that seems to have solved the issue. Right now, it generated dll's fine,but s

2018-05-04 16:38:13 +0000 commented question build errors. First time cmake user

So, I repaired the VS2015 and that fixed the rc.exe and redl.dll issue. But it did not fix the plugin_version issue. So,

2018-05-04 16:34:24 +0000 commented question build errors. First time cmake user

So, I repaired the VS2015 and that

2018-05-03 21:08:55 +0000 received badge  Student (source)
2018-05-03 17:31:07 +0000 commented question build errors. First time cmake user

mine is include(WiresharkPlugin) Plugin name and version info (major minor micro extra) set_module_info(bdcp 0 0 1 0)

2018-05-03 16:51:39 +0000 commented question custom C/C++ plugin will not load - no indication why

I am having a similar issue currently that my custom.dll are not being recognized by wireshark verion 2.6. I added my p

2018-05-03 16:50:01 +0000 commented question custom C/C++ plugin will not load - no indication why

I had a similar issue currently that my custom.dll are not being recognized by wireshark verion 2.6. I added my plugins

2018-05-03 16:42:45 +0000 commented question build errors. First time cmake user

yeah, when I added my custom dlls in the downloaded wireshark folder /plugins/2.6/epan and when launch the wireshark, I

2018-05-03 16:00:49 +0000 commented question build errors. First time cmake user

yes, I tried to download the qt5.9 and got error in installation. That's why I had to use their 5.11 which installed suc

2018-05-03 15:42:46 +0000 commented question build errors. First time cmake user

Yes, not sure because I have windows 10 with 64 bit machine and also had to use a different qt version 5.11 instead of 5

2018-05-03 14:42:39 +0000 commented question build errors. First time cmake user

Here's another one with register void proto_register_bdcp(void) { /* A header field is something you can search/filt

2018-05-03 14:40:19 +0000 commented question build errors. First time cmake user

static void dissect_3146(tvbuff_t tvb, packet_info *pinfo, proto_tree *tree,void data); void proto_register_3146(void) {

2018-05-03 13:36:58 +0000 commented question build errors. First time cmake user

here's one of my proto_reg_handoff file looks like. I tried to fix the warnings associated to my file and pretty much cl

2018-05-01 15:53:32 +0000 commented question build errors. First time cmake user

was wondering before changing the build-in dissector, whether wireshark can provide a method to choose the frame prefere

2018-05-01 14:48:48 +0000 commented question build errors. First time cmake user

tried disabling ll2tp protocol from GUI Analyze->EnabledProtocols-> unchecked the l2tp, and the frames are decode

2018-05-01 13:36:03 +0000 commented question build errors. First time cmake user

oh, I saw my custom dll and gryphon.dll in run/RelWithDebInfo/plugins/2.6/epan instead of under run/RelWithDebInfo. It

2018-05-01 01:09:48 +0000 commented question build errors. First time cmake user

oh, I saw my custom dll and gryphon.dll in run/RelWithDebInfo/plugins/2.6/epan instead of under run/RelWithDebInfo. It

2018-05-01 00:47:13 +0000 received badge  Commentator
2018-05-01 00:47:13 +0000 commented question build errors. First time cmake user

oh, I saw my custom dll and gryphon.dll in run/RelWithDebInfo/plugins/2.6/epan instead of under run/RelWithDebInfo. It

2018-05-01 00:44:25 +0000 commented question build errors. First time cmake user

after I changed the function to dissector_add_uint_with_preference, the dll did not get generated, instead when I launch

2018-05-01 00:21:06 +0000 commented question build errors. First time cmake user

I believe this instruction maybe an issue. This is in proto_reg_handoff pmi_handle = create_dissector_handle(dissect

2018-04-30 20:55:00 +0000 commented question build errors. First time cmake user

Our custom dll is to dissect l2tpv3 frames. It generates the custom dll in the RelWithDebInfo but when open wireshark, i

2018-04-30 20:52:25 +0000 commented question build errors. First time cmake user

Our custom dll is to dissect l2tpv3 frames. It generates the custom dll in the RelWithDebInfo but when open wireshark, i

2018-04-30 13:38:34 +0000 commented question build errors. First time cmake user

Our custom dissector is actually a modified l2tpv3 frames. Hence I believe I may some how need to route the l2tp dissect

2018-04-26 00:01:45 +0000 answered a question build errors. First time cmake user

I think I found the new dll's that I added in /run/RelWithDebInfo. But the dll's doesn't seem to dissect when I open the