You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sink.c: In the function ‘udp_port_match’:
Sink.c:52:13: Error: ‘struct udphdr’ does not have a member named ‘uh_dport’
If (udph->uh_dport == htons(udp_port)) {
The text was updated successfully, but these errors were encountered:
Sink.c: In the function ‘udp_port_match’:
Sink.c:52:13: Error: ‘struct udphdr’ does not have a member named ‘uh_dport’
If (udph->uh_dport == htons(udp_port)) {
The text was updated successfully, but these errors were encountered: