Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer writes a protocol trace
func (*Writer) IPPRequest ¶
func (writer *Writer) IPPRequest(seqnum uint64, query *transport.ServerQuery, msg *goipp.Message, body io.Reader)
IPPRequest is the [ipp.Sniffer.Request] callback.
func (*Writer) IPPResponse ¶
func (writer *Writer) IPPResponse(seqnum uint64, query *transport.ServerQuery, msg *goipp.Message, body io.Reader)
IPPResponse is the [ipp.Sniffer.Response] callback.
Click to show internal directories.
Click to hide internal directories.