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

Commit 02d5cc9

Browse files
authored
Why TShark?
1 parent 4f14120 commit 02d5cc9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@ The app may throw an access denied exception on Windows if your user does not ha
5858

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

61-
The port number you need to specify here is the publishing port, 9184 by default.
61+
The port number you need to specify here is the publishing port, 9184 by default.
62+
63+
# Why does this app need TShark, why not just open a socket and listen?!?
64+
65+
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 commit comments

Comments
 (0)