Skip to content

Commit

Permalink
Update zeek_cc_link_noip.spicy
Browse files Browse the repository at this point in the history
  • Loading branch information
helenwangjia committed Feb 8, 2024
1 parent f59b24a commit 0fc8499
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions analyzer/zeek_cc_link_noip.spicy
Expand Up @@ -6,15 +6,4 @@ module Zeek_cc_link_noip;
import NO_IP;
import zeek;

# TODO: Protocol analyzers should confirm once they are reasonably sure that
# they are indeed parsing the right protocol. Pick a unit that's a little bit
# into the parsing process here.
#
# on cc_link_noip::SUITABLE_UNIT::%done {
# zeek::confirm_protocol();
# }

# Any error bubbling up to the top unit will trigger a protocol rejection.
on cc_link_noip::Packet::%error {
zeek::reject_protocol("error while parsing cc_link_noip");
}
# TODO: Add anything you need here.

0 comments on commit 0fc8499

Please sign in to comment.