package rrg.net

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Connection

net.proto:85

Information about an Internet connection. The version of the protocol can be determined from the IP addresses.

Used in: action.list_connections.Result

message Interface

net.proto:96

Information about a network interface.

Used in: action.list_interfaces.Result

message IpAddress

net.proto:10

IP address (either IPv4 or IPv6).

Used in: Interface, SocketAddress

message MacAddress

net.proto:29

MAC address as defined in the IEEE 802 standard [1]. [1]: https://standards.ieee.org/wp-content/uploads/import/documents/tutorials/macgrp.pdf

Used in: Interface

message SocketAddress

net.proto:18

Socket address (either IPv4 or IPv6).

Used in: action.get_tcp_response.Args, TcpConnection, UdpConnection

message TcpConnection

net.proto:57

Information about a TCP connection. The version of the protocol can be determined from the IP addresses.

Used in: Connection

enum TcpState

net.proto:39

State of a TCP connection as described in RFC 793 [1]. [1]: https://www.ietf.org/rfc/rfc793.txt

Used in: TcpConnection

message UdpConnection

net.proto:74

Information about a UDP connection. The version of the protocol can be determined from the IP addresses.

Used in: Connection