Ask Your Question

Dorababu's profile - activity

2022-05-19 16:59:02 +0000 received badge  Notable Question (source)
2022-05-19 16:59:02 +0000 received badge  Popular Question (source)
2021-05-11 11:01:05 +0000 received badge  Famous Question (source)
2021-05-11 11:01:05 +0000 received badge  Notable Question (source)
2021-05-11 11:01:05 +0000 received badge  Popular Question (source)
2019-12-31 07:46:27 +0000 marked best answer Can we freely distribute customized wireshark windows installer with npcap?

We use our own plugin in Wireshark. Recently we recompiled our plugin to work with new Wireshark. But what we got to know that new wireshark uses Npcap instead of WinPcap support is now very limited. Our target systems are Windows Server 2012/R2/Windows 2016/Windows 10

We want to distribute the customized Wireshark to our customers, but this link point to some restrictions:-

https://nmap.org/npcap/oem/redist.html https://github.com/nmap/npcap/blob/ma... Also we tried using Win10Pcap (http://www.win10pcap.org/) but didn’t worked for us and code also seems to be 4 years old.

Our concern is:- Can we freely distribute Npcap for commercial purposes? If not does using Npcap with Wireshark involves any licence and how to obtain that? Is there a way of using Winpcap so that it works with latest Wireshark and supports Windows Server 2012/R2/Windows 2016/Windows 10?

2019-12-26 06:06:10 +0000 answered a question Wireshark unable to load customized plugin

Added all dependency projects under wireshark project then its works for me.

2019-12-26 06:03:37 +0000 edited question Can we freely distribute customized wireshark windows installer with npcap?

Can we freely distribute customized Wireshark Windows installer with npcap? We use our own plugin in Wireshark. Recently

2019-12-26 06:02:54 +0000 asked a question Can we freely distribute customized wireshark windows installer with npcap?

Can we freely distribute customized Wireshark Windows installer with npcap? We use our own plugin in Wireshark. Recently

2019-12-11 13:30:45 +0000 marked best answer Dissector bug info: field casn1xxxprotocol is not of type FT_NONE

Hi , My plugin able to dissect packet data and displaying fields as well,while displaying sub tree which is xxx protocol info getting below error messages. I guess,i didn't use propr "proto_add_XXX_format fuction" could any body has idea on below error. "Dissector bug info: [Expert Info (Error/Malformed): e:\wireshark\epan\proto.c:3664: field casn1xxxprotocol is not of type FT_NONE"

2019-12-11 13:30:45 +0000 received badge  Scholar (source)
2019-12-11 13:28:36 +0000 commented answer Dissector bug info: field casn1xxxprotocol is not of type FT_NONE

Dissector bug fixed

2019-12-11 13:28:23 +0000 commented answer Dissector bug info: field casn1xxxprotocol is not of type FT_NONE

Thanks grahmb for your support

2019-12-11 07:41:10 +0000 received badge  Commentator
2019-12-11 07:41:10 +0000 commented question Dissector bug info: field casn1xxxprotocol is not of type FT_NONE

grahamb, i hope you remember about last conversation, I was debugged the dissector loading issue and fixed it.issue due

2019-12-11 07:26:18 +0000 commented question Dissector bug info: field casn1xxxprotocol is not of type FT_NONE

Hi Grahamb, I refactored old dissector code, in place of proto_tree_add_text(frame_tree, tvb, 0, 0, "NO Length field")

2019-12-09 10:22:00 +0000 asked a question Dissector bug info: field casn1xxxprotocol is not of type FT_NONE

Dissector bug info: field casn1xxxprotocol is not of type FT_NONE Hi , My plugin able to dissect packet data and display

2019-11-13 09:47:56 +0000 commented question Wireshark unable to load customized plugin

I ran wireshark with windbg i found following issue. ModLoad: 0a5d0000 0a985000 D:\wsbuild32\run\RelWithDebInfo\plugin

2019-11-13 08:52:08 +0000 commented question Wireshark unable to load customized plugin

I ran wireshark with windbg i found following issue. ModLoad: 0a5d0000 0a985000 D:\wsbuild32\run\RelWithDebInfo\plugin

2019-11-13 08:51:34 +0000 commented question Wireshark unable to load customized plugin

I ran wireshark with windbg i found following issue. ModLoad: 0a5d0000 0a985000 D:\wsbuild32\run\RelWithDebInfo\plugin

2019-11-13 08:39:50 +0000 commented question Wireshark unable to load customized plugin

I ran wireshark with windbg i found following issue. odLoad: 0a5d0000 0a985000 D:\wsbuild32\run\RelWithDebInfo\plugins

2019-11-13 08:39:22 +0000 commented question Wireshark unable to load customized plugin

I ran wireshark with windbg i found following issue. odLoad: 0a5d0000 0a985000 D:\wsbuild32\run\RelWithDebInfo\plugins

2019-11-11 12:55:45 +0000 commented question Wireshark unable to load customized plugin

