I want to ask that the messages that have Return Codes and Error Codes etc, does these messages have different structure/form for different protocols e.g. OK message of MGCP is "200 31656860 ok" and for ICY and HTTP it is "http/1.0 200 OK" and "ICY 200 OK" respectively.
So, is this always different for all protocols and also "510 1 Protocol Error: Forbidden parameter line present" type messages (this one belongs to MGCP).
I am doing signature analysis to identify different protocols , so I want to make sure that if I make a signature for such message then it just add to one specific protocol.
Can any one help me regarding this?