Ask Your Question

jlshuman's profile - activity

2022-11-04 00:52:32 +0000 received badge  Notable Question (source)
2022-11-04 00:52:32 +0000 received badge  Popular Question (source)
2022-01-23 18:18:54 +0000 received badge  Popular Question (source)
2020-06-04 19:05:51 +0000 commented answer How do you get tcp flags in another dissector

I still would like to know how to access the tcp flags from inside of my dissector, which is not a TCP dissector, but a

2020-06-02 21:21:46 +0000 asked a question How do you get tcp flags in another dissector

How do you get tcp flags in another dissector I have a dissector that processes messages that are transported on TCP. In

2020-06-02 20:48:26 +0000 asked a question Building wireshark in VS2019 and getting unresolved external symbol __CxxFrameHandler4

Building wireshark in VS2019 and getting unresolved external symbol __CxxFrameHandler4 Building wireshark in VS2019 and

2019-06-19 14:47:02 +0000 commented answer Why do I get a link error when I call proto_tree_add_format_wsp_text() in my dissector?

Is there public code that I can call that would replace the call to proto_tree_format_wsp_text? Something I can call tha

2019-06-19 14:06:08 +0000 asked a question Why do I get a link error when I call proto_tree_add_format_wsp_text() in my dissector?

I want to call methods from proto.c in my dissector. What library or dll do I need to link to. I am using Windows platfo

2019-06-18 15:35:27 +0000 commented answer Dissector to parse smtp with specific content, but let normal smtp dissector handle it otherwise.

Is there some documentation somewhere that describes how to use Custom IMF headers?

2019-06-12 16:33:51 +0000 commented answer Dissector to parse smtp with specific content, but let normal smtp dissector handle it otherwise.

The IMF dissector is called from the SMTP dissector. Is there a way that I can create a dissector to take the place of t

2019-06-11 17:12:45 +0000 received badge  Organizer (source)
2019-06-11 17:11:41 +0000 received badge  Editor (source)
2019-06-11 17:11:41 +0000 edited question Dissector to parse smtp with specific content, but let normal smtp dissector handle it otherwise.

Dissector to parse smtp with specific content, but let normal smtp dissector handle it otherwise. I need to write a diss

2019-06-11 16:57:30 +0000 commented question Dissector to parse smtp with specific content, but let normal smtp dissector handle it otherwise.

The keywords are in the contents of the message being transferred. One of the keywords I'm looking for is MSGID. It is p

2019-06-06 18:37:29 +0000 asked a question Dissector to parse smtp with specific content, but let normal smtp dissector handle it otherwise.

Dissector to parse smtp with specific content, but let normal smtp dissector handle it otherwise. I need to write a diss