MCPcopy
hub / github.com/mitmproxy/mitmproxy / UdpMessageInjected

Class UdpMessageInjected

mitmproxy/proxy/layers/udp.py:54–57  ·  view source on GitHub ↗

The user has injected a custom UDP message.

Source from the content-addressed store, hash-verified

52
53
54class UdpMessageInjected(MessageInjected[udp.UDPMessage]):
55 """
56 The user has injected a custom UDP message.
57 """
58
59
60class UDPLayer(layer.Layer):

Callers 2

test_injectFunction · 0.90
inject_udpMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_injectFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…