Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
Why TShark?
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersaares authored Jan 22, 2020
1 parent 4f14120 commit 02d5cc9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,8 @@ The app may throw an access denied exception on Windows if your user does not ha

> netsh http add urlacl url=http://+:9184/metrics user=DOMAIN\user

The port number you need to specify here is the publishing port, 9184 by default.
The port number you need to specify here is the publishing port, 9184 by default.

# Why does this app need TShark, why not just open a socket and listen?!?

Implementations of the TZSP protocol can truncate packets under some conditions, which might result in the operating system filtering them out and never handing them over to the listening app. Using TShark ensures that we can process even truncated packets.

0 comments on commit 02d5cc9

Please sign in to comment.