Method: Pcap::UDPPacket#dport=
- Defined in:
- ext/pcap/udp_packet.c
#dport= ⇒ Object
Set UDP destination port and update checksum
165 166 167 |
# File 'ext/pcap/udp_packet.c', line 165 static VALUE udpp_dport_set(self, val) VALUE self, val; |