Loading javasrc/net/sourceforge/jpcap/net/IPProtocol.java +1 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ public class IPProtocol implements IPProtocols messages.put(new Integer(ENCAP), "Encapsulation Header"); messages.put(new Integer(PIM), "Protocol Independent Multicast"); messages.put(new Integer(COMP), "Compression Header Protocol"); messages.put(new Integer(SCTP), "Stream Control Transmission Protocol"); messages.put(new Integer(RAW), "Raw IP Packet"); messages.put(new Integer(INVALID), "INVALID IP"); } Loading javasrc/net/sourceforge/jpcap/net/IPProtocols.java +6 −1 Original line number Diff line number Diff line Loading @@ -145,6 +145,11 @@ public interface IPProtocols */ int COMP = 108; /** * Stream Control Transmission Protocol. */ int SCTP = -124; //132; /** * Raw IP packets. */ Loading Loading
javasrc/net/sourceforge/jpcap/net/IPProtocol.java +1 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ public class IPProtocol implements IPProtocols messages.put(new Integer(ENCAP), "Encapsulation Header"); messages.put(new Integer(PIM), "Protocol Independent Multicast"); messages.put(new Integer(COMP), "Compression Header Protocol"); messages.put(new Integer(SCTP), "Stream Control Transmission Protocol"); messages.put(new Integer(RAW), "Raw IP Packet"); messages.put(new Integer(INVALID), "INVALID IP"); } Loading
javasrc/net/sourceforge/jpcap/net/IPProtocols.java +6 −1 Original line number Diff line number Diff line Loading @@ -145,6 +145,11 @@ public interface IPProtocols */ int COMP = 108; /** * Stream Control Transmission Protocol. */ int SCTP = -124; //132; /** * Raw IP packets. */ Loading