First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How do I configure WireShark to capture Snort packages on Windows

  • retag add tags

Snort Ver. 2.9.17 Windows 10

JamaDad55's avatar
1
JamaDad55
asked 2020-12-03 16:54:58 +0000
Guy Harris's avatar
19.9k
Guy Harris
updated 2020-12-05 18:56:19 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Please explain what you want to accomplish. As it sounds like you are trying to mix things that have no relation to one another.

hugo.vanderkooij's avatar hugo.vanderkooij (2020-12-04 09:23:18 +0000) edit

What @Chuckc describes in his answer is "capturing packets in Wireshark and having Wireshark feed them to Snort to see what it has to say about them, and report that in the dissection"; is that what you're talking about?

Guy Harris's avatar Guy Harris (2020-12-05 22:04:09 +0000) edit
add a comment see more comments

1 Answer

0

From the Wireshark wiki:
"Does not currently run under Windows. The problem seen was a failure to launch Snort using g_spawn_async_with_pipes(). Any suggestions on how to fix this would be welcome."

Please open an issue on the Wireshark GitLab site so that this can be tracked and maybe repaired.
At the very least there should be a warning message similar to:

report_failure("Snort dissector: Can't run snort - config file '%s' not found\n", pref_snort_config_filename);

in packet-snort.c to indicate there is a problem.

Chuckc's avatar
3k
Chuckc
answered 2020-12-05 18:26:03 +0000, updated 2020-12-05 18:26:26 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer