Hi,<br><br>I'm trying to find out what is in the variable c$id$resp_p (which is a port number). I tried using the following syntax <br>if ( c$id$resp_p == "443" ) {<br>...<br>}<br><br>On 443 I try it with and without quotations around it but I always get the following error:<br>
line 293 (c$id$resp_p == 443): error, type clash in comparison<br>Does anyone know the proper syntax?<br><br>Also what is the proper syntax for else if in Bro? Is it else if () or elsif ()?<br>Thanks.<br><br><br>Daniel.<br>