What's the value for Protocol in 'netsh trace start'?

昇杰 李 1 Reputation point
2023-01-08T18:12:40.773+00:00

When I read the document, I find that Protocol for capturefilter can be set about 10 values. I wonder what are them?

    Protocol=<protocol>  
     Matches the specified filter against the IP protocol.  
    e.g. Protocol=6  
    e.g. Protocol=!(TCP,UDP)  
    e.g. Protocol=(4-10)
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Gary Nebbett 6,216 Reputation points
    2023-01-08T20:14:58.42+00:00

    Here is a list of the assigned values for "Protocol" along with references to documents where the corresponding protocols are defined: https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml

    Gary

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.