Ask Your Question

ranjeetsih's profile - activity

2023-11-10 15:18:37 +0000 received badge  Notable Question (source)
2023-11-10 15:18:37 +0000 received badge  Popular Question (source)
2023-10-11 08:21:13 +0000 received badge  Famous Question (source)
2023-05-12 12:24:40 +0000 received badge  Popular Question (source)
2023-04-03 16:32:17 +0000 received badge  Notable Question (source)
2023-04-03 14:36:20 +0000 received badge  Popular Question (source)
2022-07-06 09:17:18 +0000 received badge  Notable Question (source)
2022-02-12 12:44:23 +0000 received badge  Popular Question (source)
2021-12-08 17:49:31 +0000 received badge  Popular Question (source)
2021-03-17 16:04:47 +0000 received badge  Rapid Responder (source)
2021-03-17 16:04:47 +0000 answered a question How to call lua dissector from C dissector?

a dissector as following is working fine. local gtp_tpdu_custom = Proto.new("gtp_tpdu_custom", "BNG GTP Custom Demo dis

2021-03-17 14:33:25 +0000 asked a question How to call lua dissector from C dissector?

How to call lua dissector from C dissector? I want to write a lua dissector that i can call from a dissector written in

2021-03-13 10:50:14 +0000 edited answer decode protobuf within a protobuf in lua plugin

if protbuf inside protobuf is stored as byte then following will work. local pbuf_dissector_table = DissectorTable.get(

2021-03-13 10:48:51 +0000 answered a question decode protobuf within a protobuf in lua plugin

if protbuf inside protobuf is stored as byte then following will work. local pbuf_dissector_table = DissectorTable.get(

2021-03-13 10:42:21 +0000 edited question how to set 'destination' column to a string with lua plugin?

how to set 'destination' column to a string with lua plugin? I want to set 'destination' column to a string. I tried fol

2021-03-13 10:40:27 +0000 asked a question how to set 'destination' column to a string with lua plugin?

how to set 'destination' column to a string with lua plugin? I want to set 'destination' column to a string. I tried fol

2021-03-02 14:32:52 +0000 answered a question Add vsa defination for pfcp packet without compiling wireshark?

I was able to decode vendor specific IE with a lua script as follows:- mypfcpvsa_protocol = Proto("mypfcpvsa", "mypfcp

2021-03-02 14:26:05 +0000 commented answer Finding parent subtree of a field in a Lua post dissector

Could not find a way to find parent pointer. But i was able to add pfcp vsa dissectors using following mypfcpvsa_protoc

2021-03-02 14:25:30 +0000 commented answer Finding parent subtree of a field in a Lua post dissector

Could not find a way to find parent pointer. But i was able to add pfcp vsa dissectors using following mypfcpvsa_protoc

2021-02-27 15:10:51 +0000 commented answer Add vsa defination for pfcp packet without compiling wireshark?

is there a xml file like radius/diameter where i can add new vsa definition?

2021-02-26 17:09:08 +0000 asked a question Add vsa defination for pfcp packet without compiling wireshark?

Add vsa defination for pfcp packet without compiling wireshark? new vsa definition can be added for diameter and radius

2021-02-26 07:23:48 +0000 edited question Finding parent subtree of a field in a Lua post dissector

Finding parent subtree of a field in a Lua post dissector I want to write a plugin to add description to VSA's in pfcp m

2021-02-26 07:23:40 +0000 edited question Finding parent subtree of a field in a Lua post dissector

Add field in middle of packet tree with Lua post dissector I want to write a plugin to add description to VSA's in pfcp

2021-02-26 06:57:53 +0000 edited question Finding parent subtree of a field in a Lua post dissector

Add field in middle of packet tree with Lua post dissector I want to write a plugin to add description to VSA's in pfcp

2021-02-25 23:39:45 +0000 asked a question Finding parent subtree of a field in a Lua post dissector

Add field in middle of packet tree with Lua post dissector I want to write a plugin to add description to VSA's in pfcp

2021-02-11 15:18:31 +0000 edited question decode protobuf within a protobuf in lua plugin

decode protobuf within a protobuf in lua plugin I have a http2 packet with grpc+protobuf content. The protobuf inside g

2021-02-11 15:13:41 +0000 edited question decode protobuf within a protobuf in lua plugin

decode protobuf within a protobuf in lua plugin I have a htt2 packet with grpc+protobuf content. The protobuf inside gr

2021-02-03 12:17:59 +0000 asked a question enhancement req: grpc dissector content type and header path as private info

enhancement req: grpc dissector content type and header path as private info As of now grpc dissector takes content type

2021-02-03 11:18:29 +0000 asked a question find http2 header field by name in lua plugin

find http2 header field by name in lua plugin I want to find value of http2 header like content type in a lua script. In

2021-02-03 11:12:49 +0000 received badge  Editor (source)
2021-02-03 11:12:49 +0000 edited question http2 post dissector not called for data

http2 post dissector not called for data I am writing a lua dissector to analyze data inside a http2 packet. f_http2_ty

2021-02-03 11:11:10 +0000 asked a question http2 post dissector not called for data

http2 post dissector not called for data I am writing a dissector to analyze data inside a http2 packet. f_http2_type =

2021-02-01 09:48:31 +0000 asked a question decode protobuf within a protobuf in lua plugin

decode protobuf within a protobuf in lua plugin I have a lua script to decode a packet with a protobuf. as suggested her

2021-02-01 09:43:22 +0000 commented answer Cannot call pppoed and pppoes dissector from lua plugin

Thanks. It worked with following code in a lua script. local eth_d = DissectorTable.get("ethertype") local pppoed_d =

2021-02-01 09:42:54 +0000 commented answer Cannot call pppoed and pppoes dissector from lua plugin

Thanks. It worked with following code in a lua script. local eth_d = DissectorTable.get("ethertype") local pppoed_d =

2020-07-23 07:38:56 +0000 commented question Cannot call pppoed and pppoes dissector from lua plugin

Thanks. It worked with following code in a lua script. local eth_d = DissectorTable.get("ethertype") local pppoed_d =

2020-07-23 07:38:26 +0000 commented question Cannot call pppoed and pppoes dissector from lua plugin

Thanks. It worked with following code in a lua script. local eth_d = DissectorTable.get("ethertype") local ppp

2020-07-23 07:38:07 +0000 commented question Cannot call pppoed and pppoes dissector from lua plugin

Thanks. It worked with following code in a lua script. local eth_d = DissectorTable.get("ethertype") local

2020-07-23 07:37:39 +0000 commented question Cannot call pppoed and pppoes dissector from lua plugin

Thanks. It worked with following code in a lua script. local eth_d = DissectorTable.get("ethertype") loc

2020-07-22 17:31:02 +0000 asked a question Cannot call pppoed and pppoes dissector from lua plugin

Cannot call pppoed and pppoes dissector from lua plugin I want to call PPPoED and PPPoES dissector from my lua plugin. B