Ask Your Question

Ke's profile - activity

2023-11-15 19:45:29 +0000 received badge  Notable Question (source)
2023-07-31 01:14:41 +0000 received badge  Popular Question (source)
2023-05-06 01:01:22 +0000 received badge  Popular Question (source)
2022-11-10 09:26:23 +0000 received badge  Popular Question (source)
2022-07-29 04:06:19 +0000 marked best answer PDML output

Hi,

I am trying to understand the PDML output from Wireshark. For example, I have an output:

<field name="goose.confRev" showname="confRev: 1" size="1" pos="118" show="1" value="01"/>

And according to the documentation in the Wireshark repo, show is the value we can use for the filter.

My question is, when I have this output for a malformed packet

<field name="_ws.expert.severity" showname="Severity level: Error" size="0" pos="0" show="8388608"/>

<field name="_ws.expert.group" showname="Group: Malformed" size="0" pos="0" show="117440512"/>

is there any special meaning behind the value of show (8388608, 117440512), just like 404 HTTP response.

Best regards

2022-07-07 18:56:46 +0000 commented question Customize frame details window

sorry I didn't notice there is a status line in the very bottom! Yes, and the only missing part will be the offset.

2022-07-07 14:06:33 +0000 asked a question Customize frame details window

Customize frame details window Hi, i would like to know if it is possible to show the length, the position of a field i

2022-07-07 13:53:32 +0000 asked a question PDML output

PDML output Hi, I am trying to understand the PDML output from Wireshark. For example, I have an output: <field na

2022-06-01 20:27:13 +0000 asked a question Extract Information from Wireshark

Extract Information from Wireshark Hi community! Our project aims to analyze the pcap file based on the dissection data

2022-04-01 05:15:19 +0000 edited question Goose Packet Expert Information for "Index & Tag"

Goose Packet Expert Information for "Index & Tag" Dear Wireshark Community, This problem is an extension of issue o

2022-03-25 03:06:40 +0000 commented question Goose Packet Expert Information for "Index & Tag"

Many thanks for your kindly help!! I will try it!

2022-03-25 02:45:39 +0000 commented question Goose Packet Expert Information for "Index & Tag"

Thanks! I really appreciated for your help! It is Lua plugin right? I will study it!

2022-03-25 02:45:34 +0000 commented question Goose Packet Expert Information for "Index & Tag"

Thanks! I really appreciated for your help! It is Lua plugin right? I will study it!

2022-03-24 23:48:37 +0000 commented answer Detailed Expert Information for Goose Packet

thanks for the info, I have added the issue

2022-03-24 23:48:18 +0000 marked best answer Detailed Expert Information for Goose Packet

Hi, my team wants to show detailed expert information for Goose packet (IEC61850). The current wireshark shows:

[Malformed Packet: GOOSE]

  [Expert Info (Error/Malformed): Malformed Packet (Exception occurred)]

    [Malformed Packet (Exception Occurred)]

    [Severity level: Error]

    [Group: Malformed]

We want to show the detailed information for the malformed part, for example:

the numDatSetEntries's length is 0 in our malformed packet. According to the Goose protocol, the length should be 1. We want to show that this packet is malformed because of the "numDatSetEntries" field. And ideally also show the reason for it.

I have struggled a lot reading the code about the asn1 dissector, any hint for doing this, or is it possible with existing function?

Thanks for reading my question!

2022-03-24 23:48:18 +0000 received badge  Scholar (source)
2022-03-24 23:46:39 +0000 commented question Goose Packet Expert Information for "Index & Tag"

We are trying to add C code, but open to other options as long as it does the job. (btw, I am still studyng the code, ha

2022-03-24 23:44:09 +0000 commented question Goose Packet Expert Information for "Index & Tag"

We are trying to add C code, but open to other options as long as it does the job. (btw, I am still studyng the code, ha

2022-03-24 22:36:51 +0000 commented question Goose Packet Expert Information for "Index & Tag"

Thanks for the reply, the build info is: 3.7.0 (v3.7.0rc0-1455-gf43ce70fd9cc) I only add the expert info with the c

2022-03-24 17:22:47 +0000 edited question Goose Packet Expert Information for "Index & Tag"

Goose Packet Expert Information for "Index & Tag" Dear Wireshark Community, This problem is an extension of issue o

2022-03-24 17:12:13 +0000 edited question Goose Packet Expert Information for "Index & Tag"

Goose Packet Expert Information for "Index & Tag" Dear Wireshark Community, We are trying to show detailed expert i

2022-03-24 17:11:52 +0000 received badge  Editor (source)
2022-03-24 17:11:52 +0000 edited question Goose Packet Expert Information for "Index & Tag"

Goose Packet Expert Information for "Index & Tag" Dear Wireshark Community, We are trying to show detailed expert i

2022-03-24 17:11:05 +0000 asked a question Goose Packet Expert Information for "Index & Tag"

Goose Packet Expert Information for "Index & Tag" Dear Wireshark Community, We are trying to show detailed expert i

2022-03-11 10:57:49 +0000 commented answer Detailed Expert Information for Goose Packet

thanks for the reply, do you mean I have to submit the report to wireshark's gitlab repo?

2022-03-11 01:57:51 +0000 asked a question Detailed Expert Information for Goose Packet

Detailed Expert Information for Goose Packet Hi, my team wants to show detailed expert information for Goose packet (IEC