I ran wirehark.exe from build directory i got below error. Microsoft Visual studio C++ Runtime Library:Assertion failed

2019-11-11 08:12:07 +0000 commented question Wireshark unable to load customized plugin

Hi Grahamb, When I ran dependency walker on xyz.dll(my plugin) Errors while finding location for following dll/libs: C

2019-11-11 07:54:44 +0000 edited question Wireshark unable to load customized plugin

Wireshark unable to load customized plugin Steps followed: Downloaded Wireshark(3.0.5) source, created build environmen

2019-11-11 07:53:54 +0000 commented question Wireshark unable to load customized plugin

Hi Grahamb, When I ran dependency walker on xyz.dll(my plugin) Errors while finding location for following dll/libs: C

2019-11-11 07:52:29 +0000 commented question Wireshark unable to load customized plugin

Hi Grahamb, When I ran dependency walker on xyz.dll(my plugin) errors for following dll/libs: CPPASN1.DLL LIBGCRYPT-20.

2019-11-11 07:36:52 +0000 commented question Wireshark unable to load customized plugin

Conformed that all dependency dlls are linked to target dll. Cross checked: 1)Copied all the dependency dlls to "D:\ws

2019-11-11 06:55:24 +0000 commented question Wireshark unable to load customized plugin

Conformed that all dependency dlls are linked to target dll. Cross checked: 1)Copied all the dependency dlls to "D:\ws

2019-11-11 06:55:03 +0000 commented question Wireshark unable to load customized plugin

Conformed that all dependency dlls are linked to target dll. Cross checked: 1)copied all the dependency dlls to "D:\wsb

2019-11-11 06:53:37 +0000 commented question Wireshark unable to load customized plugin

Conformed that all dependency dlls are linked to target dll. Cross checked: 1)copied all the dependency dlls to "D:\wsb

2019-11-07 14:10:42 +0000 commented question Wireshark unable to load customized plugin

3 stages project: snacc cppasn1/casn1.libs and dlls created. 2.project 2: asn1 source(/c++) generated with snacc com

2019-11-07 14:10:31 +0000 commented question Wireshark unable to load customized plugin

3 stages project: snacc cppasn1/casn1.libs and dlls created. 2.project 2: asn1 source(/c++) generated with snacc com

2019-11-07 14:10:21 +0000 commented question Wireshark unable to load customized plugin

3 stages 1. project: snacc cppasn1/casn1.libs and dlls created. 2.project 2: asn1 source(/c++) generated with snacc com

2019-11-07 14:08:12 +0000 commented question Wireshark unable to load customized plugin

3 stages 1. project: snacc cppasn1/casn1.libs and dlls created. 2.project 2: asn1 source(/c++) generated with snacc comp

2019-11-07 14:00:04 +0000 commented question Wireshark unable to load customized plugin

Yes, its depends on other dll. included to wireshark as well

2019-11-07 06:27:47 +0000 commented question Wireshark unable to load customized plugin

Yes, its at build time test will open wireshark then it will load all plugins. same thing will happen if install same i

2019-11-07 06:27:08 +0000 commented question Wireshark unable to load customized plugin

Yes, its at build time test will open wireshark then it will load all plugins same thing will happen if install same ins

2019-11-07 06:24:40 +0000 commented question Wireshark unable to load customized plugin

Please let me know if there is any tools to find exact root cause.

2019-11-07 06:21:03 +0000 commented question Wireshark unable to load customized plugin

After installation, if I open wireshark every time same issue happening , could not able to figure out what is the root

2019-11-07 06:20:04 +0000 commented question Wireshark unable to load customized plugin

After installation, if I open wireshark same issue happening , could not able to figure out what is the root cause for t

2019-11-07 06:18:18 +0000 commented question Wireshark unable to load customized plugin

After installation, if i open wireshark same issue happening i cant able figure out what is the root cause for this issu

2019-11-06 07:35:17 +0000 edited question Wireshark unable to load customized plugin

Wireshark unable to load customized plugin Steps followed: Downloaded Wireshark(3.0.5) source, created build environmen

2019-11-06 07:33:40 +0000 edited question Wireshark unable to load customized plugin

Wireshark unable to load customized plugin Steps followed: Downloaded Wireshark(3.0.5) source, created build environmen

2019-11-06 07:32:53 +0000 edited question Wireshark unable to load customized plugin

Wireshark unable to load customized plugin Steps followed: Downloaded Wireshark(3.0.5) source, created build environmen

2019-11-06 05:39:52 +0000 received badge  Editor (source)
2019-11-06 05:39:52 +0000 edited question Wireshark unable to load customized plugin

Wireshark unable to load customized plugin Steps followed: Downloaded Wireshark(3.0.5) source, created build environmen

2019-11-06 05:38:38 +0000 received badge  Organizer (source)
2019-11-06 05:35:22 +0000 asked a question Wireshark unable to load customized plugin

Wireshark unable to load customized plugin Steps followed: Downloaded Wireshark(3.0.5) source, created build environmen