From f639761a78f672d02bc616f6062f77e95f461d03 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Mon, 23 Oct 2023 20:50:53 -0400 Subject: reassemble the executables --- pkg/ipstack/ipstack.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/ipstack/ipstack.go') diff --git a/pkg/ipstack/ipstack.go b/pkg/ipstack/ipstack.go index 6bce6e8..d3178b8 100644 --- a/pkg/ipstack/ipstack.go +++ b/pkg/ipstack/ipstack.go @@ -680,6 +680,7 @@ func StartRipRoutines() { // ************************************** PROTOCOL HANDLERS ******************************************************* // RegisterProtocolHandler registers a protocol handler for a given protocol number +// Returns true if the protocol number is valid, false otherwise func RegisterProtocolHandler(protocolNum int) bool { if protocolNum == RIP_PROTOCOL { protocolHandlers[protocolNum] = HandleRIP -- cgit v1.2.3-70-g09d2