endpoint property

  1. @TagNumber(8)
EndpointInfo endpoint

Display information of the source and destination under analysis. The endpoint information in an intermediate state may differ with the initial input, as it might be modified by state like NAT, or Connection Proxy.

Implementation

@$pb.TagNumber(8)
EndpointInfo get endpoint => $_getN(7);
  1. @TagNumber(8)
void endpoint=(EndpointInfo v)

Implementation

@$pb.TagNumber(8)
set endpoint(EndpointInfo v) { setField(8, v); }