Ask Your Question

Kuru4634's profile - activity

2022-10-06 03:59:46 +0000 received badge  Notable Question (source)
2021-06-08 11:36:09 +0000 received badge  Popular Question (source)
2018-12-03 08:51:47 +0000 commented answer tvb_get_letohs() or tvb_get_bits16() is not working properly on ubuntu(little endian machine)

i tried to share image with error details however this site is not allowing me to post image. appreciate if you can shar

2018-11-28 07:36:25 +0000 commented answer Packet name is not displaying for few packets under info column

there is no condition as you mentioned above. it is the first statement under any case statement case NRACH_

2018-11-27 11:14:33 +0000 commented answer tvb_get_letohs() or tvb_get_bits16() is not working properly on ubuntu(little endian machine)

thanks for your reply. in my case, i am getting errors due to invalid length field value. tvb_get_ntohs(tvb, offset ) di

2018-11-27 09:20:23 +0000 commented answer tvb_get_letohs() or tvb_get_bits16() is not working properly on ubuntu(little endian machine)

Hi, i am using little endian based machine i.e i do assume that tvbgetntohs() shouldnt be called. is that my assumption

2018-11-27 04:57:18 +0000 edited question why am i getting malformed packet in default display panel where as same packet is properly decoded in a new popup window

why am i getting malformed packet in default display panel where as same packet is properly decoded in a new popup windo

2018-11-27 04:51:18 +0000 asked a question why am i getting malformed packet in default display panel where as same packet is properly decoded in a new popup window

why am i getting malformed packet in default display panel where as same packet is properly decoded in a new popup windo

2018-11-27 04:34:44 +0000 asked a question tvb_get_letohs() or tvb_get_bits16() is not working properly on ubuntu(little endian machine)

tvb_get_letohs() or tvb_get_bits16() is not working properly on ubuntu(little endian machine) Hi, we are migrating one

2018-11-27 04:18:56 +0000 asked a question Packet name is not displaying for few packets under info column

Packet name is not displaying for few packets under info column Hi, we are migrating existing plugin code from wireshar

2018-09-28 10:52:59 +0000 commented question convert_proto_tree_add_text.pl is not generating any output file

packet-fapi.c file is located in the same location ~/raju/wireshark-wireshark-2.6.3/tools.

2018-09-28 10:52:01 +0000 received badge  Editor (source)
2018-09-28 10:52:01 +0000 edited question convert_proto_tree_add_text.pl is not generating any output file

convert_proto_tree_add_text.pl is not generating any output file Hi, i am trying to migrate one plugin from wireshark

2018-09-28 09:21:22 +0000 asked a question convert_proto_tree_add_text.pl is not generating any output file

convert_proto_tree_add_text.pl is not generating any output file Hi, i am trying to migrate one plugin from wireshark

2018-09-11 06:15:58 +0000 received badge  Rapid Responder
2018-09-11 06:15:58 +0000 answered a question is there a way to identify problematic code??

Hi, yes, i am modifying a existing add on plugin C dissector. i have tried both attach/bring up wireshark using gdb, i

2018-09-10 15:21:30 +0000 asked a question is there a way to identify problematic code??

is there a way to identify problematic code?? Hi, I have added new messages to existing plugin code. When I go through