Back to project page Swinedroid.
The source code is released under:
GNU General Public License
If you think the Android project Swinedroid listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.legind.swinedroid.xml; //from w ww .j a va 2s . c om public class AlertXMLElement extends Object { public int protocol; public String hostname; public String interface_name; public String payload; public int sport; public int dport; public byte type; public byte code; }