--- Convert-BER-XS/XS.pm 2019/04/20 15:37:27 1.28 +++ Convert-BER-XS/XS.pm 2019/04/20 15:39:13 1.29 @@ -10,7 +10,7 @@ or die "unable to decode SNMP message"; # The above results in a data structure consisting of - # (class, tag, # constructed, data) + # (class, tag, flags, data) # tuples. Below is such a message, SNMPv1 trap # with a Cisco mac change notification. # Did you know that Cisco is in the news almost @@ -305,7 +305,7 @@ =over -=item $bool = ber_is $tuple, $class, $tag, $constructed, $data +=item $bool = ber_is $tuple, $class, $tag, $flags, $data This takes a BER C<$tuple> and matches its elements against the provided values, all of which are optional - values that are either missing or