Ask Your Question
0

select a dissector by magic in header

asked 2021-02-01 13:45:23 +0000

clemens1509 gravatar image

Hi, I would like to select a dissector not only by a port number. I would like to select the dissector by data.data[0-4] = "magic" . For port I use dissector_add_uint. How I can do it for such an expression above ?

Clemens

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2021-02-01 16:12:44 +0000

Chuckc gravatar image

Have you looked at README.heuristic ?
"A HD looks into the first few packet bytes and searches for common patterns that are specific to the protocol in question."

edit flag offensive delete link more

Comments

Thanks heuristics works.

clemens1509 gravatar imageclemens1509 ( 2021-02-01 16:45:42 +0000 )edit

If an answer has solved your issue please accept it by clicking the checkmark icon to the left of it, this helps others who may have the same question.

grahamb gravatar imagegrahamb ( 2021-02-02 08:48:11 +0000 )edit
0

answered 2021-02-01 19:59:57 +0000

Chuckc gravatar image

Answer in comments.

edit flag offensive delete link more

Comments

@Chuckc: I don't know whether everybody's allowed to do this, but there's a "convert to answer" link below a comment, after the "edit" link, so at least some people can convert a comment to an answer; I did that with your comment. (It's a bit more work to move responses to your answer under the new answer - you have to convert those comments to answers and then convert them back to comments "under older answer".)

Guy Harris gravatar imageGuy Harris ( 2021-02-02 03:06:38 +0000 )edit

Thanks! Looks like the Karma level for that is 2000 - How does karma system work? which is good. Graham and Jaap are still training me. :-)

Chuckc gravatar imageChuckc ( 2021-02-02 03:30:11 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2021-02-01 13:45:23 +0000

Seen: 243 times

Last updated: Feb 01 '21