Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
egecetin committed Jan 1, 2025
1 parent 3d4ee76 commit 1321131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/KniPong/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ namespace
}

/**
* Handle all UDP packets as a packet carying a "ping" string to "pong" to with same string.
* Handle all UDP packets as a packet carrying a "ping" string to "pong" to with same string.
* Handle only packets that are of type: Eth / Ip / Udp / Payload.
*/
inline bool processUdp(pcpp::Packet& packet, pcpp::UdpLayer* udpLayer)
Expand Down

0 comments on commit 1321131

Please sign in to comment.